We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40e91d3 commit 323a3c5Copy full SHA for 323a3c5
settings.json
@@ -18,7 +18,7 @@
18
{
19
"osname": "nt",
20
"platform": "win32",
21
- "command": "C:/Program Files/Internet Explorer/iexplore.exe"
+ "command": "%PROGRAMFILES%/Internet Explorer/iexplore.exe"
22
}
23
],
24
"chrome": [
@@ -30,7 +30,7 @@
30
31
32
33
- "command": "C:/Users/psykoprogrammer/AppData/Local/Google/Chrome/Application/chrome.exe"
+ "command": "%USERPROFILE%/AppData/Local/Google/Chrome/Application/chrome.exe"
34
35
36
"chromium": [
@@ -43,4 +43,4 @@
43
},
44
45
"selectedBrowser": "firefox"
46
-}
+}
0 commit comments