We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Steps to Reproduce:
Get a VM image for win10 15.15063 from modern.ie
start it up, install updates, restart
install vs code with defaults
install go runtime with defaults
start vs code
install go extension, restart vs code
create a new .go file:
package main import "fmt" func main() { fmt.Println("foobar") }
Expected output: foobar printed
foobar
Actual output:
The program "${file}" does not exist: Error: ENOENT: no such file or directory, lstat 'C:\Program Files (x86)\Microsoft VS Code\${file}'
On the top the following appears:
Error: Failed to continue: "The program attribute must point to valid directory, .go file or executable."
Which you can either "close" or "open launch.json" but if you try the latter, nothing happens at all.
The text was updated successfully, but these errors were encountered:
@joaomoreno here it is thanks.
Sorry, something went wrong.
Actually, after a better read: microsoft/vscode-go#878
Thank you!
No branches or pull requests
Steps to Reproduce:
Get a VM image for win10 15.15063 from modern.ie
start it up, install updates, restart
install vs code with defaults
install go runtime with defaults
start vs code
install go extension, restart vs code
create a new .go file:
Expected output:
foobar
printedActual output:
On the top the following appears:
Which you can either "close" or "open launch.json" but if you try the latter, nothing happens at all.
The text was updated successfully, but these errors were encountered: