Category "visual-studio-code"

What is the shortcut for 'change language mode' in Visual Studio Code?

When I press cmd + K M to access the "Change Language Mode" option in Visual Studio Code, it opens keymap extensions marketplace section. Is it a shortcut confl

Is there a way to launch Visual Studio Code and force it to open in a Remote Container?

I regularly open Visual Studio Code via code . and then have to click the Re-open in Container button. Am I missing any shortcut to force it to do this from th

How to clear the VS Code debug cache?

When I run my server.js from the command line everything works fine, but when I run it from the VS Code debugger, I get an older cached version of my graphql ty

VS Code - Error: EPERM: operation not permitted

I have been experiencing A LOT of permission issues when using VS code with Windows 10. When trying to move a folder: Error: EPERM: operation not permitted, r

vscode keyboard shortcut for launch configuration

In vscode, I have a launch.json with more than one configuration. Is there a way to assign a keyboard shortcut to a specific configuration?, I've not been able

Disable line wrap in Visual Studio Code integrated Terminal?

How to disable line wrap in Visual Studio Code integrated Terminal? I would like to do not see line breaking when output is too long. Look how bad it looks.

search and replace with regex to increment numbers in Visual Studio Code

I'm currently working on a big svg sprite. The diffrent images are always 2000px apart. What I have is: <g transform="translate(0,0)"> <g transform="

problem associated with web3.py installation on windows10

I tried installing web3, but I got the error in the picture below. I installed VS build tools using the link VS Code provided but I'm still getting the same err

How to pass data through VSCode URL?

I'm building a VSCode extension, which needs to receive data from a web app. In the web app, I call vscode://file to open VSCode, but I also need to pass data t

How to debug TypeScript in Visual Studio Code

Installing ts-node and typescript locally √  Add a launch.json file √ { "name": "Current TS Tests File", "type": "node", "request":

VSCode not running Python

I'm using the newest version of VSCODE and Python 3.6 (64bit) on Windows 10. I have the "Python" extension installed (the one made by Microsoft). Every time I

VS Code Denied Permission unlink 'usr/local/bin/code'

I can add the "shell command install 'code' command". Testing it works, but if i close out of the VS Code or after a couple of hours of adding the command it do

Is it possible to stop prettier from adding an extra tab for .then() {} statements after Promise.try?

So, I was wondering if it is possible to stop prettier from adding an extra tab for .then() {} statements after Promise.try or just simple return PromiseFn() .t

VS Code run ipython in debug console

Is there a way to run an ipython like debug console in VC Code that would allow tab completion and other sort of things?

VSCode: How to debug current Jest test file

How to launch jest in debug mode on the current opened file, and only this one, regardless of the OS (windows, linux, mac). The problem: When using vscode und

Intellisense for Jest not working in VS code

Edit: Run npm install @types/jest To fix Just trying to type it() and the auto suggestion is isTag I've tried adding a jsconfig.json { "compilerOptions": {

What is the shortcut to auto indent code in VSCode?

I work with both C++ and Python, however ctrl+k f doesn't seem to auto-indent my code. Is there anything I might be missing? If I need to install an extension t

How do you install Eigen?

I'm a complete beginner at Eigen, including headers and coding in general. I tried installing Eigen's libraries to do some stuff in Visual Studio Code but I can

Deploying an Azure Function from VS Code - Succesfull but not visible in the Portal

I created a function and I am trying to deploy it from VS Code by clicking the Deploy to Function App.... The Deployment runs successfully based on the output l

How can I fold or collapse multiple CSS rules in VS Code?

I have several CSS rules that are related (ie 30 rules regarding a CSS Loading Spinner) I would like to be able to lump all of these rules together so that I ca