Skip to main content

Questions tagged [visual-studio-code]

Visual Studio Code is a cross-platform source code editor from Microsoft.

5 votes
2 answers
7k views

I am not able to type a space with spacebar, instead of that I have to press shift+spacebar

Recently I updated my VScode and changed some font settings of it. When I start editing my code I was not able to add a space with the help of the spacebar instead of that I have to press shift+...
0 votes
1 answer
11 views

There is no "Move to file" refactoring option

I saw VS Code supports Move to file refactoring since version 1.82 But why there is no this option when try to move a TS interface to an existed file? VS Code: 1.90.2
-1 votes
0 answers
25 views

auto close tag in VSCode XSLT/XPath extension

I am new to using VSCode together with the extension XSLT/XPath. I wonder why the auto tag-close does not work when editing my xsl file. I understood from the description of the XSLT/XPath extension, ...
1 vote
0 answers
139 views

How could I have VScode on Windows 10 with the default terminal changed to WSL2 Ubuntu-24.04 like a native linux distro?

I'm trying to have inside VScode for Windows 10 (Microsoft Windows [versão 10.0.19045.4474]) options to change the terminal from default to another one such WSL2 Ubuntu 24.04. I have installed ...
0 votes
0 answers
22 views

Excel PowerQuery locking source file for Git

I am using PowerQuery in Excel to load a CSV config file. = Csv.Document(File.Contents("myFile.csv"),[Delimiter=",", Columns=4, Encoding=1252, QuoteStyle=QuoteStyle.None]) This ...
1 vote
1 answer
5k views

Is it possible to launch VSCode and have it access a folder of code on my development VM from my host machine?

When I SSH into my development VM and want to open something in VSCode, I cannot do so from the command line. Obviously that makes sense because the code command runs on the remote server which has no ...
0 votes
0 answers
44 views

How to remove escape sequence from VSC terminal?

Just recently these escape sequences have been showing up on my PowerShell terminal inside VS Code. I've attached a picture of what this looks like: However, inside the PowerShell terminal itself, it ...
0 votes
1 answer
31 views

Disable the VS Code preview pane integration in Windows Explorer

Whenever I select a file while the preview pane is active, VS Code tries to display it. How can I get rid of this integration? I searched around but strangely didn't see any trace of this feature ...
2 votes
1 answer
7k views

Only include a single directory in VSCode file watcher

VSCode Version: 1.47.1 Local OS Version: Windows 10.0.19041 N/A Build 19041 Remote OS Version: NAME="Ubuntu" / VERSION="14.04.5 LTS, Trusty Tahr" Remote Extension/Connection Type: ...
1 vote
2 answers
993 views

I am unable to edit HTML files in VS Code. The cursor does not appear for HTML files, but other file types are editable. What might be the cause?

No editor is visible for the HTML file:
3 votes
1 answer
6k views

Debugger doesn't work on VSC ("The preLaunchTask ... terminated with exit code 127")

I'm creating an app with ionic 4 and SQLite on VSC. I can't access to my db. When I use the debugger, I have the following errors : I have a first "alert window" (I don't know what's the real name) ...
2 votes
1 answer
4k views

Visual studio code - find all references

I've imported a folder with many *.c and *.h files into VSC (also many subfolders). When I try to find all references to a global variable / function or anything else I get an empty results window. Is ...
1 vote
2 answers
6k views

Visual Studio Code false errors at random

I have had issues with Visual Studio code creating errors and then not removing them, even when I comment out the code. Or , not creating errors when there should be errors. This happens on both my ...
1 vote
0 answers
35 views

Make VS Code Flatpak version be able to use fonts from ~/.fonts

I've recently replaced RPM VS Code with Flatpak VS Code on my laptop with Fedora 40. However, I haven't been able to set my font correctly since VS Code doesn't seem to pick up font files in the ~/....
8 votes
2 answers
8k views

How do I `Ctrl+C` copy to the system clipboard with vscodevim extension in vscode/codium without using the `v` mode's system clipboard register `"*y`?

I have already changed the Ctrl+Shift+C keybinding so that I do not enter a terminal when I press it, see Keybinding Ctrl + Shift + C opens a new external terminal in vscode/codium on Linux, how to ...

15 30 50 per page
1
2
3 4 5
56