31 questions from the last 7 days
10
votes
0
answers
231
views
Not displaying DataFrame's name in Data Wrangler extension of VSCode, displaying "Data grid"
It is a while that I am using Data Wrangler extension in VS Code; it is very useful for analyzing datasets and filtering some columns to see the features. When I opened a dataframe in it, it used to ...
0
votes
1
answer
42
views
VSCode shows Scalar OpenAPI schema 'discriminator' property as any but it has a type defined
Why is discriminator any here? It's supposed to be, and defined as, DiscriminatorObject.
import type { OpenAPIV3_1 } from '@scalar/openapi-types'
const schemas: Record<string, OpenAPIV3_1....
-1
votes
1
answer
44
views
How to remove "Powershell" column from Secondary Side Bar in VS Code?
This morning VS Code updated itself to v1.106.0. When I open a terminal window (Ctrl + ') I now see an additional column titled Powershell.
How can I hide this and go back to just having one column ...
-1
votes
0
answers
56
views
VS Code fails to run .NET, even if I installed it
When I open a workspace in VS Code, I get this error message notification on the bottom right corner :
Failed to run .NET runtime. You may be missing key Linux libraries. Install them now?
Source: ....
-1
votes
0
answers
50
views
Is it possible to add a right-click menu button "copy and paste" in the VS Code file explorer? [closed]
I want to add a button of "copy and paste", when I right-click the file, I hope it could automatically paste in the same repository. Is there an elegant method to do so?
It's helpful for me ...
-1
votes
0
answers
43
views
VS code treats the address C://php.exe as h:/web/c:/php.exe
I installed the PHP Server extension for VS Code and added two lines to settings.json:
"php.validate.executablePath": "С://php-server//php.exe",
"phpserver.phpPath": &...
0
votes
0
answers
44
views
WPF "View Source" in Live Visual Tree stopped working - can't open XAML or code-behind
I'm learning how the back end and front end work together by reviewing WPF (Window Presentation Foundation) code.
The project runs locally on my machine. I copied it from my team's shared folder.
My ...
-3
votes
0
answers
40
views
How to set the default opening pages of VScode to be a welcome page or blank one?
Description
I always get annoyed by the first page of vscode with the following cli.js file on my windows 11 Operation System:
C:\Users\Kasmir\AppData\Local\Programs\Microsoft VS Code\resources\app\...
1
vote
1
answer
68
views
Tailwind CSS directives (@tailwind base) underlined as unknown in VS Code with Next.js project
I'm working on a Next.js 16 project and trying to set up Tailwind CSS v4. I installed Tailwind via npm:
npm install -D tailwindcss postcss autoprefixer
I also created the following config files ...
1
vote
0
answers
33
views
Vs Code doesn't Recognize Flutter projet
I have been working on my project in vs code, when I feel tired I closed Vscode window and shut down my computer. Then when I come back to continue with the project, unfortunately VS Code does no ...
-5
votes
0
answers
96
views
Opening Google's Antigravity gives [process exited with code 1 (0x00000001)] [closed]
Whenever I Open Antigravity IDE opens successfully but also a terminal show with the editor saying that [process exited with code 1 (0x00000001)] when i close it the program starts normally but its ...
0
votes
0
answers
21
views
Spring Boot Dashboard in VS Code isn't displaying one of the project's modules
I'm setting up the environment for a project of the company I work for. It's a multi module backend runing Spring Boot. I didn't have problems with most of the setup, but one of the project's modules, ...
0
votes
0
answers
11
views
registerFoldingRangeProvider Conflict: Extension works in Dev Host, but ignored/overridden in production VSIX
I had a problem in VSCode that irritated me: in CSS files that had nested selectors it would mark lines as fold-able that were complete nonsense. Example
/*----- Content -----*/
#blog-content {...
0
votes
0
answers
11
views
Tailwind Autocomplete Works Only in One Phoenix Project in VS Code
I recently joined my university’s CS group and started learning Tailwind using the Phoenix framework. To practice, I cloned a repository of an ongoing project. After a few days, I decided to create a ...
0
votes
0
answers
40
views
How to enforce "linux/amd64" platform architecture in Visual Studio Code Dev Containers for Podman on Apple Silicon?
Environment
Host: macOS (Apple Silicon M1)
Container Engine: Podman (via podman-machine)
Extension: VS Code Dev Containers
Target Image: A private registry image with Poetry
Problem
When I try to ...
0
votes
0
answers
32
views
VSCode Intellisense doesn't work in Turborepo jit package
everyone. I've been stuck on a minor issue for a few days, but I haven't been able to find the answer, so I'm reaching out for your help.
I am developing a personal project using Turborepo. The ...