vscode-fast-cli

0.0.2 • Public • Published

vscode-fast-cli

For Windows only

Launching VSCode as a text editor is slow on Windows, but it doesn't need to be. When you git commit and it launches Code as your editor, you want the commit file to appear instantly.

This extension implements an fcode CLI command that opens workspace files in pre-existing VSCode windows faster than the default CLI. It only supports the --wait and --goto flags. For everything else you can use Code's built-in CLI.

Installation

Install the companion CLI command from npm:

npm install vscode-fast-cli

This puts the fcode command in your PATH.

Open a file in VSCode like so:

fcode --wait ./path/to/file

Readme

Keywords

none

Package Sidebar

Install

npm i vscode-fast-cli

Weekly Downloads

1

Version

0.0.2

License

MIT

Unpacked Size

1.16 MB

Total Files

32

Last publish

Collaborators

  • cspotcode