Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
60 views

C++ code does not work in my local environment, but the same code works successfully in online compiler [closed]

In this code, I try to add 1 to the number represented by the Linked List. This code is not working in my local environment. What should I do? #include <iostream> using namespace std; class ...
Kartik Gile's user avatar
0 votes
0 answers
22 views

Error using Firebase Auth through vscode Live Server extension [closed]

I am trying to test my firebase app using vscodes live server extension, but when i try logging in it gives unauthorized domain error. Im using vanilla js firebase skd. This is the url: http://127.0.0....
Julian's user avatar
  • 1
0 votes
0 answers
5 views

How to specify shell arguments for non windows shells/terminal profiles

I am developing a vscode extension. In the extension I have a terminal profile as well as the ability to start a command in a shell, both with the appropriate environment variables I require. One of ...
Rijesh Augustine's user avatar
0 votes
0 answers
19 views

Tab key in VS Code is not inserting spaces. Can someone please solve my problem?

Can someone please help me? Suddenly out of nowhere, the Tab key in VS Code is not inserting 4 spaces anymore. I tried everything even reinstalling everything but nothing helped. I am so frustrated - ...
Prashant Sharma's user avatar
0 votes
0 answers
11 views

Biomejs won't address CSS files

I'm using biomejs for some tooling on a project. It ignores my CSS files, and I'm not sure why. biome.json in the root of my project { "$schema": "https://biomejs.dev/schemas/1.8.3/...
Jake Loew's user avatar
  • 167
0 votes
0 answers
9 views

react-create-app project console error hot-update.js

I'm having problems with vscode too. 1-when I do ctrl+s, the changes I made in html and js are not visible in the live server. 2-when i develop a project with react-create-app, html is also updated ...
Rabia Ateş's user avatar
-1 votes
0 answers
13 views

I was using VS code and node js for a while now and after a few weeks my keyboard started glitching , any solution?

When I deleted Node.js and VS Code, it started working normally and when I downloaded VS Code and Node.js again, the glitching came back. Keyboard even stopped working at times. Is anyone facing this ?...
Arsh Rawuthar's user avatar
0 votes
0 answers
17 views

Cant create an image using matplotlib and python in VsCode (UserWarning: FigureCanvasAgg is non-interactive, and thus cannot be shown plt.show())

I am trying to create a graph using matplotlib and I keep getting an error saying: "UserWarning: FigureCanvasAgg is non-interactive, and thus cannot be shown plt.show()". I've tried ...
Eric Guzman's user avatar
-1 votes
0 answers
25 views

Visual Studio Code will rebuild, will run, but will not do both

Visual studio code shouldn't be this much of a pain in the butt to get running with C++... I've already spent more than half a day just to get it to compile... Pressing CTRL+SHIFT+B will rebuild my ...
LondonNight's user avatar
0 votes
0 answers
11 views

VSCode not launching the same based on launch context

VS Code: Version: 1.92.2 (user setup) Commit: fee1edb8d6d72a0ddff41e5f71a671c23ed924b9 Date: 2024-08-14T17:29:30.058Z Electron: 30.1.2 ElectronBuildId: 9870757 Chromium: 124.0.6367.243 Node.js: 20.14....
A.G.'s user avatar
  • 2,109
1 vote
1 answer
14 views

Visual-Studio-Code vscode-server not installing correctly in Ubuntu 22.04 Server by Remote-SSH Extension

I am trying to connect from VSCode 1.92.2 through Remote-SSH Extension V0.11 to my Ubuntu 22.04 LTS server but process fails and connection is cancelled after attempting to install vscode-server which ...
Carlos Sanchez's user avatar
0 votes
0 answers
55 views

VSCode does not detect installed python libraries and modules

I have a Python project open in VSCode that operates various libraries and it's composed of different modules. Venv is activated, and all libraries are installed in venv. But still VSCode does not ...
Alan Dzheliev's user avatar
0 votes
0 answers
7 views

ExTester Automated Test Visual Studio Code Change version on the Extension Plugin

When I open the plugin extension page, When I click Uninstall more actions button, Then install another version and uninstall options listed, And other versions listed to change version of the plugin. ...
Andrew's user avatar
  • 280
0 votes
0 answers
20 views

VS Code editor not able to ignore comment lines

I am using Visual Studio Code for writing Latex documents, using snippets both in math environment and global environment, with different triggering methods. However, if I write a comment in Latex ...
oliveruas's user avatar
-1 votes
0 answers
18 views

Arrow Up Key Behaving Like Tab Key in VS Code

I'm experiencing an issue in Visual Studio Code where pressing the Arrow Up key causes the focus or cursor to shift between the Explorer, Terminal, and other panels, similar to how the Tab key ...
Huzaifa Muhammad's user avatar
0 votes
0 answers
19 views

How to hide a folder in VS Code except for certain files? [duplicate]

I'm trying to configure Visual Studio Code to hide a specific folder from both the left panel and the search results, but I want to keep certain file(s) within that folder visible. Here's what I have ...
Foad S. Farimani's user avatar
-2 votes
0 answers
29 views

Prevent VSCode from rebuilding devcontainer images

I have a docker image for my vscode devcontainer that is pretty big (~40GB). The problem is that randomly, when i open the project vscode decides that he has to rebuild the image (an operation that ...
Daniele 's user avatar
0 votes
0 answers
16 views

Add own character encoding to PSPad , Notepad++ VS-Studio

I have to work on a very exotic erp system which stores all files in its own character encoding. I would like to edit files with a modern text editor like PSPad, Notepad++ VS-Studio, since the build ...
Alexander Baltasar's user avatar
-2 votes
0 answers
34 views

question as to why VS Code is giving me a wrench [closed]

I'm trying to write simple Python code in VS Code. After I assign a string to a variable, the editor window pops up, with a wrench tool at the top, and my file name in double quotation marks. I can't ...
Kgi's user avatar
  • 1
0 votes
0 answers
17 views

Inconsistent indentation in pug template error

in pug template i face this error ... Error: C:\nafeesData\complete web development course\Dance Website\views\home.pug:22:1 20| li #[a(href="/") Info] 21| 22| section#...
Nafees k jadoon's user avatar
0 votes
0 answers
8 views

How to fill in clang format excetable path when using VSCode plugin?

When not filled in, it would report an error of "The 'clang-format' command is not available. Please check your clang-format.executable user setting and ensure it is installed." , so I ...
ddds's user avatar
  • 1
0 votes
0 answers
18 views

LaTeX inside HTML tags in a Markdown file running in VSCode is not working

The title describes my problem. This is my markdown file: <table> <thead> <tr> <td></td> <td colspan="3" align="center">...
Adora González's user avatar
0 votes
0 answers
19 views

Can we integrate the open-source code of VS Code to embed the editor directly into a website for business use? [closed]

Is it possible to embed the Visual Studio Code editor directly into a website for business purposes by utilizing its open-source code? Additionally, how can we leverage the core functionality of VS ...
Ninad Kale's user avatar
0 votes
1 answer
24 views

VS Code (Mac) view jump down in script when creating new line

I have a script that is more than 1000 lines of c# code. Every time I create a new line to add some code the view move down so I the empty line that I am about to add code to is not visible. It is ...
PeterK's user avatar
  • 4,279
1 vote
0 answers
18 views

Is it possible to navigate forward/backward only within tabs of the same window? [duplicate]

I'm a long time Emacs/evil-mode, Vim and VSCode user. One thing that I use a lot in Emacs/Vim is that navigating back/forward to my previous/next cursor position only navigates within buffers of the ...
Raf's user avatar
  • 11
-1 votes
0 answers
20 views

Managing VS Code Extensions [closed]

In a corporate environment where there is a need to control which VS Code extensions can be installed, what is the best process to implement? Are there Group Policies that help achieve this goal? What ...
PauloHCampos's user avatar
-3 votes
0 answers
26 views

I got a new keyboard and when I type on internet or notepad it works as usual, but on VS Code sometimes the keyboard stops running [closed]

the keyboard run on VS Code, but it stops running unexpected. I tried: change the usb port, but the probles was not solved. I made driver actualization and did the restart on pc, but after it the ...
Sebastian Noth's user avatar
0 votes
0 answers
19 views

Unable to Compile TypeScript React Application with Path Aliases

I am trying to teach myself React, in TypeScript, however I am running into an issue with path aliases. When I try to add a component, Visual Studio Code will identify the missing import and give me ...
Dominick's user avatar
  • 476
0 votes
1 answer
16 views

Azure Key Vault endpoint is not set on Local Visual Studio code

I am following the steps outlined in https://github.com/Azure-Samples/azure-search-openai-demo-csharp to deploy ChatGPT and azure search. When running the following command to start on a local client ...
David Onyango's user avatar
-5 votes
0 answers
25 views

vs code terminal

I love VS code but in terminal the output just disturbing me!! (https://i.sstatic.net/zObFtUL5.png). Each time I run the program, the space between PS C:\Users\yuvar\Desktop\DSA> here the space get ...
Yuvaraj k's user avatar
0 votes
0 answers
15 views

Operation not permitted installing python package

I used the VS Code terminal and tried to install flask in my virtual environment. (.venv) neo@Air test % python -m pip install flask Traceback (most recent call last): File "<frozen runpy&...
Neo Mx's user avatar
  • 1
0 votes
1 answer
25 views

Why does a changed Python code in VSC sometimes not update until I completely restart VSC? [duplicate]

I started having this issue around a week ago: When i change/add something in my Python code and run it in the VSC terminal, the program often ignores the new change and runs the older code, without ...
user26727436's user avatar
-1 votes
0 answers
12 views

Error in VS Code when installing the extension

I have a problem in VS Code during the installation of the extension called (error while fetching extents. XHR failed). I also tested it with proxy and vpn. It didn't work. Is the problem due to the ...
0 votes
1 answer
22 views

Why my python code refreshes in code runner only after i open it using terminal? [duplicate]

I have last version of code runner(extension), python, python extensions pack, visual studio code and Windows 10. When I try to start my code using terminal - everythings ok, but when I try to run it ...
Горячий Эльффф's user avatar
-5 votes
0 answers
31 views

What should be listed on the long term Visual Studio suite roadmap? [closed]

Since a few years, Visual Studio looks like to be frozen into "2022" with version 17.x (like engaged into a dead end ?) Even the Visual Studio roadmap is branded with "2022", https:...
Olivier Hault's user avatar
0 votes
0 answers
19 views

Why VS Code Suggesting @radix-ui Suggestions

While working in React JSX File, The VS Code is suggesting @radix-ui suggestion. Also, suggest lucide-react sometimes. Is there any way to stop vs code suggesting this suggestions. enter image ...
Sachin Alam's user avatar
0 votes
0 answers
9 views

VS Code jsconfig.json - Unable to Navigate to index.js for Certain Imports

I'm facing issues with VS Code navigation using a jsconfig.json configuration. Specifically, I want to correctly navigate to index.js files within directories and specific files. src/ ├── Foundation/ │...
Mohsen Taleb's user avatar
0 votes
0 answers
10 views

VSCode jump-to-definition in editable pip project location

I have an editable pip package in my project directory, which I installed by cloning a package from GitHub and running pip install --no-deps -e . from inside my-project/my-package. Here are the ...
julia's user avatar
  • 173
-1 votes
1 answer
40 views

Python Particle simulator in Quan Nguyen's book: Python advanced programming. The code not working for me

I have started reading "Advanced Python Programming", 2nd ed of Quan Nguyen. The code to simulate particles' circular motion is not working for me. But according to the book, it should work: ...
ezyman's user avatar
  • 175
0 votes
2 answers
49 views

Does Visual Studio Code have keyboard shortcuts that toggle the suggestion details and explain mode popups on a suggestions [duplicate]

When I activate suggestions by pressing ctrl+space, I get a list of suggestions and Javadoc for the highlighted suggestion. suggestion list with javadoc popup for highlighted suggestion If I click the ...
Jamie Burns's user avatar
0 votes
0 answers
14 views

Flutter Widget Inspector have very large font size in VSCode

How to reproduce the problem - click on "Run without debugging/Start Debugging" under "Run" option, open Widget Inspector. I've read the other posts related to it and also cross ...
Ravi's user avatar
  • 307
-1 votes
1 answer
31 views

How can I restrict access to code on VS Code so that only I can access it and other users must log in and can only access the launched GUI?

How can I restrict the backend code on VS Code so that users can only access the launched GUI? I have developed a GUI from some Python code I made in Jupyter Notebook via VS Code. I made and launched ...
Hendrix13's user avatar
  • 125
-1 votes
0 answers
20 views

@types folder, ambient types, vscode, & nuxt

B"H How can I get typescript to pickup the ambient types in the @types folder? In this particular case I'm looking to use the gapi library from google. I used pnpm to install @types/gapi (and a ...
Rabbi's user avatar
  • 4,701
0 votes
1 answer
34 views

Why does DisplayClass11 generate in .NET Core hot reload?

How does hot reload implement in .NET Core? Does it modify the project's assembly ? I open my Blazor project with dotnet watch, but got the following error: fail: Microsoft.Extensions.Hosting.Internal....
Penney Wang's user avatar
0 votes
1 answer
79 views

Module could be found in debug mode in VS code but could not in build-in terminal

I have created a conda environment named "pino" by: conda create -n pino Then, I installed the python 3.8 and pytorch in pino. I did activate pino in the build-in terminal by conda activate ...
Jipeng Cui's user avatar
0 votes
0 answers
29 views

xdebug will not work when using visual studio code and lando

I installed lando with a wordpress recipe. The setup works and I am unable to get the code to stop on breakpoints with xdebug. After using the code on the Lando site for toggling on and off xdebug I ...
eidetmp's user avatar
  • 41
0 votes
0 answers
14 views

Codeium in VS Code - auto focus pane after CMD I

for the codeium extension: Codeium.codeium (https://marketplace.visualstudio.com/items?itemName=Codeium.codeium), when I press CMD I on Mac, the focus is not automatically switched to the chat popup. ...
johnmichaelwu's user avatar
0 votes
1 answer
41 views

"Import could not be resolved from source" with docker setup in VSCode

I am writing a Python (Django) project that is being run in a docker container; nothing is run/interpreted on my local machine. I'm getting this warning on all of my imports in VSCode: Import "...
cdyswnnr's user avatar
-6 votes
0 answers
30 views

Text cursor in VSCode is white in one window but not the others [closed]

In VSCode I have two or three windows open and in one of them the cursor is white and difficult to see. In one window that is normal, the text cursor is black. In the broken vscode window it is the ...
1.21 gigawatts's user avatar
0 votes
0 answers
60 views

Is there a way to customize the behaviour of code folding in Visual Studio Code?

VSCode supports folding but folder block does not provide much information about the contents. I am wondering if there is a way of customizing how folding works? I am switching from Vim and struggling ...
snobb's user avatar
  • 1,044

1
2 3 4 5
1205