Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
32 views

I'm learning VSCode extension development and want to run a command I defined from within the extension. Here is my code: const vscode = require('vscode'); /** * @param {vscode.ExtensionContext} ...
Ahmad Ismail's user avatar
  • 14.5k
-2 votes
0 answers
31 views

I found these three commands in Visual Studio Code: Developer: Restart Extension Host Developer: Debug Extension Host In Dev Tools Developer: Debug Extension Host In New Window From their names, it ...
Ahmad Ismail's user avatar
  • 14.5k
0 votes
0 answers
11 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
0 answers
11 views

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 ...
EDRO's user avatar
  • 22
0 votes
0 answers
54 views

I use WSL in Windows for developments but for a few days it is not working, it is just in the mood of loading and loading unloading. I checked my WSL via command terminal it's working there, but it's ...
swarnadeeppaul's user avatar
-2 votes
0 answers
31 views

I can't make Natizyskunk SFTP extension for VScode to work. I keep getting error that [custom_host]: getaddrinfo ENOTFOUND custom_host This is working ok in terminal ssh custom_host with configuration ...
Alexandru R's user avatar
  • 8,890
0 votes
0 answers
36 views

My needs: Open an external url in my vscode extension. The url to open contains a search param: redirect_uri=/client-redirect?client_type=vscode Problem encountered: I open the url by: env....
Ant's user avatar
  • 55
-4 votes
0 answers
30 views

So I'm building a vscode extension, I have a vscode command that the extension utilizes to run debugging commands (for python's debugpy) that same way as you'd do in the Debug Console, I can't seem to ...
Emily Dror's user avatar
-1 votes
2 answers
486 views

I'm trying to configure a Z.ai GLM model in the Continue.dev VS Code extension, but the model doesn't appear in the dropdown menu despite having what appears to be a correct configuration. My Current ...
pospolitaki's user avatar
0 votes
0 answers
49 views

Symptom When I build a MI Docker image using the WSO2 VS Code extension (Project Overview → Build Docker Image), the container fails on startup with this error: 2025-10-24 09:25:58.643 | [2025-10-24 ...
Imen Frigui's user avatar
2 votes
0 answers
62 views

I am building a VS Code extension where a webview panel and the text editor need to communicate with each other. The desired workflow is: A command creates and shows a WebviewPanel. The user can ...
Tengku Risky's user avatar
3 votes
0 answers
357 views

I am making a Visual Studio Code extension that generates a color theme based off a random Discogs album. I want to embed a YouTube video URL inside the Visual Studio Code sidebar extension window, I ...
Martin's user avatar
  • 1,582
3 votes
1 answer
886 views

I'm trying to use the Claude Code extension, but it fails to initialize. Environment: Extension: 2.0.13 VS Code: 1.105.0 OS: Windows 11 (Windows_NT x64 10.0.26100) Problem: Immediately after ...
Motorboy Shin motorboy's user avatar
7 votes
2 answers
2k views

So recently I wanted to work with Jupyter notebooks in VS Code, but I ran into an activation error with the Jupyter extension. I’m using: VS Code version: 1.104.3 Jupyter extension version: 2025.8.0 ...
Sahil Singhai's user avatar
0 votes
1 answer
49 views

I have installed code server on our lab server (so users can access it using just their browser), and then when I add users I was pre-installing for them a set of commonly used extensions with the ...
Antonello's user avatar
  • 6,513
1 vote
1 answer
60 views

I'm writing a VSCode plugin to handle a certain scripting language. This is the "language-configuration.json" file: { "comments": { "lineComment": { "...
Terr Lacont's user avatar
0 votes
1 answer
59 views

I'm trying to replicate a feature from PyCharm in Visual Studio Code and running into trouble. In PyCharm, when I copy a block of Python code and paste it inside a function, class, or loop, the IDE ...
Ido's user avatar
  • 536
1 vote
0 answers
22 views

I have a problem with my vscode extension having both client and server sides. There's also a shared folder used for both the server and client sides. I'm trying to include @shared/* but it gives me ...
PressF's user avatar
  • 31
0 votes
0 answers
40 views

From the following link https://codefori.github.io/docs/dev/api/ I am developing my own VS Code extension and want to interact with the active IBM i connection, so I can use the API provided by Code ...
jemrug's user avatar
  • 89
1 vote
0 answers
69 views

I want to register different Language Model Tools in my VS Code extension depending on a specific configuration. Currently, the way VS Code works seems to be: I need to declare the tool in package....
leonard520's user avatar
1 vote
1 answer
82 views

I tried both including source.php after my match rule and injection into the PHP language syntax. Including the source shows PHP syntax coloring without my override, whereas injection shows my ...
Z0q's user avatar
  • 1,975
0 votes
0 answers
38 views

I’m building an index using SCIP that can provide completions. I’d like to run it alongside the TypeScript language server in VS Code. The problem: By default, VS Code always triggers the TS server ...
Akshay Naik's user avatar
0 votes
0 answers
35 views

Summary/Intent I'm writing tests for a VS Code extension that uses vscode.env.clipboard.writeText() to copy a generated string to the system clipboard. I want to assert that the clipboard contains the ...
null-point-exceptional's user avatar
1 vote
0 answers
43 views

What is the correct process for running vscode-extension-tester (the project's official example) against the project's compiled source code (as opposed to having to build a .vsix package before ...
Zack's user avatar
  • 6,704
1 vote
1 answer
108 views

We are connecting to kubernetes cluster hosted in AWS. I am able to do it via cli aws sso login --profile 234234293-prj_ns_qa_manager #set the context to appropriate sandbox cluster kubectl config ...
Samselvaprabu's user avatar

1
2 3 4 5
94