VSCode provides sweet shortcuts for manipulating (splitting and rearranging) screens: Press Ctrl + \ to split your screen in two. Press Ctrl + Number to focus
I have an extension which adds text decorations at the end of some of the lines. I'd like to write a test which verifies that the text decorations are added and
My co-worker showed me a peculiar behaviour in VS-Code recently; when he tried to drag a code-snippet from the browser window into his editor, the editor change
In my React app I import styles from a SCSS file like this: import styles from './index.module.scss'; To use a particular SCSS style I set up a className on a
I'm using VS Code in combination with clasp to develop in Google Apps Script. Using scriptlets inside a <script> or <style> tag is messing with VS
I am trying to debug a custom management command using Visual Studio Code. For this I have gone through the official VS Code tutorials for working with Python
Although this is not a direct dev question, but it does relate to a dev tool, which is very related to my development work: When I search for a file in VSCode
I ran my code and got a tfevent file with log. and when I ran tensorboard --inspect --logdir Path find path | grep tfevent They return results without problem
I have a very basic React site that I’m building. I'm using VS Code. When I run npm run start in the terminal, the site opens up properly and I can see th
When I build my project with the following tsconfig.json, I get an error due to recently adding strictNullChecks: true. { "version": "2.3.4", "compiler
Okay so I am trying to update my VS Code but every time I click on restart to update I get the error message saying that : "There was an error while Opening fil
When I have a file opened, I'd like to have a shortcut to navigate to this file inside the EXPLORER, so that I can see where it is located. How can I do this?
Is it possible for VS Code to use node version specified by NVM? I have 6.9.2 installed locally. Even after switching to another version, from the OS X termin
I'm using Visual Studio Code Insiders to work on Jupyter Notebook files. In the default version of VSCode it is possible to debug Jupyter notebook cells. Unfort
I can't find a way to run or debug php on Visual studio code, Does anyone know how?
The docs mention an executable called code, but I'm not sure where I can find that so I can put it on my path. The zip I downloaded from the VSCode site did not
I am recently switching from RStudio to VS Code. I have installed R extension in VS Code, but when I open VS Code and R terminal, R cannot be loaded. I followed
What are the keyboard shortcuts for creating multiple cursors in VS Code?
I receive the following error when trying to rename a folder in VS Code on Windows. When I try to rename a folder, I get the following error that pops up in the
I am learning selenium and I am having an issue with from where to import stuff. For example, when I want to use WebDriverWait I need to impor