Hi @Visual Studio Code, How to run specific test in Go test files in debug mode ? When I ran it using the "debug test" option, it complaint that the imported packages cannot be found in gopath and goroot, even though I already set go111module = on in launch.json. I was able to get it to run by clicking the "run" icon at the top of the run and debug window, but then it ran everything instead of specific test function.
Please fix that bug that happens when you try to debug the same piece of code in different thread. It says that you have to press "continue" or else it will stop debugging. It's really annoying.
@@alok_giri Yes! The new "Getting started" experience does give recommendations based on what programming language you use. See: th-cam.com/video/g_DrpYwcRF4/w-d-xo.html And yes, you can use VS Code on Chrome OS through Crostini (the built-in Linux subsystem): code.visualstudio.com/blogs/2020/12/03/chromebook-get-started
Prolly the most informative video I've seen
Very informative!! Thank you for the video.
why you did not mention about dlv app ? which is used for debugging and breakpoints?
Amazing content!
That theme looks amazing 😱 mind sharing it?
Dark contrast, comes with vscode itself
High Contrast. It comes included with VS Code. You could also alternatively check out 'Monokai Charcoal High Contrast' and 'Nicer High Contrast'.
Hi @Visual Studio Code,
How to run specific test in Go test files in debug mode ?
When I ran it using the "debug test" option, it complaint that the imported packages cannot be found in gopath and goroot, even though I already set go111module = on in launch.json.
I was able to get it to run by clicking the "run" icon at the top of the run and debug window, but then it ran everything instead of specific test function.
Awesome video!
This is gonna seem odd, but how do you get variable names to format in the way that it is in the struct at 12:41, specifically in line 42 to 47.
Please fix that bug that happens when you try to debug the same piece of code in different thread. It says that you have to press "continue" or else it will stop debugging.
It's really annoying.
This would be better as a bug report on the extension's GitHub repo instead of a comment here on TH-cam.
Obrigado 👏👏👏👏👏👏👏
Helpful!!
What about compiler? Why don't you integrate c/c++ compiler
There are extensions for C/C++ too! Check this out: code.visualstudio.com/docs/languages/cpp
@@code during the installation of vscode you should give link option and ask to user wheather want to install any compiler/interpreter
@@code are you available in chrome os
@@alok_giri Yes! The new "Getting started" experience does give recommendations based on what programming language you use. See: th-cam.com/video/g_DrpYwcRF4/w-d-xo.html
And yes, you can use VS Code on Chrome OS through Crostini (the built-in Linux subsystem): code.visualstudio.com/blogs/2020/12/03/chromebook-get-started
@@code what's the procedure and steps to install vscode on chrome os? Demo video plz 🙏
The topic is good but it will be great if she can control her nervousness so that topic she brought became more understandable to audiences.
Very basic...
Also it do not explain how to configure debug profiles...