Skip to main content

All Questions

Tagged with or
Filter by
Sorted by
Tagged with
1 vote
0 answers
33 views

I'm building a mod for Unity based game RimWorld. I have the following assembly references in my .csproj file, using a variable so other people can build the project regardless of where RimWorld is ...
Nicole O'Connor's user avatar
-5 votes
0 answers
34 views

Extension: WSL I have a use case that requires modifying the WSL VSCode extension. The extension page takes you to a GH repo for vscode-remote-release, but the extension code isn't in there. I've look ...
Dan's user avatar
  • 11
0 votes
1 answer
32 views

I want to create a div that is always placed on the top right of the current active editor window of VS Code via an extension. Ideally, the div is show even when the user change tab. I tried to find a ...
Hadock's user avatar
  • 1,006
-1 votes
0 answers
23 views

I am trying to move from eclipse to vscode. I want to set up various Tomcat server configurations so that I can run my web app in different environments. I have installed Tomcat to c:\servers\tomcat. ...
paul's user avatar
  • 13.6k
0 votes
0 answers
17 views

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 {...
JCall-Engineer's user avatar
0 votes
1 answer
46 views

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....
Snæbjørn's user avatar
  • 10.9k
-1 votes
0 answers
51 views

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": &...
Andrianovi's user avatar
-4 votes
0 answers
112 views

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 ...
Ahmed Alaa's user avatar
Best practices
0 votes
0 replies
25 views

Our team built an MCP Server that uses Server Metadata Discovery and returns a WWW-Authenticate challenge with resource_metadata when the Authorization header is missing. Some users receive the “DCR ...
izik lisbon's user avatar
0 votes
0 answers
48 views

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 ...
Giwoon Lee's user avatar
-3 votes
0 answers
48 views

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\...
Explorer's user avatar
  • 111
0 votes
0 answers
39 views

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 ...
Kapoo's user avatar
  • 1
0 votes
0 answers
31 views

I have the following in my tasks.json file: { "label": "closealleditorsingroup", "type": "shell", "command": "${input:...
One_Cable5781's user avatar
0 votes
0 answers
43 views

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 ...
pyXelr's user avatar
  • 9
10 votes
0 answers
235 views

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 ...
Javad Faraji's user avatar
0 votes
2 answers
55 views

When I attempt to import a module from a local package (from core import config), VSCode's syntax highlighting isn't working. When hovering over config, it shows "config: Any" (the editor ...
Иван Чернецов's user avatar
Advice
0 votes
2 replies
33 views

We can document code with backticks in JSdoc to see it styled like interpreted markdown when hovering over the definition: /** * This function is similar to `someFunction(foo)` */ function bar() { .....
Function's user avatar
0 votes
1 answer
62 views

Running VSCode with MS Python extension and my window will not display here's my code import tkinter as tk class FormMain: def __init_(self): self.build_controls() def build_controls(...
Randino's user avatar
  • 41
0 votes
1 answer
87 views

I accidentally messed up something in the settings, and now the list of tabs doesn't disappear, even if only one terminal is open: I need this view, without tabs. And also, I want the button for ...
Spaceknyte's user avatar
0 votes
2 answers
55 views

In TypeScript on VS Code I have the following type: export type PgInheritableTableWithColumns< T extends TableConfig > = PgTableWithColumns<T> & { extend< TNewTableName ...
Richard's user avatar
  • 21
-1 votes
1 answer
38 views

In the File Explorer of Visual Studio Code, my files are sorted in alphabetical order, with 10, 11, 12 coming before 1, 2, 3. I would like them to be sorted in natural order, with 10, 11 and 12 ...
robertspierre's user avatar
0 votes
0 answers
41 views

I have a key binding such as alt+s alt+u. It works when i hold down both keys alt and s, then just press u. But if I press u again, it doesn't repeat; i must release alt and s, then hold them down ...
hrs's user avatar
  • 417
0 votes
0 answers
100 views

I am using TypeScript 5+ with Playwright and module: "nodenext" in my tsconfig.json: { // Visit https://aka.ms/tsconfig to read more about this file "compilerOptions": { // ...
Elegant Student's user avatar
-2 votes
1 answer
44 views

I wanted to update my VSCode extension. But when running npm run test I get an error: Error: Cannot find module './build/Debug/keymapping' I tried to compare it with fresh extension, generated with ...
Misiur's user avatar
  • 5,393
0 votes
1 answer
52 views

When I want to add a snippet for the current language, I open the command palette, type "snippet", go "Configure Snippets", then I have to select the language even though the file ...
wjandrea's user avatar
  • 33.8k

1
2 3 4 5
1226