Where is the rest of my string? 26 January 2021 Donovan Work (0) In this post I will show you how to configure delve in Visual Studio Code to show you long strings. [More]
Why do my linter and formatter hate each other? 23 May 2019 Donovan Work (0) In this post I show you how to make sure your linter and formatter or configured the same. [More]
Loading PowerShell types into VSCode 18 July 2018 Donovan Work (1) In this post I show you how to get rid of the red squiggles under your missing types in PowerShell using VS Code. [More]
Using PowerShell in VS Code 17 December 2016 Donovan Work (1) In this post I will show you how to set the execution policy for PowerShell. [More]
Enabling jshint es6 support in VS Code 19 August 2016 Donovan-Brown Work (22) In this post I show you how to enable es6 support for JSHint in Visual Studio Code. [More]
How to change the language mode of an unsaved file in VS Code 18 August 2016 Donovan-Brown Work (7) In this post I show you how to change the language mode of Visual Studio Code. [More]
How to Debug my Mocha Test with Visual Studio Code 11 March 2016 Donovan-Brown Work (3) In this post I will show you how to setup the Visual Studio Code debugger to allow you to set breakpoints in your Mocha tests. [More]
Hide folders in Visual Studio Code Explorer 26 February 2016 Donovan-Brown Work (15) In this post I show you how to use files.exclude setting in Visual Studio Code. [More]
How to set Visual Studio Code as your default editor 08 July 2015 Donovan-Brown Work (3) The more I use Visual Studio Code the more I want it to bemy default editor for more file types. Al [More]
Launch default browser from Visual Studio Code 21 May 2015 Donovan-Brown Work (5) Problem:I need to view the current HTML file in my default browserfrom inside Visual Studio Code [More]