4,670 questions
Score of 0
0 answers
117 views
Why can my VS Code extension client not find a local module?
I am writing a VS Code extension called bg3-osiris that has a server and client. I would like to add a shared module that contains definitions for requests and request parameters made between the ...
Score of -3
1 answer
74 views
Is there an enterprise policy to prevent VSIX extension installation? [closed]
Is there a supported way to disable "Install from VSIX..." in VS Code?
Specifically, I'm trying to understand whether VS Code provides any built-in setting or enterprise policy to:
Disable ...
Score of 0
0 answers
91 views
VSCodium remotely flags a locally installed .VSIX as "problematic" and automatically uninstalls it
I've recently switched to VSCodium. VSCodium setup:
One day I started VSCodium only to be greeted with:
Extension Lua was found to be problematic and was uninstalled
Extension in question: yinfei....
Advice
0
votes
5
replies
127
views
What is the name of this Vscode Feature or extention?
ive seen this feature on online css videos where the instructor is using vs code and when he writes the propery the editor automaticly shows the possible values.
After he wrote animation and emmet ...
Score of 1
1 answer
86 views
How to make VS Code markdownlint ignore all files with no extension?
When I start a new project using a git repo, I usually have a with README and LICENSE file (text/plain) and I'm always annoyed by VS Code finding a markdown issue on the very first line, although none ...
Tooling
0
votes
3
replies
166
views
How can i use(Built) AI agent free for code generation like cursor
Today is AI era and today AI can do most of them. As a developer i also want to use AI to transit my plan into real app. A few days ago suddenly scratch my app system and find an AI agent to transit ...
Score of 0
0 answers
123 views
VSCode + Unity 6 integration : no suggestions when typing
I followed this official tutorial to make Unity 6 and Visual Studio Code work together. I'm supposed to have everything working, with highlights, suggestions, and even code snippets.
Currently, all I ...
Score of 2
1 answer
405 views
How to copy only path of a folder, without file name, in VS Code?
I'm using this code to copy path of a file:
{"key": "ctrl+shift+alt+f11","command": "copyFilePath","when": "!editorFocus"},
{"key":...
Score of -2
2 answers
312 views
Can I change the font size of text in the Extensions view in Visual Studio Code? [closed]
I have tried for while, but I can't figure out how to increase font size on Extensions page. It's so small and it's really hard to read it extensively.
That is the text that is explaining what ...
Score of 1
1 answer
147 views
Ansible-lint output not displayed in Visual Studio Code
I try to use the official Ansible extension in Visual Studio Code to run ansible-lint on my playbooks.
The issue is that when I open a playbook in VS Code I see that ansible-lint is being executed and ...
Score of 6
1 answer
489 views
Unable to fully uninstall built-in GitHub Copilot Chat extension from VS Code
I am using the latest version of VS Code on Windows.
I was able to uninstall the normal GitHub Copilot extension using:
code --uninstall-extension github.copilot --force
But when I try to uninstall ...
Score of 1
1 answer
115 views
dbt Power User extension: "outputs not specified" error despite valid local profiles.yml and dbt debug passing
I'm facing a persistent validation error with the dbt Power User extension in Vs code. The extension flags my dbt_project.yml with: Runtime Error: outputs not specified in profile 'boond_analytics'.
...
Score of 0
0 answers
604 views
VS Code Codex extension fails with "spawn UNKNOWN" on Windows even though `codex app-server` works
I’m trying to use the OpenAI Codex extension in VS Code on Windows, but the extension fails immediately with:
Failed to start Codex process: spawn UNKNOWN
Context:
- Windows machine
- enterprise-...
Advice
0
votes
1
replies
141
views
How to avoid TS issue in VSCode?
Cannot find module '@/components/ui/button' or its corresponding type declarations. How to remove this warning which extension or CLI to install/run?
Is there any CLI command aur vs. Code extension to ...
Score of 0
0 answers
94 views
VS Code Extension runs but command not showing in Command Palette and no popup appears
I am currently developing a VS Code extension. The extension seems to run without any errors, but I am facing the following issues:
No popup window appears when I execute the extension.
When I press ...