Category "vscode-extensions"

why doesn't TreeDataProvider exist in vscode?

I followed this link https://code.visualstudio.com/docs/extensions/yocode to create a vscode plugin project in javascript. I want to use TreeDataProvider to cre

VS Code Extension API - Replace a String in the document?

const textEditor = vscode.window.activeTextEditor; if (!textEditor) { return; // No open text editor } for(var i=

How to use window.crypto.subtle in vscode webview

In VSCode Webview, window.crypto.subtle not working. The possible reason is (from MDN): This feature is available only in secure contexts (HTTPS) And in VSC

VS Code - Configuration Properties - presentation order

Following this question from ~ 3 years ago, and linked Github issues that appear to have been worked on and closed in the 1.63 build onwards, I cannot get my pa

How can I get colored output in VS Code output window?

This is really a two part question, but they are in the same vein, so I will ask in one post. When I flip through various colors, I see that they also have th

Visual Studio Code IntelliSense for Arduino and DxCore

Has anyone here gotten IntelliSense to work relatively flawlessly in Visual Studio Code for Arduino with DxCore projects? I've gotten most of the way, but still

SQLite extension in VSCode not showing tables

I am trying to use SQLite in VSCode. I have installed SQLite extension by Alexcvzz. after opening the database when I right-click on the table and select "Show

SQLite extension in VSCode not showing tables

I am trying to use SQLite in VSCode. I have installed SQLite extension by Alexcvzz. after opening the database when I right-click on the table and select "Show

SQLite extension in VSCode not showing tables

I am trying to use SQLite in VSCode. I have installed SQLite extension by Alexcvzz. after opening the database when I right-click on the table and select "Show