python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How can I jump to function definitions using VS Code in SSH remote development
Okay I am new to Embedded Linux development.
Right now, I am trying to setup the development environment as efficiently as possible.
I have a python code running on a lightweight Linux based device, t...

Joe Race
Votes: 0
Answers: 1
Prevent VSCode opening as root from WSL
When opening VSCode in a folder using code . using my current user, I notice that then it was started as root. The steps that I'm making are to validate this behaviour are:
$ whoami
>> francisc...
FranciscoSerrano372
Votes: 0
Answers: 1
How do I turn an fsPath or any absolute path into a webview resource url in VSCode API?
The links I need look something akin to:
https://file%2B.vscode-resource.vscode-webview.net/d%3A/Programming/Python/Lectures/Compilers/doobedoo/Episode2.mp4
I have paths that look like:
D:\Programming...
Neo
Votes: 0
Answers: 1
vscode mC++ Intellisense not finding paths with cmake subprojects
I am relatively new in using vscode. I have a project with a corresponding structure as below.
├─ subproject1
│ ├─ file1.h
│ ├─ subsubproject1
│ ├─ file2.h
| ├─ file3.h
Where the CMake con...
Kewin
Votes: 0
Answers: 0