New: Install VS Code debugger extensions (#48)
Install automatically VS Code debugger extensions for Chrome and Edge - - - - - - - - - - - - - - - - - - - Ref: #46
This commit is contained in:
committed by
Yosef Durr
parent
f3d3e94f44
commit
872a12d059
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user