Show box preview (panel right) suggestions in VSCode
I don’t know if it’s an extension or a configuration, but before a right panel appeared next to each suggestion, but now it doesn’t appear. I’ve searched for the topic in several places but I don’t have the answer. How can I show the right panel with the suggestion preview?
Ability to programmatically detect whether an auxillary/secondary side bar is active
tl;dr: I can’t find if there is an entry for “is secondary side bar active or not” in vscode.workspace.getConfiguration()
. I want to be able to programmatically check if it’s active.
Ability to programmatically detect whether an auxillary/secondary side bar is active
tl;dr: I can’t find if there is an entry for “is secondary side bar active or not” in vscode.workspace.getConfiguration()
. I want to be able to programmatically check if it’s active.
Ability to programmatically detect whether an auxillary/secondary side bar is active
tl;dr: I can’t find if there is an entry for “is secondary side bar active or not” in vscode.workspace.getConfiguration()
. I want to be able to programmatically check if it’s active.
Ability to programmatically detect whether an auxillary/secondary side bar is active
tl;dr: I can’t find if there is an entry for “is secondary side bar active or not” in vscode.workspace.getConfiguration()
. I want to be able to programmatically check if it’s active.
Is there a way to change the priority of vscode.FileDecorationProvider?
I have my own vscode.FileDecorationProvider for displaying a ‘Dot’ icon with accent color for the startup project.
But Git overlapped my color and hint with its own values. Is there a way to change the priority of my vscode.FileDecorationProvider to display it instead of Git?
Private `launch.json` in VS Code?
I have pulled VS Code debug configuration file launch.json
from company Git repository. I made some changes, but those are just for my debugging endevours, not ment to be commited back to repository.
Getting “Resolver error: Error: Got bad result from install script” when connecting to remote through remote ssh plugin
I’m getting the error “Got bad result from install script” whenever I attempt to connect to my remote host through the vscode remote ssh plugin.
Capturing uri from drag-and-drop from explorer to webview in a VS Code extension?
I have a webview made with React. I would like to implement a drag-and-drop thing, to allow dropping files from the vs-code explorer onto my webview.
Capturing uri from drag-and-drop from explorer to webview in a VS Code extension?
I have a webview made with React. I would like to implement a drag-and-drop thing, to allow dropping files from the vs-code explorer onto my webview.