Skip to content

Commit

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

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

Ref: #46
  • Loading branch information
molant authored and yodurr committed Jun 7, 2018
1 parent f3d3e94 commit 872a12d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 4 additions & 1 deletion dev_web.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Description: Boxstarter Script
# Description: Boxstarter Script
# Author: Microsoft
# Common dev settings for web dev

Expand All @@ -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

Expand Down
3 changes: 3 additions & 0 deletions dev_web_nodejs.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 872a12d

Please sign in to comment.