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
Currently I can start VS Code from my terminal by running code path/to/file. The code command supports a number of commandline options as well. However, neither those options nor the CLI "paths" appear to be open to extension by extensions. In other words, some extensions may benefit from exposing some of their capability at the code commandline, whether through additional CLI options and support for extra paths.
Here are some examples of how this might be useful:
Currently I can start VS Code from my terminal by running
code path/to/file
. Thecode
command supports a number of commandline options as well. However, neither those options nor the CLI "paths" appear to be open to extension by extensions. In other words, some extensions may benefit from exposing some of their capability at thecode
commandline, whether through additional CLI options and support for extra paths.Here are some examples of how this might be useful:
code --launch "my-config" path/to/file
or `code --attach "my-config" .'code ssh://my-host/path/to/file
orcode --ssh my-host path/to/file
The text was updated successfully, but these errors were encountered: