60,236
questions
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 ...
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....
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 ...
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 - ...
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/...
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 ...
-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 ?...
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 ...
-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 ...
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....
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 ...
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 ...
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.
...
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 ...
-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 ...
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 ...
-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 ...
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 ...
-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 ...
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#...
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 ...
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">...
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 ...
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 ...
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 ...
-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 ...
-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 ...
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 ...
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 ...
-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 ...
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&...
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 ...
-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 ...
-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:...
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 ...
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/
│...
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 ...
-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: ...
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 ...
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 ...
-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 ...
-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 ...
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....
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 ...
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 ...
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. ...
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 "...
-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 ...
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 ...