Category "vscode-extensions"

is there any way to record a macro using question mark in vim

I am new to vim, and while playing around with it for some time I was wondering if it was possible to record a macro with the question mark and save it into the

Can I use Decorations to achieve this in vscode?

WANT: I want to implement a multi-line prompt like the picture. tried: I've tried to use setDecorations, but I found that the contentText is string but \n does

Add menu to the explorer view

Isn't it possible to add a new menu item for explorer view ? Right click on the project I want to add a new menu item. If I contribute to the explorer/context

Possible to collapse custom regions?

Does vscode support create custom folding regions? I have variables storing pictures in a format similar to base64, they are very large strings, my goal is to f

error creating registry key: HKEY_CURRENT_USER\Software\Classes\.ts\OpenWithProgids. RegCreateKeyEx faild: code 5 Access denied

When I open VSCode on Windows 10, I get the following pop-up window message and it requires an action: error creating registry key: HKEY_CURRENT_USER\Software\

How to fix this error when I am creating vscode extention

npm WARN deprecated [email protected]: this library is no longer supported npm WARN deprecated [email protected]: Please upgrade to version 7 or higher. Older ver

Is it possible to drag & drop between custom VS Code tree views?

The 1.66 (March 2022) release introduces a TreeDragAndDropController API which allows for handling drag & drop events for custom tree views. However in the

Go to definition programmatically with language server protocol

I have created my own Xtext based DSL and vscode based editor with language server protocol. I create multiple models in separate files: # filename dummy1.xyz m

How to add custom icons in editor action toolbar

I want to add a custom icon on the editor action toolbar in vs code, which would be a link to a command. The icon should be visible alongside the file when any

How do I import an ES6 JavaScript module in my VS Code extension written in TypeScript?

I am developing a VS Code extension in TypeScript and I am trying to import a JavaScript library from npm that is packaged with "type": "module", in its package

Setting/Defining Extension Configuration (if one does not want to use VSCode's default settings/configuration) using package.json

Is it possible to set the configurations or settings of any extension using package.json file without having to go to Preferences->Settings->Extensions an

Visual Studio code TypeScript language service died

have anyone faced with such a problem in VS Code : "The TypeScript language service died 5 times right after it got started" . Screens are below by link : (

VSCode : mvbasic extension on editing Unidata code with MV marks in code, ie CHAR(253), CHAR(254)

I have searched for a setting within the mvbasic extension within VSCode but I may have hit a dead end. I am new to using VSCode with the rocket mvbasic extensi

How to detect UI-Interactions in VS-Code using the extension API?

Is there a way to detect (listen to) UI-interactions that the user performs in VS-Code? Like for example clicking the "run" button directly in the editor window

VSCode API TreeView not getting children of elements

In providing a treeview to VSCode, it seems to get all the parent elements but fail to get the children of these parent elements, I've added a debug point into

How to open browser from vscode api, close it after response received and then return back to vscode application

I am developing a plugin in VSCODE and here is what I am trying to figure out From within plugin, open the browser with a url, do a sign in and get the response

What's the best way to launch a child node process from vscode extension

I need to launch a node child process inside the extension. I use spawn('node', [scriptPath]) to do this. But in the extension environment, processs.env.PATH ma

Live Server is Working but button is not showing on vscode?

Earlier Live Server Button (Go Live) was easily visible but now it no more visible. P.S.- It works with Cmd + L -> Cmd + O, but button in not visible. What c

VSCode API: Editor.edit editbuilder.replace fails without reason (possibly due to formatting?)

In my extension I want to edit the document on a few specific document edits. My actual use case is a bit complicated so I have created a minimal example. The c

Converting unit8list to video file with out creating it and its be on memory

I have downloaded the bytes of a movie and stored them in a database. I need a way to convert it back to a movie to give it to the video_player package to play.