From 5fd98a647266850d5c635de2ea26b686b1b77565 Mon Sep 17 00:00:00 2001 From: Ayke van Laethem Date: Fri, 22 Mar 2024 19:11:42 +0100 Subject: [PATCH] Do not depend on the Go extension 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. --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index 98ede66..5c4f843 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,6 @@ "categories": [ "Programming Languages" ], - "extensionDependencies": ["golang.go"], "repository": { "type": "git", "url": "https://github.com/tinygo-org/vscode-tinygo"