Page 1 of 1

[RESOLVED] VSCode Packet

Published: October 15, 2021 - 11:31
by cdelmon
Good morning,
Not really knowing where to put it, I'm writing it here...
The flaws in the VS Code installer seem to have changed:
The "Open with VS Code" menu option is no longer present by default:
  • addcontextmenufiles
  • addcontextmenufolders
I re-entered the package locally, changing this on line 15 of setup.py

Code: Select all

silent_args = '/verysilent /MERGETASKS="!runcode"'
#par
silent_args = '/verysilent /MERGETASKS="!runcode,addcontextmenufiles,addcontextmenufolders"'
Perhaps the package defects could be changed
But perhaps I'm getting ahead of myself.

Best regards

Ref:
- WAPT Community 1.8.2
- Installation on Windows clients
- Based on tis-vscode 1.61.0-36 windows x64

Re: [RESOLVED] VsCode Package

Published: October 15, 2021 - 3:08 PM
by jpele
Good morning,

The package was recently switched to

Code: Select all

silent_args = '/verysilent /mergetasks="!runcode"'
The default options are now always applied.

Sincerely,
Jimmy