Skip to main content

Questions tagged [vscode-extensions]

Use this tag for questions about the Visual Studio Code Extension API and extension development. Questions only about extension usage should use the [visual-studio-code] tag instead.

vscode-extensions
0 votes
0 answers
11 views

How to update Cache in vscode.MarkdownString?

I am developing an extension and I am using an Image in MarkdownString that's being cached by vscode new vscode.MarkdownString(`<img src='${imgUri.path}' width='200' height='200'/>`); I have ...
Art's user avatar
  • 2,991
-1 votes
1 answer
22 views

I am getting XHR failed error on after I downloaded VSC on my new macbook

I recently bought a new MacBook M3 Pro and downloaded Visual Studio Code on it. However, I'm encountering an error that I can't resolve. I've looked through various posts on Stack Overflow and tried ...
Anees's user avatar
  • 67
0 votes
0 answers
14 views

VS Code Custom Syntax Not Highlighting

I made a vs code syntax for calcscript but I cannot seem to get the hightlighting or the autocompetion working for my code. This is my package.json: { "name": "calcscript-syntax-...
Rylan Bosquez's user avatar
-1 votes
0 answers
17 views

Is there a way to configure VSCode / remote-ssh extension such that you can have root access to the instance?

Here's an improved version of your request: I'm seeking a solution to streamline file manipulation (Create, Read, Update, Delete) through the Visual Studio Code GUI while SSH'd into a remote instance ...
Abrar Mahi's user avatar
-1 votes
0 answers
38 views

How to import a gradle project (Minecraft Forge Mod) into VSCode? [closed]

I downloaded the Minecraft Forge MDK (Minecraft 1.21), then I exported it into a folder called "MyModTemplate", and then opened it in VSCode. The problem is that after I opened it, it gave ...
Almohtady Bellah's user avatar
-1 votes
0 answers
14 views

Console-ninja extension in vscode and express server

i want to run the app.js in api with console-ninja in bash cli.but whenever i write console-ninja node app.js the problem appears. i can run the app.js with node app.js here is the error message. ...
Tony Stark's user avatar
0 votes
0 answers
17 views

Revert line by line in VS Code diff / compare files

VS Code has a very useful diff tool for comparing files (e.g. through the select file -> compare with selected dialogs). I really like this tool and use it a lot, but often wish that I could "...
Jazz Weisman's user avatar
-1 votes
0 answers
14 views

Can I change them to different color than height?

I'm using monokai pro and but it isn't applying on these. I want them to have some colour except white. enter image description here enter image description here I don't what to do. Im expecting them ...
Nikhil Kumar's user avatar
1 vote
0 answers
26 views

VS Code PHP extensions not working due to builtin PHP Language Basics extension

I'm trying to use snippets for PHP. I have tried the PHP, PHP Intelephense and PHP Awesome Snippets extensions. None of them works. However, if I disable the builtin PHP Language Basics extension then ...
Doruk's user avatar
  • 405
0 votes
0 answers
7 views

How can I make Codeium in VScode suggest me autocompletions after a specific amount of time, e.g. 5 seconds?

Codeium is a VScode extension which I use in React for autocompletion & suggestions. The problem is that it's suggesting too soon for my preferences. Is there a way to configure it? I tried ...
Christine Tzani's user avatar
-2 votes
0 answers
17 views

Struggling to install fastai [closed]

I'm trying to install fastai. When I do pip install fastai --upgrade -q or pip install fastai I get the following error: ERROR: Failed building wheel for thinc ERROR: ERROR: Failed to build ...
Goob's user avatar
  • 109
0 votes
0 answers
15 views

How can I prioritize VS Code extension code completion?

I try to write an extension for the Code Completion of a handmade framework but I got into trouble this is my code const provider2 = vscode.languages.registerCompletionItemProvider( 'javascript', ...
Mohammad-karimi's user avatar
0 votes
0 answers
20 views

How Can I Display All Lint Errors and Warnings in VS Code Without Opening Each File?

When I run nx run-many -t lint --all, I get a lot of warnings and errors in the terminal. Is there a way to display all these errors and warnings in the Problems section of VS Code? Currently, they ...
Jon's user avatar
  • 183
0 votes
1 answer
42 views

How to do this specific search & replace in vim

I would like to change the text below [One] ,[Two] ,[Three] (there are tab characters at the start of each line) into [One] = @One ,[Two] = @Two ,[Three] = @Three Where for each ...
Nick's user avatar
  • 326
0 votes
1 answer
25 views

Support for readonly lines in VS Code editor

I am working on a VS Code extension, I want to display an editor file with the first3 three lines as readonly and the remaining lines can be edited. Is there an API that allows this behaviour? ...
XXDIL's user avatar
  • 320

15 30 50 per page
1
2 3 4 5
309