Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Guided DevelopmentNew to Visual Studio Code? Get it now.
Guided Development

Guided Development

SAP OSS

sap.com
|
1 install
| (0) | Free
A VSCode extension that provides a simple way to guide a developer.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

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
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft