I'm new to Java in Visual Studio Code and trying to implement small application, which is using our SDK, which is located in our internal Git Repository. When
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
I'm trying to prevent auto closing tags, but the following setting doesn't seem to work: { "html.autoClosingTags": false, } What else must be done to make
I want to use various shells in VSCode terminal, eg. Git Bash. I can set it in settings.json with terminal.integrated.shell.windows, but if I select CMD as defa
I've distilled an essence of my problem with following codes: full source I have Base class, and Derived, Derived2: class Base { static get type() {
Expected Behavior: Clicking "Run doctest" in vscode should execute one test from doctest snippets. Terminal output SHOULD say ("1 passed;" or "1 failed;"), and
results: failed choices in VSC snapshot.code-snippets (code) "Wait4widget": { "scope": "javascript", "prefix": "wait4widget", "body": [ "awa
Backround I have been coding (mostly C) on Linux so far but i want to be able to code on Windows as well. So i searched for a better editor than notepad and fou
I have a program in normal .ts form var spawn = require('child_process').spawn; var child = spawn("dir",{shell:true}); child.stdout.on("data",function(data){ co
Whenever I try to run tensorboard in a jupyter notebook within visual studio code with this command tensorbard --logdir=runs, I get the message Launching Tensor
I am developing a VSCode extension (a graphical modeler, not text based). On validate some errors/problems can show up in the VSCode problems tab. (Diagnostics
I have been using Visual Studio Code for some time and love it. However, recently I updated it on two separate Windows PCs (one is Windows 10, the other Windows
I created a virtual environment in a Windows terminal using the standard: python -m venv {venv name} Everything works as far as I can tell, but when I change i
I am creating projects in Processing 3.5.3. I don't like the Processing IDE and want to use Visual Studio Code instead. I couldn't find a helpful source online
Is there a keyboard shortcut or an extension that would allow me to select a block of code? I'd like to select everything between curly braces, between HTML tag
Is there a keyboard shortcut or an extension that would allow me to select a block of code? I'd like to select everything between curly braces, between HTML tag
I want to hide auto generated dart files like .g.dart, .freezed.dart from vs code project. How to do that?
I just switched from Visual Studio Code to IntelliJ for Java development. Is there any way for IntelliJ to show last commit information on the current selected
I recently used VS code for Wordpress development but I encountered a weird bug when I comment with (ctrl+/) to an html element. Instead of commenting (<!--
For an extension I am working on, our end-users would prefer to have options such as word-wrap on by default. We would like to be able to set this at the langua