Skip to content

Commit

Permalink
New: Install VS Code debugger extensions
Browse files Browse the repository at this point in the history
Install automatically VS Code debugger extensions for Chrome and Edge

- - - - - - - - - - - - - - -

Ref: microsoft#46
  • Loading branch information
molant committed Jun 18, 2018
1 parent 725c4da commit 5d78153
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev_web.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Set-ItemProperty -Path HKCU:\Software\Microsoft\Windows\CurrentVersion\Explorer\

#--- Tools ---
choco install -y vscode
refreshenv
code --install-extension msjsdiag.debugger-for-chrome
code --install-extension msjsdiag.debugger-for-edge

Expand Down
1 change: 1 addition & 0 deletions dev_web_nodejs.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Set-ItemProperty -Path HKCU:\Software\Microsoft\Windows\CurrentVersion\Explorer\

#--- Tools ---
choco install -y vscode
refreshenv
code --install-extension msjsdiag.debugger-for-chrome
code --install-extension msjsdiag.debugger-for-edge

Expand Down

0 comments on commit 5d78153

Please sign in to comment.