You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This milestone some code that depended on node.js moved from the renderer to the main process. The code is responsible for driving 2 commands to install code-insiders (or code) as alias on macOS to launch VSCode from the command line from any folder.
Test:
find the 2 commands in the palette prefixed "Shell Command: " for installing and uninstalling VSCode to the shell
run both install and uninstall and verify in both cases the shell command is either installed or not
The text was updated successfully, but these errors were encountered:
Refs #118422
Complexity: 2
Create Issue
This milestone some code that depended on node.js moved from the renderer to the main process. The code is responsible for driving 2 commands to install
code-insiders
(orcode
) as alias on macOS to launch VSCode from the command line from any folder.Test:
The text was updated successfully, but these errors were encountered: