Toggle VSCode Terminal and Editor Panes with Custom Key Bindings
Learning VS Code keyboard shortcuts makes you more efficient, and keeps you in the flow of coding. Using custom key bindings can save even more precious key strokes!...
Learning VS Code keyboard shortcuts makes you more efficient, and keeps you in the flow of coding. Using custom key bindings can save even more precious key strokes!...
I recently needed to launch different browsers for debugging a .NET Core [https://www.microsoft.com/net] app in Visual Studio Code [https://code.visualstudio.com/] on a MacOS. A quick Google search yielded how to launch different browsers from VS Code for debugging ASP.NET Core [https://dotnetthoughts.net/launching-different-browser-from-vscode/], but this was Windows centric. While the changes below are simple, I thought I would document them anyway. Here is the whole launch.json file for ref...
The release of Visual Studio Code 1.3.0 brought enhancements to browsing for and managing Visual Studio Code Extensions. With the 1.3.0 release an extensions pane was introduced to search for installing and managing extensions to VS Code. This is similar to extension management for Visual Studio (for Windows), Brackets, and other editors too. I have been spending some of my free time (since I have so much) trying to get back into coding and chose to create an Outlook Addin using Angular 2 and T...