vscode-tinygo icon indicating copy to clipboard operation
vscode-tinygo copied to clipboard

TinyGo support for Visual Studio Code

Results 7 vscode-tinygo issues
Sort by recently updated
recently updated
newest added

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. ![Screenshot from 2022-12-22 10-37-22](https://user-images.githubusercontent.com/67697325/209170470-59bc5fcb-9af1-4277-9bdf-c816be2f1ad4.png) An example workflow that causes this...

After using TinyGo extension, GOROOT or something is incorrect when opening terminal. ![image](https://user-images.githubusercontent.com/9251039/202218377-34cac222-b3e8-47bd-bcb4-661c61bf951d.png) 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...