-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
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
Potential out-of-date instruction when working with [vscode-hello-go] #122
Comments
Does it work if you change the command to |
Did you run the command manually or did you modify |
I don't think you should change |
My understanding is this file path is the ev3 file path where we want to upload the program to. Is that not? If I leave it unchanged, keep using |
Describe the bug
Potential out-of-date instruction when working with vscode-hello-go.
Step "Press F5 to download the program and run it" doesn't work.
Getting error:
To Reproduce
Steps to reproduce the behavior:
Following the steps described here.
Expected behavior
It should be able to upload to EV3 and execute the demo program successfully.
Screenshots
recording.mov
Desktop (please complete the following information):
PS: I am a GO learner, I made sure my current VS code setup can run go successfully, like this one.
Files under
.vscode
are unchanged, eg: using default launch.json and settings.json.Additional context
I recently came across this fascinating extension project. The functionality enabling EV3 owners to code, run, and debug in a live IDE environment is truly exciting.
I understand that neither vscode-hello-go nor this project is under active development, but I’m eager to test it out nonetheless.
My current suspicions are: 1. The Go version might not be supported. 2. VS code security setting.
Any assistance or guidance would be greatly appreciated 🙏!
The text was updated successfully, but these errors were encountered: