Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [visual-studio-code]

An extensible IDE for desktop and the web. Visual Studio Code ≠ Visual Studio. Only add this tag for questions ABOUT Visual Studio Code- don't add it just because you happen to use it.

0 votes
0 answers
5 views

how to turn Bigquery "session mode" on from within local VS Code?

Anyone know how to turn Bigquery "session mode" on from within local VS Code? By the way, I need to create temp table, which needs the session mode to be on.
ddss12's user avatar
  • 99
0 votes
0 answers
9 views

VSCode enable focus terminal to display terminal name

I accidently uncheck the Focus option while right-clicking the top/header of the terminal bar. The terminal name that used to be displayed there has now disappear (see screenshot). I have tried this ...
Binh Ngo's user avatar
-7 votes
0 answers
30 views

How to fix this error in C on VSCode: cannot open source file "util.h" [closed]

I'm facing this problem for several days. In VSCode, C language, I have 245 errors like this: cannot open source file "util.h" Can anyone help me to solve this errors, please?
Muhammad Saad's user avatar
0 votes
0 answers
7 views

Is it possible to add shortcutes to VSCode"Resolve Save Conflict" editor?

When a file is edited both in vscode and externally, a "Resolve Save Conflict" editor pops up. This is great, but is there any way to add keyboard shortcuts to the common merge actions (Next ...
Sam Hoff's user avatar
0 votes
0 answers
24 views

How can I use VSCode with CMake and have different targets each with a different architecture and toolchain?

I'm working on a project with Visual Studio Code and CMake where I'm compiling / cross-compiling different targets for different platforms. Currently the project has three platforms, each of which ...
Bri Bri's user avatar
  • 2,359
0 votes
0 answers
10 views

%matplotlib widget not rendering plots

I am doing some remote development using VScodes's remote-ssh extension. My VScode is local. When I open a .ipynb file, I am able to connect it to a remote conda environment no problem, after ...
Pancho_Squancho's user avatar
0 votes
3 answers
33 views

How can I downgrade the python in the terminal in visual studio code?

I have a piece of code I need to run but it is only compatible with tensorflow 1.3,1.4 and 1.5. I think I need to downgrade python in order to run this however the terminal has python 3.10 I have ...
user26530134's user avatar
0 votes
1 answer
10 views

VSCODE Extensions showing installing

At my house I have a pc and a laptop. I am doing everything else smoothly. My current internet is very slow lately but not that slow either. In both desktops my vscode is showing installing to all the ...
Md. Samiul Islam's user avatar
-3 votes
0 answers
75 views

How do I get rid of this blue directory text that crams into everything else? Did I install C++ wrong, I installed MSYS2 aswell

The simple code that I ran: I tried running, debugging, rewriting the code. I thought it would eventually fix itself, but it keeps spewing this out. When I try it in a Command Prompt, it works as I ...
Omex's user avatar
  • 1
0 votes
0 answers
11 views

VS Code sync not being applied

I used npkill to clean up some node_modules, but I accidentally deleted some files that caused my VS Code extensions to stop working. I uninstalled VS Code and tried to apply a sync to restore all my ...
willm berchiche's user avatar
0 votes
0 answers
12 views

Tests run with Playwright Test for VSCode are not retried

The retries is set to 2 in playwright.config.ts as follows. import { defineConfig, devices } from '@playwright/test'; export default defineConfig({ testDir: './tests', fullyParallel: true, ...
h s's user avatar
  • 1
1 vote
0 answers
8 views

nodemon is not working on certain files in vs code, but works on other

Nodemon automatically restarts when applying changes on certain files, but is not working on other files. I added random characters on the errorHandler.js and the automatic terminal restart works fine ...
naomi's user avatar
  • 95
-2 votes
0 answers
55 views

my code is showing wrong output in VS Code what should I do?

My code is showing wrong output in VS Code of my system whereas in online compiler and VS Code of other system it is working correctly how can i fix this issue. Here is the code below #include <...
Chandraprakash Sahu's user avatar
0 votes
0 answers
11 views

VS code extension - Gutter icons

I am currently using codelens inorder to click and proceed to action , How do I add gutter icon with quick pick menu to show actions , Thanks The set/get decoration endpoint doesnt seem to be working ...
Harsha Aditya's user avatar
0 votes
0 answers
6 views

Flutter android emulator always stays in the background with VS code

Whenever I launch android emulator using VS code, the emulator always stays in the background. I attached a recording of the issue. https://drive.google.com/file/d/1Jc6UxSZbwtOzabfmtHLqc3nLKwbovbxj/...
Nitej's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
4001