tree: 06d4f701ab84415d1421510f467bd597b4ad4363 [path history] [tgz]
  1. .vscode/
  2. images/
  3. src/
  4. .eslintrc.json
  5. .gitignore
  6. .vscodeignore
  7. LICENSE
  8. package.json
  9. README.md
  10. tsconfig.json
  11. webpack.config.js
verilog/tools/ls/vscode/README.md

VS Code Extension

Installation

Be sure your system as a recent version of both nodejs and npm. From the directory of this Readme, run npm install.

After installing the verible tools, run npm run vsix to generate the extension file verible.vsix.

Finally, run code --install-extension verible.vsix to install the extension.

References