Skip to content

What do you think about Visual Studio Marketplace? We are looking for feedback from developers like you! Take the survey

| Marketplace
Sign in
Visual Studio Code>Other>Shell ShortcutNew to Visual Studio Code? Get it now.

Shell Shortcut

hi-ogawa

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

vscode-extension-shell-shortcut

This extension allows executing shell commands from the editor and aims to replace various "ad-hoc" extensions e.g.

  • https://github.com/euskadi31/vscode-json-pretty-printer
  • https://github.com/hyeongyun0916/GZIP_Decompressor
  • https://github.com/song-fangzhen/chromium-source-opener

See src/test/demo-workspace/.vscode/settings.json for the example configuration.

development

pnpm i
npm run dev
npm run prettier
npm run test
cp -r .vscode-example/. .vscode  # then hit F5 to open src/test/demo-workspace

# publish to marketplace
volta install vsce  # install globally
npm run package
  • Contact us
  • Jobs
  • Privacy
  • Terms of use
  • Trademarks
© 2023 Microsoft