tree: 280edb2e6eb915c885008cb1e95412c06118a30e [path history] [tgz]
  1. .vscode/
  2. src/
  3. CHANGELOG.md
  4. package-lock.json
  5. package.json
  6. README.md
  7. tsconfig.json
  8. webpack.config.js
pw_ide/ts/pigweed-vscode/README.md

Pigweed Extension for Visual Studio Code

This is highly experimental!

Developing

  • Ensure that you have npm installed globally; this doesn't use the distribution provided by Pigweed yet.

  • Open the pigweed/pw_ide/vscode directory directly in Visual Studio Code.

  • Run npm install to add all dependencies.

  • Run “Run Extension” in the “Run and Debug” sidebar, or simply hit F5. A new Visual Studio Code window will open with the extension installed.

  • Make changes. The build will update automatically. Click the little green circle-with-an-arrow icon at the top of your development window to update the extension development host with the new build.

Building

  • Install the build tool: npm install -g @vscode/vsce

  • Build the VSIX: vsce package