Skip to main content
Filter by
Sorted by
Tagged with
Advice
0 votes
0 replies
26 views

Last year, VSCode added badges to the right side of its source code graph view. See the lavender cloud badge here: Another badge looks like a branch: The VSCode documentation talks about the ability ...
-4 votes
0 answers
25 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 ...
0 votes
0 answers
23 views

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
51 views

For two days now, I've been having a rather strange problem. The MonoBehaviour class isn't recognized by VS Code, with the following error: Error while loading [...]: Exception thrown: System....
-5 votes
0 answers
106 views

I have a nx monorepo with a lib - typescript In the lib there is a directory with subdirectories per feature. I don't need one of the types anymore - so I deleted the file inside which the type was ...
0 votes
1 answer
55 views

I had used LibreOffice portable a while back to convert documents to PDF and I cannot for the life of me figure out how to do it again. Every time I run this in IIS Express for development I am ...
0 votes
1 answer
42 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....
-1 votes
0 answers
43 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": &...
Best practices
0 votes
0 replies
23 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 ...
0 votes
1 answer
41 views

I've been fighting this problem for the last 3 weeks. I don't know if I'm also doing something wrong at the moment of connecting the API to the Front end not being able to at least print the JSON ...
1 vote
0 answers
33 views

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 ...
0 votes
0 answers
32 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 ...
0 votes
0 answers
26 views

I have the following in my tasks.json file: { "label": "closealleditorsingroup", "type": "shell", "command": "${input:...
10 votes
0 answers
231 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 ...
0 votes
2 answers
53 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 ...
-1 votes
0 answers
50 views

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 ...