Category "visual-studio-code"

JSF and primefaces suggestions in vscode

How can I get suggestions/autocomplete for JSF syntax and primefaces components in VScode? I'm developing a java web application and trying to migrate my work

XML autoformat in Visual Studio Code

Is there a way to make Visual Studio Code automatically format the content of XML tags? I want to have an indent when pressing Enter or even when closing a tag:

How can I get VSCode to correctly activate conda when running pytest?

When using Anaconda and VSCode on Windows 10, the VSCode debugger correctly activates the environment when I run/debug. But when I use the test module, it fails

VSCode only shows one line of Github Copilot suggestion

I've activated github copilot and it works fine but, while typing it only shows one line of suggestion. After all of my tryings, It still shows one line of sugg

Debugging in Visual Studio Code?

I followed the instructions for debugging in VSCode as per https://github.com/Microsoft/vscode-react-native I attached my Nexus 6P with USB cable with my MBP2

VSCode file not found for file in current directory

I have a basic python script to open a file. The script and the file being opened are in the same folder. If I use the command line in the folder, it works jus

Java Project in VS-Code, "No delegateCommandHandler for vscode.java.validateLaunchConfig" Error

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

Getting error while bundling Vue app with rollup js. CreateElementVNode

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

Visual Studio Code disable auto closing tags

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

Visual Studio Code - Add option(s) in 'select default shell' list on Windows?

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

Write JSdoc for generic function in typescript

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() {

Why does vscode's "Run Doctest" helper filter all of my crate's Doctests?

Expected Behavior: Clicking "Run doctest" in vscode should execute one test from doctest snippets. Terminal output SHOULD say ("1 passed;" or "1 failed;"), and

Visual Studio Code 1.67.1 - Fails to provide any choices when using snippets

results: failed choices in VSC snapshot.code-snippets (code) "Wait4widget": { "scope": "javascript", "prefix": "wait4widget", "body": [ "awa

Can't use command make for makefile on Visual Studio Code

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

child_process not working in extension(vscode)

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

How to run tensorboard in vscode?

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

VSCode Problems Tab: How to subscribe to onclick event on one specific problem

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

Visual Studio Code context menu changes after update and functions are missing

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

Virtual Environment Activation from Command Prompt Returns "The system cannot find the path specified" but Activates Venv Anyway?

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

How to configure Visual Studio Code for Processing?

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