vscode-tinygo
vscode-tinygo copied to clipboard
TinyGo support for Visual Studio Code
This PR adds debug support to vscode-tinygo. It works as follows. 1. Add some definitions to `.vscode/settings.json` 2. Add settings for debug launch to `.vscode/launch.json` * With this configuration, pressing...
Type: Bug Start Vs Code Extension bisect Change different files and see how quick or slow saving files is When TinyGo is disabled everything works as normal Extension version: 0.4.0...
If `settings.json` already exists using the command pallet to pick tinygo target fails with the message in the screenshot below.  An example workflow that causes this...
After using TinyGo extension, GOROOT or something is incorrect when opening terminal.  Probably due to the environment variables set below. https://github.com/tinygo-org/vscode-tinygo/blob/96d460ad5e3b8480e85c5bd6a8b9e9061e338972/src/extension.ts#L96-L99
Hi! Can't use the extension, I'm stuck in an infinite loop with this error: >Cannot activate the 'TinyGo' extension because it depends on the 'Go' extension, which is not loaded....
is there a plan for debug adapter feature for vsc,it's useful.
Hi folks. I'm looking to use this extension but am using an alternative open source version of VS Code ([code-server](https://github.com/coder/code-server)) that doesn't support the Microsoft extension marketplace. While I can...