Category "visual-studio-code"

How to move the debug pointer to change the execution flow in Visual Studio Code Debugger

I have used Visual Studio 2008 to 2017, all having this feature as shown below: The yellow arrow(debug pointer) which can be used to manipulate executing line(

Including / importing .d.ts file exports

Simple question but couldn't find the answer: I have one file example.d.ts and one file example.ts, and I have a export type myType = {a: string} in the .d.ts.

Visual Studio Code: unable to edit keybingings.json "Cannot edit in read-only editor"

How to make keybindings.json read+write, on Linux Ubuntu 18.04? Relatedly, where is this file located? My end goal is to remap the Esc key.

MongoserverError: bad auth: authentication failed problem

I correctly use the username and password in the url of vs code for my server side but in the cmd i find the error of mongodb authentication fail. why this is h

Extension that colors the empty space behind the tags?

Does anyone know the name of this extension that colors the empty space behind the tags? (VsCode) Extension that colors the empty space behind the tags

Visual Studio Code not showing console logs

For example, in this method, I use console.log() to log to console for debugging purposes _onSearchTextChanged = (event) => { console.log('_onSearchText

VSCode editor window intermittently jumps to bottom when rolling mouse scroll wheel

It intermittently happens than when I move back to the text editor window, either from another editor tab or from an external program, that when I just roll the

visual studio code download link broken?

I'm tring to download MicroSoft's "Visual Studio Code" On the download page https://code.visualstudio.com/download, after I clicked ".deb 64 bit", it directed

VSCode: how to undo split screen and show just current file?

VSCode provides sweet shortcuts for manipulating (splitting and rearranging) screens: Press Ctrl + \ to split your screen in two. Press Ctrl + Number to focus

Testing VSCode extensions - how to verify that decorations are set

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

VS-Code curious behaviour: Can't drop text dragged from browser into editor. Why is this?

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

How to make Visual Studio Code show errors when using missing SCSS styles in a React app?

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

Make VSCode syntax highlighting accept Google Apps Script Scriptlets

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

How to debug Django custom management command using VS Code

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

vscode - how to get file search (not content) to include (git-) ignored files

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

Tensorboard shows nothing in browser and 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

LiveServer showing blank white screen

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

How to make VSCode show me strictNullChecks Typescript errors

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

There was an error while Opening file handle

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

How to reveal current file in Explorer?

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?