61,016 questions
Advice
0
votes
3
replies
50
views
Dreamweaver (confused) user looking for conversions
I'm just looking for some starting points, for instance in Adobe Dreamweaver, it's Shift + Return for a <br /> code. What's the equivalent in VSCode?
And is there a guide or table or something ...
1
vote
0
answers
60
views
VS code with cmake presets
I am using VS Code with the CMake Tools extension. I am also creating a CMake "preset" defining my build tools, etc. If I manually select the CMake preset by name in the VS Code GUI, this ...
1
vote
1
answer
42
views
VS Code terminal opens in ~ instead of workspace folder on WSL
I've just moved to a new laptop and installed MS Code, using Ubuntu with WSL. Unlike on the old laptop, when I open a terminal in VS Code, it opens in ~ rather than in the project workspace folder.
3
votes
2
answers
146
views
How to override commit author via Visual Studio Code UI
I'm doing pair programming with two users on a single workstation. In order to adequately reflect who was driving at the time an individual commit is performed, we need to regularly change the author ...
Advice
0
votes
0
replies
38
views
Vscode Jupyter Notebook Mardown Preview Font
I am trying to change the font that is used for previewing a Mardown cells inside a Jupyter Notebook File (.ipynb) within VS Code.
Initially I tried changing the standard Mardown preview font-family ...
Advice
0
votes
3
replies
76
views
VS Code Source Control ignores nested Git repository directory in parent repository view
I have a project containing some private files, such as API keys, database files, and personal settings, stored in different directories
To keep a versioned backup of those files that I can clone on ...
-2
votes
0
answers
46
views
Pylance duplicate messages [closed]
I decided to switch from PyCharm to VS Code and chose Pylance as my language server, but I encountered an annoying issue: some error messages (not all of them) are duplicated. I have the following ...
Tooling
0
votes
2
replies
68
views
How to have two panes side-by-side sharing same environment?
I work with VS Code. I have one .ipynb file - my main script - and I would like to have another pane with another .ipynb notebook by its side where I can do some add hoc stuff with variables generated ...
Tooling
1
vote
0
replies
28
views
Pylance conflicting with Pyright
VSCode
I have both extensions installed and working: Pyright and Pylance. I know that Pylance has its own version of Pyright, but the problem is that when I disable (remove) Pyright, Pylance stops ...
0
votes
0
answers
96
views
HTML Validation Extension in Visual Studio Code reports invalid figure but it should be fine?
I use Visual Studio Code and the site is still not online, but almost finished.
I'm a great fan of accessibility, so I use for example figure elements like this, i.e. with role="group":
<...
Tooling
1
vote
2
replies
86
views
How to optimize the scanning of git repositories in VScode
In order to improve load time I want to specify which locations vscode should search for repos. So I added this to settings.json in the workspace:
.vscode/settings.json
"git....
Tooling
1
vote
1
replies
50
views
Debugging PHP with the VSCode buildin browser (set XDEBUG_SESSION)
Just discoverd the build in browser in VSCode. It would be awesome to debug PHP code as well. But how to set the XDEBUG_SESSION cookie in the build in browser sessions?
My compose.yaml:
name: ${...
-1
votes
0
answers
118
views
VSC Format on save only works on PHP files [closed]
I have set Editor Format on Save to true. My PHP files reformat when I save them but my HTML, Javascript files do not. Do I have to use some other setting to get them to format on save?
The ...
Advice
0
votes
1
replies
71
views
Multi-repository workspace in VS Code Agent window
in the VS Code agent window, how to select a workspace that has multiple github repositories?
In the VS Code's normal window, you could have a workspace that had multiple folders, and when using ...
1
vote
0
answers
57
views
How to disable ClearType/smoothing in VsCodium?
The following picture shows side to side VS 2026 18.6.0 (left) and VSCodium 1.116 (right), with the same font (CaskaydiaMono NF Regular), with ClearType disabled at the system level (Win 11 Pro 25H2).
...
