[RESOLVED] VSCode Packet

Forum Rules
Community Forum Rules
* English support on www.reddit.com/r/wapt
* French community support is provided on this forum
* Please prefix the topic title with [RESOLVED] if it is resolved.
* Please do not edit a topic that is tagged [RESOLVED]. Open a new topic referencing the old one.
* Specify the installed WAPT version (1.8.2 / 2.0 / 2.1 / 2.2 / etc.) AS WELL AS the Enterprise / Discovery edition.
* Specify the server OS (Linux / Windows) and version (Debian Stretch/Buster - CentOS 7 - Windows Server 2012/2016/2019).
* Specify the OS of the administration/package creation machine (Windows 7 / 10)
. * As with any community forum, support is provided voluntarily by members. If you require sales support, you can contact the Tranquil IT sales department at 02.40.97.57.55
Locked
cdelmon
Messages: 1
Registration: Oct 15, 2021 - 11:17

October 15, 2021 - 11:31

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
User avatar
jpele
Messages: 156
Registration: March 4, 2019 - 12:01
Location: Nantes

October 15, 2021 - 3:08 PM

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
Locked