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.
2 parents b915637 + 2d6a2f9 commit 40e91d3Copy full SHA for 40e91d3
View In Browser.sublime-settings
@@ -6,6 +6,11 @@
6
"platform": ".*",
7
"command": "firefox"
8
},
9
+ {
10
+ "osname": "posix",
11
+ "platform": "darwin",
12
+ "command": "open -a \"/Applications/Firefox.app\""
13
+ },
14
{
15
"osname": "nt",
16
"platform": "win32",
@@ -16,7 +21,7 @@
21
17
22
"osname": "posix",
18
23
"platform": "darwin",
19
- "command": "open -a safari"
24
+ "command": "open -a \"/Applications/Safari.app\""
20
25
}
26
],
27
"iexplore": [
@@ -27,11 +32,11 @@
32
28
33
29
34
"chrome": [
30
- {
31
- "osname": "posix",
- "platform": "darwin",
- "command": "open -a \"/Applications/Google Chrome.app\""
- },
35
36
37
38
+ "command": "open -a \"/Applications/Google Chrome.app\""
39
40
41
42
"platform": "linux.*",
0 commit comments