Skip to main content

Questions tagged [visual-studio-code]

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

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)....
Andre's user avatar
  • 1
0 votes
1 answer
19 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?
Sheix's user avatar
  • 1
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 ...
Viraj Doshi's user avatar
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 ...
Thorsten Schöning's user avatar
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
Lin Du's user avatar
  • 101
-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, ...
ngong's user avatar
  • 109
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 ...
DS_London's user avatar
  • 101
0 votes
1 answer
30 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 ...
skygate's user avatar
  • 262
0 votes
0 answers
41 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 ...
user avatar
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 ...
Marlon's user avatar
  • 379
1 vote
0 answers
33 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 ~/....
terraquad's user avatar
0 votes
1 answer
48 views

Initiate download from Excel

I have a spreadsheet that contains a column of URL addresses to photos. I would like to download all or selected photos to a location on my computer that I specify. I'd appreciate any suggestions or ...
Jim's user avatar
  • 1
1 vote
1 answer
57 views

Why I can't change the prompt in VSCode's terminal?

I am trying to change the prompt in my VSCode's terminal. My OS is MacOS Monterey 12.6. I use the zsh and I change the PS1 in .zprofile,such like this. Then I use echo to test.The others can work ...
Luxury's user avatar
  • 11
0 votes
1 answer
85 views

Disable Cmd + Hover to jump to definition in VSCode on macOS

In VSCode, whenever the Cmd key is down and I hover over a function definition, the editor automatically jumps to that definition. This incredibly annoying since I might press Cmd whenever I want to ...
laurent's user avatar
  • 5,619
0 votes
0 answers
32 views

How can I prevent the Snyk extension in VSCode from scanning code automatically on save?

I am using the Snyk extension in VSCode, and by default, it runs a code scan every time I save a file. This is slowing down my workflow And I only want to scan the code manually. I have looked through ...
nerdtrib3's user avatar

15 30 50 per page
1
2 3 4 5
56