From f1e1d0f14a1162a4c01da770f31226215a314ae3 Mon Sep 17 00:00:00 2001 From: molant Date: Tue, 5 Jun 2018 09:23:24 -0700 Subject: [PATCH] New: Install VS Code debugger extensions Install automatically VS Code debugger extensions for Chrome an Edge - - - - - - - - - - - - - - - - - - - Ref: #46 --- dev_web.ps1 | 5 ++++- dev_web_nodejs.ps1 | 3 +++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/dev_web.ps1 b/dev_web.ps1 index 2af64a4a..5496cc04 100644 --- a/dev_web.ps1 +++ b/dev_web.ps1 @@ -1,4 +1,4 @@ -# Description: Boxstarter Script +# Description: Boxstarter Script # Author: Microsoft # Common dev settings for web dev @@ -15,6 +15,9 @@ Set-ItemProperty -Path HKCU:\Software\Microsoft\Windows\CurrentVersion\Explorer\ #--- Tools --- choco install -y vscode +code --install-extension msjsdiag.debugger-for-chrome +code --install-extension msjsdiag.debugger-for-edge + choco install -y git -params '"/GitAndUnixToolsOnPath /WindowsTerminal"' choco install -y 7zip.install diff --git a/dev_web_nodejs.ps1 b/dev_web_nodejs.ps1 index 397f1871..dcc0c125 100644 --- a/dev_web_nodejs.ps1 +++ b/dev_web_nodejs.ps1 @@ -15,6 +15,9 @@ Set-ItemProperty -Path HKCU:\Software\Microsoft\Windows\CurrentVersion\Explorer\ #--- Tools --- choco install -y vscode +code --install-extension msjsdiag.debugger-for-chrome +code --install-extension msjsdiag.debugger-for-edge + choco install -y git -params '"/GitAndUnixToolsOnPath /WindowsTerminal"' choco install -y 7zip.install