Skip to main content

Questions tagged [visual-studio-code]

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

0 votes
1 answer
18 views

How to omit red parentheses highlighting in .txt files in Visual Studio Code?

When writing a .txt file in VSC, a stand-alone parenthesis will be highlighted to mark that it's missing its opposite. How can I disable the highlighting?
0 votes
0 answers
7 views

Python fedora Visual Studio Code ( can't open file [Errno 2] No such file or directory )

I installed via rpm (not flatpak) visual studio code on fedora and cant run anything as simple as print("hello") because it says: /bin/python: can't open file '/home/andre/code/print(hello)....
0 votes
0 answers
36 views

vscode wont launch on macos

Yes, I know there are a lot of questions on this topic but I have tried everything but VSCode still doesn't open in macOS. I am using VSCode version - 1.91.0 (x64) This is what code --verbose prints ...
1 vote
1 answer
145 views

How to select discontinuity (not continued/separated/not in range) text in Visual Studio code?

create code fences with backticks ` or tildes ~ like so add language identifier to highlight code def function(foo): print(foo) put returns between paragraphs for linebreak add 2 spaces at end ...
0 votes
1 answer
4k views

How to find path to vscode in Linux?

I'd like someone to help me with finding path to executable vscode in POP_!OS. I tried look in /usr/bin, i tried whereis code and which code, nothing worked and i'm still stuck. Thank you so much.
6 votes
1 answer
10k views

How to list (search) files with a certain name

i'm trying to get a list of all the files with a certain name in a project i opened with VS Code. For example, all the .gitignore files in my project. I know i can ctrl+p and type ".gitignore&...
7 votes
1 answer
11k views

Visual Studio Code: Updates are disabled because you are running the user-scope installation of Visual Studio Code as Administrator

I run my Visual Studio Code using "Run as Administrator" While Visual Studio Code is open I get this message: Updates are disabled because you are running the user-scope installation of ...
0 votes
0 answers
33 views

Does VScode load text-based log files completely into memory when opening over SMB shares?

In the future, I need to access log files over SMB tunneled through OpenVPN and those log files might be pretty large. Downloading all of the log files content to show it might take a long time. I ...
23 votes
5 answers
42k views

How to see diff of each commit with Visual Studio Code?

I've been trying to move over to Visual Studio Code from WebStorm but WebStorm still has this one killer feature that I can't see how to do in Visual Studio Code. I can quickly pull up a list of my ...
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
21 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
102 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
20 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 ...

15 30 50 per page
1
2 3 4 5
56