Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 551 Bytes

extension-commands.md

File metadata and controls

10 lines (8 loc) · 551 Bytes

Extension commands

A quick run down of some of the important commands that can be run when at the root of the project.

pnpm run install:all      Install package dependencies for both the extension and React webview source code.
pnpm run start:webview    Runs the React webview source code in development mode. Open http://localhost:3000 to view it in the browser.
pnpm run build:webview    Build React webview source code. **Must be executed before compiling or running the extension**.
pnpm run compile          Compile VS Code extension