Skip to main content

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.

visual-studio-code
0 votes
0 answers
22 views

Python Debugging is too slow? How to make it the debugging faster?

import time from uuid import uuid4 a=[uuid4() for i in range(20000)] b=a[:19000]+[uuid4() for i in range(1000)] start=time.time() c=[i for i in a if i in b] print(c) print(time.time()-start) print(&...
Krushil Dhamelia's user avatar
-1 votes
0 answers
12 views

Conda activate only works for current shell (MacOS)

It used to be that if I opened a terminal window and activated a Conda environment, that environment would be activated by default in subsequent (non-child) shells. This seems to longer be the case on ...
Andrew Voelkel's user avatar
-1 votes
0 answers
25 views

Visual studio code debug issue

Ive been using visual studio code to write HTML and some Java script. But I cant use the debug feature to run my code. I have to right click to "open with live server". Why does it not work ...
Shirasagi's user avatar
1 vote
2 answers
39 views

Why is red squiggly lines showing on valid javascript code in visual studio code?

I'm having an issue with these annoying red squiggly lines showing up under my import statement. It's really bugging me because the code runs perfectly fine, and everything works as expected. The path ...
naomi's user avatar
  • 87
-1 votes
0 answers
25 views

I'm unable to use keyboard shortcuts like - Ctrl + upArrow, Ctrl + DownArrow, Shift + Alt + upArrow and Shift + Alt + DownArrow. How to fix that?

Here I'm getting 2 errors, I tried fixing by removing keybindings, enabling/disabling vscode extensions and reinstalling vscode, doesn't work at all. Only these 4 shortcuts are not working. Please ...
Mazin's user avatar
  • 19
0 votes
0 answers
14 views

I'm getting an error when using the Competitive Programming Helper (cph) plugin in the arm version of VScode

I'm an algorithm contestant, I recently installed the win on arm system for my android tablet, when I finished configuring the C++ compilation environment of vscode, I tried to use the plugin to ...
user26448362's user avatar
0 votes
1 answer
32 views

How to Remove Duplicate Elements in an XML File Using Regex in VS Code?

I have an XML file with several elements, and each child of item appears twice. The file looks something like this: <item> <array name="time_entries"> <item>0&...
Arfeen Yousuf 's user avatar
0 votes
1 answer
26 views

Blurry screen in VS Code (Windows 11)

Getting blurry screen in VS code while working. I am working in windows 11. Installed VS-Code and while working in it I am getting a blurry screen. Tried to see the settings but didn't get any ...
MDMH's user avatar
  • 91
0 votes
0 answers
12 views

Pylance crashs in Visual Studio Code on project with large sub-folder

My Pylance suddenly was causing high CPU-usage in VSCode. I was able to use it correctly before, then I wanted to use Jupyter debugging (incl. Run by Line). Suddenly Pylance was using 100% CPU of one ...
Twistios_Player's user avatar
-1 votes
0 answers
25 views

error in jsx file in vs code showing problems as it is declared but its value never read

APP.jsx Todos.jsx CREATETODO.jsx These are the part of code where error is occuring. error errors FRONTEND CODE (APP.jsx) import { useState } from 'react' import reactLogo from './assets/react.svg' ...
Mrittick Deb's user avatar
0 votes
1 answer
31 views

How to setup WxWidgets IntelliSense on linux VS code

how to get WxWidgets IntelliSense for Linux VScode. i was able successfully compile WxWidgets. i added '/home/udan/Documents/Libraries/wxWidgets/include' to include path, but that doesn't seems to ...
Udan Jayanith's user avatar
0 votes
0 answers
13 views

dbt doc block automation with regex in VSCode

I am trying to automate creating dbt doc blocks in markdown file. My issue is when I have more than one model with their own fields, I'm not sure how to automate doc block creation. So far I have this:...
shellybeans's user avatar
0 votes
0 answers
14 views

update imports across all files after mass replacing a method header in subclasses

I have a method defined in a superclass, that is also defined in 32 subclasses async fetchDepositAddress (code: string, params = {}): { I updated this method to add a return type async ...
Sam's user avatar
  • 2,070
-5 votes
0 answers
38 views

VSCode C++ ld: symbol(s) not found for architecture arm64 problem in Mac [closed]

I have issue about the vscode with c++ when i run the single file like hello world its working good but gives this error when the header file and other files are included in the include event When ı ...
Burak Kocabaş's user avatar
1 vote
1 answer
38 views

VSCode Invisible Breakpoint?

When working in visual studio code...I've noticed that some files will always break into them when you're trying to step over them (this is a GIF by the way...click on it to see what I'm talking about ...
Scott Newman's user avatar

15 30 50 per page
1
2 3 4 5
3996