File tree 2 files changed +9
-1
lines changed
2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1
- # Description: Boxstarter Script
1
+ # Description: Boxstarter Script
2
2
# Author: Microsoft
3
3
# Common dev settings for web dev
4
4
@@ -15,6 +15,10 @@ Set-ItemProperty -Path HKCU:\Software\Microsoft\Windows\CurrentVersion\Explorer\
15
15
16
16
# --- Tools ---
17
17
choco install - y vscode
18
+ refreshenv
19
+ code -- install-extension msjsdiag.debugger- for- chrome
20
+ code -- install-extension msjsdiag.debugger- for- edge
21
+
18
22
choco install - y git - params ' "/GitAndUnixToolsOnPath /WindowsTerminal"'
19
23
choco install - y 7zip.install
20
24
Original file line number Diff line number Diff line change @@ -15,6 +15,10 @@ Set-ItemProperty -Path HKCU:\Software\Microsoft\Windows\CurrentVersion\Explorer\
15
15
16
16
# --- Tools ---
17
17
choco install - y vscode
18
+ refreshenv
19
+ code -- install-extension msjsdiag.debugger- for- chrome
20
+ code -- install-extension msjsdiag.debugger- for- edge
21
+
18
22
choco install - y git - params ' "/GitAndUnixToolsOnPath /WindowsTerminal"'
19
23
choco install - y 7zip.install
20
24
You can’t perform that action at this time.
0 commit comments