Category "visual-studio-code"

preinstall VScode remote extensions in a docker container

I'm currently using the vscode extension to attach to running containers in Kubernetes as described here: https://code.visualstudio.com/docs/remote/attach-conta

vscode: How to see entire cell output in Jupyter Notebook?

Context: I'm running a Jupyter notebook in vscode. I have a dataframe with 100 columns and want to print all columns. Problem: notebooks in vscode has a built-i

Create custom keymap in vscode

I want to create a custom keymapping in vscode that would help me write special text faster when writing in LATEX. Example of what I mean : I'm using the \color

OmniSharp fails to load properly in Visual Studio Code

I've recently started to write in C# on VSC using the 'C#' extension by Microsoft and I've been noticing that intellisense doesn't work at all. Every time I ope

Auto run tests in visual studio code

How do I run the tests automatically in visual studio code. My project has testing setup, and the settings JSON/UI has settings related to auto running tests, b

.env file shows errors(red underlines) in vscode - it works fine though

I'm having this project structure: Although the file works correctly but it shows errors(red underlines) in VSCODE. Why does this happen and how can we solve t

Visual Studio code TypeScript language service died

have anyone faced with such a problem in VS Code : "The TypeScript language service died 5 times right after it got started" . Screens are below by link : (

How to set PHP executable path php.validate.executablePath in VCSode when PHP is installed inside a virtual machine?

I want to use Xdebug in Visual Studio Code using the Xdebug extension. My development environment is installed inside an Ubuntu VM. VSCode is installed on my Wi

Javascript VSCode function definition broken with module exports

I'm working on a Chrome extension and have a set of js files imported in the extension's popup in <script defer src="../utils/X.js"></script> tags.

VSCode ASP.Net Core 6.0 launch chrome browser

I am using the latest version of VS Code. I have the following launch.json: "serverReadyAction": { "action": "openExternally",

Extension to get warned when ::class is used in PHP but class is not used in Visual Studio Code

Is there any PHP extension for Visual Studio Code that can warn you in case you are doing ::class in PHP but the class is not used on top of the file? Let me sh

Deployment of Bicep fails on Visual Studio Code - Unexpected character encountered while parsing value: r. Path ''

I would like to deploy simple bicep for deploying Azure Storage. But I'm getting strange errors. Could it be that there is compatibility issues on Az or powersh

How can I generate .csproj Project file only in C# Console App?

I already have a Program.cs in the folder/directory and no other files. When I do dotnet new console, it won't let me create it unless I use --force to overwrit

How can I generate .csproj Project file only in C# Console App?

I already have a Program.cs in the folder/directory and no other files. When I do dotnet new console, it won't let me create it unless I use --force to overwrit

Different behavior when using Debug/Run button and F5/Ctrl+F5 in Visual Studio Code (Python)

I am trying to pass an argument to a python script and I'm using a standard "Python file" debug configuration with the "launch.json" file for this purpose. I ha

$env:PATH different for Windows Powershell and VSCode integrated Powershell

I am using Windows 10. The result of $env:PATH is different for Windows Powershell and VSCode integrated Powershell. I need the VSCode integrated Powershell to

After installing TypeScript, why does "Peek Definition" in Visual Studio Code stop working?

I'm very new to TypeScript and am trying to figure why, when transitioning a project to TypeScript in Visual Studio Code, "Peek Definition" stops working. Befor

CODE . command no longer works in terminal

Yesterday, the "code ." command was working perfectly fine. Overnight I did update my Mac to Monterey and now, I'm not understanding the exact reason why this c

JavaFX setup is not working, because of environment variables possibly

I will be using JavaFX on a project. I am no expert but I did install it once with no major issue or problem. But I switched to a new computer and after trying

Import "google_auth_oauthlib.flow" could not be resolved

In VSCODE using these specifications: pip 21.3.1 from C:\users\computador\appdata\local\programs\python\python39\lib\site-packages\pip (python 3.9) I'm using t