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
24 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
10 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
29 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
40 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
96 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
29 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
47 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
84 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
29 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
1 vote
1 answer
43 views

Meaning of letters in VSCode Pull Request Extension messages [closed]

I am a (happy!) user of the VSCode Pull Request extension, but unfortunately I was unable to find a complete explanation of the meaning of the letters in the left-pane: when I am reviewing a PR, along ...
Filippo Alberto Edoardo's user avatar
0 votes
0 answers
17 views

Prevent VSCode from opening same files in different branches

I work with several git branches of a project and I normally perform the git business (pull, checkout, merge...) from the command line, then I launch VSCode with code .. This reopens all files that ...
Filippo Alberto Edoardo's user avatar
0 votes
0 answers
47 views

Automate the removal of the VS Code Welcome screen with PowerShell

I setup a portable version of VS Code when I start my Windows Sandbox instances. This works well, however, after every Sandbox restart, when I start VS Code, I get the Welcome screen, so it gets a bit ...
YorSubs's user avatar
  • 949

15 30 50 per page
1
2 3 4 5
56