vscode-extensions Questions

2

VS Code has this feature called profiles, where for example I have one profile with web dev related settings and extensions and another with Java Spring related stuff. However if I install an exten...
Oday asked 15/7, 2023 at 22:49

4

Solved

I have a repository on my local system and am testing my changes on a remote server. I am using VSCode for development. I want that on every save, rsync should run in background and sync the change...

2

Im trying to create a simple language extension for visual studio code. I used the "yo code" to generate a language support extension. After adding my Language name, id, extension and etc...
Aide asked 15/5, 2019 at 6:28

0

Background: This is a duplicate (yes) of previous questions (Extension API - Task Provider - Build Task example) - where I cannot seem to get the answers to work - with the sole purpose of garnerin...
Siloum asked 29/8, 2024 at 11:25

4

Solved

According to this page webviews can be "rendered in the sidebar or panel areas". The examples show how to render as editor panels... vscode.window.createWebviewPanel( 'catCoding', // Ide...
Corron asked 18/4, 2021 at 15:56

5

Solved

So the tutorial to developing visual studio code extensions says to hit F5 and then command palette which is where I should see the hello world command given by this default code for extension. Thi...
Myxomatosis asked 20/10, 2022 at 16:46

3

Solved

let result = await vscode.commands.executeCommand('workbench.action.tasks.build'); resolves immediately. How can I await a build task with VS Code API?
Simla asked 25/4, 2020 at 16:30

3

I am using VSCode and have installed phpfmt PHP formater extension. When I hit the format code option, the cruly braces of functions and classes are set to new line. I have practice of adding curly...
Countersubject asked 23/11, 2018 at 7:33

5

I use Windows VS code and this extensions "Remote SSH", "Remote X11", "Remote X11 (SSH)" to connect and to get graphics from remote server. I run VcXsrv, Pageant. X11 ...

8

Solved

Before to publish branch sometimes I want to search for a specific keyword to ensure I have fixed it correctly everywhere. The problem is, I want to search it only in changes not for a whole projec...
Voluntary asked 15/11, 2019 at 11:9

9

I have an issue where the missing dependencies warning doesn't show up any longer for useEffect in React. I am using VS Code if that matters. Does anyone know what could be the cause for this, as r...
Gymnasiast asked 29/12, 2021 at 14:2

7

The Python Server Crashes Unexpectedly. Am able to run in debug mode but the Linting is not working. Could anybody help me out please?
Behead asked 14/8, 2021 at 11:56

3

Solved

I'm developing a VS Code extension following the vscode-extension-samples/helloworld-sample. Question: Is there a way to Hot Module Replace or otherwise "patch" the source code loaded by...
Nynorsk asked 1/2, 2023 at 2:45

3

Solved

I'm planning to write a Visual Studio Code extension and it need to save some information for example a counter. The user can press a shortcut to increase or decrease the counter and the value of t...
Machiavellian asked 13/8, 2018 at 12:1

3

Solved

I've created an extension for vscode (not yet published, only installed localy), how can I set an icon to be seen in the section of the extensions in vscode?
Neufer asked 18/3, 2017 at 16:45

16

I have been using copilot for a while now, and one fine day on opening VSCode this error appeared. "[ERROR] [default] [2022-04-09T08:38:10.995Z] GitHub Copilot could not connect to server. Ext...
Upanishad asked 9/4, 2022 at 8:55

4

This is the alert I am getting and I don't know how to fix it... I created new bug for it on their github (providing a bit more details in there), but I am not sure if it is bug, or I am doing sth ...
Duma asked 24/11, 2022 at 10:43

2

I have a specialized WebView extension in VS Code that I use to generate .Net Classes. These files are generated through an external command line tool. One of the features that the command line too...
Lubricious asked 5/7, 2019 at 12:6

4

Solved

I want to listen to terminal output from extension, such as tsc -w and catch the moment if the output contains similar text: Found 1 error. Watching for file changes. Or the error exit code or...
Semimonthly asked 23/8, 2019 at 16:56

6

Solved

Problem Description: I tried creating VS Code extension using the sample extension (yo code) provided in the documentation. I chose "typescript" as it's type of extension, while creating ...
Willey asked 4/10, 2021 at 9:11

3

Solved

I am using vscode for remote development on a server. While my local ssh works perfectly and vscode too manages to connect I cannot understand why it struggles with acquiring a lock: [15:30:21.166]...
Humfrey asked 29/3, 2022 at 13:47

3

Solved

I just began learning about vscode extensions and I'm wondering if there is a simple way to programmatically close the information message box that is generated via vscode.window.showInformationMes...
Sahaptin asked 20/1, 2016 at 7:16

3

Solved

I'm looking for an extension in Visual Studio Code (vscode) where I can define my custom code outline. Essentially, listing all my functions/definitions in a tree-like manner. Let's say I'm using ...
Triphthong asked 17/1, 2018 at 17:11

2

I'm using Visual Studio Code and I see all these cool font ligatures for double and triple equals, arrows, etc. and I can't help but wonder if there is any way to add new custom ones to a font or V...

22

Solved

I have started using Python and Django and I am very new in this field. And, this is my first time to ask a question here...I do apologise in advance if there is a known solution to this issue... W...

© 2022 - 2025 — McMap. All rights reserved.