Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update top-level README.md #5

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,8 @@ VS Code extensions for Cyphal diagnostics
- `cd` into the directory of the extension you want to run
- `npm install`
- `npm run compile`
- Open VisualStudio, connect to your Cloud Desktop, and then navigate to the directory of the extension you want to run
- In package.json, make sure that "engines": { "vscode": "^1.67.2"} indicates the vscode version found from the VS Code GUI options "Code" -> "About Visual Studio Code"
- `F5` to start debugging **OR**
- Run the `Run Extension` target in the Debug View. This will:
- Start a task `npm: watch` to compile the code
- Run the extension in a new VS Code window
- `code .` (OR Open VisualStudio and navigate to the directory of the extension you want to run)
- In package.json, make sure that the VsCode version in "engines": { "vscode": "^1.67.2"} is less than or equal to the VsCode version found from the VS Code GUI options "Code" -> "About Visual Studio Code"
- Press `F5` to Launch the Extension Development Host (This should open a new VS Code Window)
- In the new VS Code Window, open the Command Palette and type the name of the extension you want to run, e.g Cyphal Online Nodes
- See the README in each sample extension for more information.