Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>ExternalCommandNew to Visual Studio Code? Get it now.
ExternalCommand

ExternalCommand

colinkaopu

|
588 installs
| (0) | Free
Invoke External Command
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

externalcommand README

invoke the external shell command with "start "

Features

you could config the command with a keymap like : { "key" : "f11", "command": "extension.runExternalCommand", "args" : { "cmdPath" : "C:/port/document/skydrive/document/github/=gear/ol_view.bat", "cmdArgsString" : "%file% --showLine=%line% %word%" } }

cmdPath : is the command path cmdArgsString : is the arguments, some of the words have speical meaning %file% : full path of current file %line% : current line number %word% : current selection or current word under the cursor

0.0.1

initial release

0.0.2

fix : line number : it will start from 1

Enjoy!

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft