Skip to content

Commit 323a3c5

Browse files
committed
Update settings.json
Updated according to Windows Env Variables
1 parent 40e91d3 commit 323a3c5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

settings.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
{
1919
"osname": "nt",
2020
"platform": "win32",
21-
"command": "C:/Program Files/Internet Explorer/iexplore.exe"
21+
"command": "%PROGRAMFILES%/Internet Explorer/iexplore.exe"
2222
}
2323
],
2424
"chrome": [
@@ -30,7 +30,7 @@
3030
{
3131
"osname": "nt",
3232
"platform": "win32",
33-
"command": "C:/Users/psykoprogrammer/AppData/Local/Google/Chrome/Application/chrome.exe"
33+
"command": "%USERPROFILE%/AppData/Local/Google/Chrome/Application/chrome.exe"
3434
}
3535
],
3636
"chromium": [
@@ -43,4 +43,4 @@
4343
},
4444

4545
"selectedBrowser": "firefox"
46-
}
46+
}

0 commit comments

Comments
 (0)