From 872a12d059f40d979e8c838fe0f5c845f1823dbf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ant=C3=B3n=20Molleda?= Date: Thu, 7 Jun 2018 12:10:48 -0700 Subject: [PATCH] New: Install VS Code debugger extensions (#48) Install automatically VS Code debugger extensions for Chrome and 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