tree: 9603bdc60a1c43ffb3d1164f75f8fc1cc8f68ac1 [path history] [tgz]
  1. .vscode/
  2. src/
  3. package-lock.json
  4. package.json
  5. README.md
  6. tsconfig.json
kythe/typescript/languageserver/vscode-extension/README.md

Building

Be sure to run npm install from the vscode-extension directory in order to fetch dependencies.

This extension is built using either:

npm run compile

or

npm run watch

Debugging

It should be possible to debug the extension by opening the vscode-extension folder in Visual Studio Code and pressing F5.

For more information, see .vscode/launch.json and Running and Debugging Your Extension

Packaging

To package a .vsix file for deployment, enter the vscode-extension directory and run vsce package. This will write a kythe-X.Y.Z.vsix file. If you have made changes be sure to update the version in package.json.

If necessary, install vsce by running npm install -g vsce.