Skip to content

switch-model/switch-vscode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

23dcf0a · Jan 2, 2025

History

82 Commits
Aug 21, 2023
Aug 21, 2023
Nov 10, 2023
Sep 6, 2023
Aug 18, 2023
Aug 18, 2023
Aug 18, 2023
Jan 2, 2025
Jan 2, 2025
Oct 13, 2023
Oct 13, 2023
Oct 13, 2023
Sep 21, 2023
Sep 21, 2023

Repository files navigation

Switch VSCode Extension

VSCode extension to support Switch. A description of Switch can be found on this page.

Getting Started

Run from the root to make necessary installations and compilation

mkdir -p ./out/webview # if needed
npm i
npm run package

To start the extension

  • Go to Run and Debug pane (left side of VS Code window)
  • Click "play" triangle next to Run Extension (top of Run and Debug pane)

If you want to change code, you have to watch code changes in parallel:

npm run watch