Skip to content

Commit

Permalink
0.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
malmeloo committed Jun 20, 2024
1 parent 21d05c7 commit 1ebb5ff
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 11 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "Learning environment for digital hardware design with Yosys and nextpnr.",
"repository": "github:EDAcation/vscode-edacation",
"license": "MIT",
"version": "0.5.5",
"version": "0.5.6",
"contributors": [
"Danielle Huisman <[email protected]> (https://github.com/DanielleHuisman)",
"Daan Middelkoop <[email protected]>",
Expand Down Expand Up @@ -35,8 +35,16 @@
"type": "string",
"markdownDescription": "Specifies the tool provider used to run Yosys and Nextpnr. See the [docs](https://github.com/EDAcation/vscode-edacation/blob/main/docs/tool-provider.md) for more information.",
"default": "native-managed",
"enum": ["native-managed", "native-host", "web"],
"enumItemLabels": ["Native (Managed)", "Native (Host)", "Web"],
"enum": [
"native-managed",
"native-host",
"web"
],
"enumItemLabels": [
"Native (Managed)",
"Native (Host)",
"Web"
],
"enumDescriptions": [
"Let EDAcation install and manage native Yosys & Nextpnr tools on your system. Only available on VSCode for Desktop on certain platforms.",
"Use native Yosys & Nextpnr tools that are already present on the system. Requires said tools to be available in PATH. Only available on VSCode for Desktop.",
Expand Down

0 comments on commit 1ebb5ff

Please sign in to comment.