Skip to content
This repository was archived by the owner on May 20, 2026. It is now read-only.

Latest commit

 

History

History
19 lines (15 loc) · 447 Bytes

File metadata and controls

19 lines (15 loc) · 447 Bytes

Extension

Project setup

npm install

Running during development

Launch the WebSocket server configuration for development purposes. This will not launch vscode or a vscode extension, but still communicate with a locally served Vue application.

Launch the Run Dev Server launch configuration.

Or use the command line:

# compile server code to out directory:
npm run compile
# run the websocket server: 
npm run ws:run