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 like language-configuration.json that is used to describe language extensions? I see that these files contain comments and many, li
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
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": "
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
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
VScode doesn't show me any stylint errors. package.json: ... "postcss": "^8.4.12", "postcss-scss": "^4.0.3", "stylelint": "^14.7.1", "stylel
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
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
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
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
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
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
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 (
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
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
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
{ "version": "0.2.0", "configurations": [ { "name": "Run GDB", "type": "cppdbg", "request": "launch",
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
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