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
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
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
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
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
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
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
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.
I love working with TypeScript in VSCode and seeing all the errors automatically pop up with red underlining. I even set "typescript.tsserver.experimental.enabl
I'm currently having some trouble trying to assign any additional keybindings to the Normal Mode while using the VIM extension for VSCode. Any ideas on how to p
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, Pagean
I am currently working on a Visual Studio Code extension that makes HTTPS GET requests and I am trying to ignore invalid certificates e.g. expired certificates.
I want to have a TreeView in my VS Code extension, and I want to be able to right-click on items in the view and have a context menu with actions in it. The off
I'm writing a CodeActions provider in https://github.com/google/wireit/pull/174 and using an integration testing setup similar to that documented at https://cod
when installing yeoman generator in vscode, in a terminal on windows 10 PC, I run the command below npm i -g yo generator-code I get the below message saying e
I would like to write a visual studio code extension that parse and analyse large log files. I thought to start with language server extension. I would like the
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.createWebview
When I try to auto indent my .ahk files, I get "There is no formatter for 'ahk'-files installed." How can I create a rudimentary formatter?
In a VSCode extension, how can I check if a file path exists without opening or reading the file? The closest thing I've found are vscode.workspace.fs.Readfile
Basically, I am building VS code extension using Vue js but bundling the app using rollupjs gives an error. Node version - 14.18.0 Vue Js Version - 2.6.14 Rollu