Category "visual-studio-code"

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 vscode parses json files that are used for extension configurations?

How VSCode parses json files like language-configuration.json that is used to describe language extensions? I see that these files contain comments and many, li

VSCode `typeAcquisition` for browser imports

I want to have .d.ts typings for Lit which will be served from the esm.sh CDN. I want to use VSCode's built-in type acquisition system to get Intellisense for t

Compile GTK+ application in vscode on windows

I'm trying to compile as the title says, but I get the following error, which I of course understand, but don't know how to solve. tasks.json { "version": "

S.O.S. Visual Studio can't run go file, go: no such tool "asm"

I've been learning Go in Visual Studio Code and wasn't having any problems until I tried to create a mod file for the first time this morning. Now, whenever I t

How do I configure JSF Project in vscode?

I am trying to setup things for JSF Project in VSCode but I dont know how to do it, 'coz wherever I check there are Maven(something) specific configurations and

Stylelint wont mark errors in VSCode

VScode doesn't show me any stylint errors. package.json: ... "postcss": "^8.4.12", "postcss-scss": "^4.0.3", "stylelint": "^14.7.1", "stylel

Does PHP dockblock has some kind of @mixin for interfaces?

My Visual Studio Code shows "undefined method". I want to know is it possible to "fix" it with some VSC settings or maybe there is a PHP solution. I have this

Code copied and pasted from outside sources into Visual Studio Code not working

I have come across this recent problem when I copy & paste code from outside sources -- for example, GitHub sources or from my own Google Docs -- and paste

Vscode randomly remove code when using format on save

I am using format on save feature in vscode for a while. And sometimes when i save, which invoking format on save, vscode randomly remove function and other sen

What temporal formula to use for knapsack problem?

In "Practical TLA+" by Hillel Wayne, Chapter 3 goes over an implementation of the Knapsack Problem in PlusCal. Although I understand the implementation, I don't

Using Typescript with transpiled, unsupported/custom language files

The Problem I have JavaScript-like files with extension .gml I can convert the source to valid JavaScript via magic-string, and can go back the other way using

why won't my SQL run in vscode? What can I do to fix this?

I am following this tutorial for SQL: https://www.youtube.com/watch?v=Cz3WcZLRaWc I followed all the instructions, but when I click run I get a message saying C

VS Code explorer color file only not directory unless folded?

Is there a way to only color files that have had their git statuses changed and not all parent folders, unless the directory the modified file is in is folded (

I can't run rshiny prefectly in vscode T_T

When I am runing shiny in vscode I can't draw a plot. Even the example shiny::runExample("01_hello") enter image description here this is my sessionInfo() R ve

Overwrite text with modifications or additions in VS Code

I wanted to use a function available in Intellij that allows to write this in java: "Hello, World!".sout And have it converted to: System.out.println("Hello, W

vsCode dependencies bug with nestJs

my vsCode bug to recognize dependencies when i program with nestJs, after setting up the project with: nest new projectname then after running for example: npm

How to use standard input redirection to a file while debugging using cppdbg in Visual Studio Code

{ "version": "0.2.0", "configurations": [ { "name": "Run GDB", "type": "cppdbg", "request": "launch",

I cloned a repo using ssh, yet when im trying to push now im getting as public key denied warning

I tried ssh -T [email protected] and was successfully authenticated. this is the error I get when trying to push. [email protected]: Permission denied (publickey). fa

connection error when trying to connect postgres database to vscode

I have an issue when I try to establish a connection with my Heroku database through the PostgreSQL extension in VScode. I type in all the credentials informati