Skip to content

Commit 5d78153

Browse files
committed
New: Install VS Code debugger extensions
Install automatically VS Code debugger extensions for Chrome and Edge - - - - - - - - - - - - - - - Ref: microsoft#46
1 parent 725c4da commit 5d78153

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

dev_web.ps1

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

1616
#--- Tools ---
1717
choco install -y vscode
18+
refreshenv
1819
code --install-extension msjsdiag.debugger-for-chrome
1920
code --install-extension msjsdiag.debugger-for-edge
2021

dev_web_nodejs.ps1

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

1616
#--- Tools ---
1717
choco install -y vscode
18+
refreshenv
1819
code --install-extension msjsdiag.debugger-for-chrome
1920
code --install-extension msjsdiag.debugger-for-edge
2021

0 commit comments

Comments
 (0)