Skip to content

Commit 2b1e800

Browse files
committed
New: Install VS Code debugger extensions
Install automatically VS Code debugger extensions for Chrome and Edge - - - - - - - - - - - - - - - Ref: microsoft#46
1 parent 6fc4d04 commit 2b1e800

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

dev_web.ps1

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Description: Boxstarter Script
1+
# Description: Boxstarter Script
22
# Author: Microsoft
33
# Common dev settings for web dev
44

@@ -15,6 +15,10 @@ Set-ItemProperty -Path HKCU:\Software\Microsoft\Windows\CurrentVersion\Explorer\
1515

1616
#--- Tools ---
1717
choco install -y vscode
18+
refreshenv
19+
code --install-extension msjsdiag.debugger-for-chrome
20+
code --install-extension msjsdiag.debugger-for-edge
21+
1822
choco install -y git -params '"/GitAndUnixToolsOnPath /WindowsTerminal"'
1923
choco install -y 7zip.install
2024

dev_web_nodejs.ps1

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ Set-ItemProperty -Path HKCU:\Software\Microsoft\Windows\CurrentVersion\Explorer\
1515

1616
#--- Tools ---
1717
choco install -y vscode
18+
refreshenv
19+
code --install-extension msjsdiag.debugger-for-chrome
20+
code --install-extension msjsdiag.debugger-for-edge
21+
1822
choco install -y git -params '"/GitAndUnixToolsOnPath /WindowsTerminal"'
1923
choco install -y 7zip.install
2024

0 commit comments

Comments
 (0)