Skip to content

Commit

Permalink
Do not depend on the Go extension
Browse files Browse the repository at this point in the history
This may seem strange, but not depending on this version makes it easier
to fix issues after running `tinygo clean` when the Go extension fails
to startup. Just select a board again in TinyGo, restart VSCode, and
things work again.

TODO: the extension should also detect this situation and resolve it, so
that there's no need for manually selecting a different board.
  • Loading branch information
aykevl committed Mar 22, 2024
1 parent b33b1ba commit 5fd98a6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"categories": [
"Programming Languages"
],
"extensionDependencies": ["golang.go"],
"repository": {
"type": "git",
"url": "https://github.com/tinygo-org/vscode-tinygo"
Expand Down

0 comments on commit 5fd98a6

Please sign in to comment.