Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Meta
create-react-app
Commits
bef40eeb
Commit
bef40eeb
authored
7 years ago
by
Evan You
Committed by
Dan Abramov
7 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Add editor support for Sublime Dev & VSCode Insiders (#3700)
parent
c6034703
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
packages/react-dev-utils/launchEditor.js
+4
-0
packages/react-dev-utils/launchEditor.js
with
4 additions
and
0 deletions
+4
-0
packages/react-dev-utils/launchEditor.js
+
4
-
0
View file @
bef40eeb
...
@@ -33,9 +33,13 @@ const COMMON_EDITORS_OSX = {
...
@@ -33,9 +33,13 @@ const COMMON_EDITORS_OSX = {
'
/Applications/Brackets.app/Contents/MacOS/Brackets
'
:
'
brackets
'
,
'
/Applications/Brackets.app/Contents/MacOS/Brackets
'
:
'
brackets
'
,
'
/Applications/Sublime Text.app/Contents/MacOS/Sublime Text
'
:
'
/Applications/Sublime Text.app/Contents/MacOS/Sublime Text
'
:
'
/Applications/Sublime Text.app/Contents/SharedSupport/bin/subl
'
,
'
/Applications/Sublime Text.app/Contents/SharedSupport/bin/subl
'
,
'
/Applications/Sublime Text Dev.app/Contents/MacOS/Sublime Text
'
:
'
/Applications/Sublime Text Dev.app/Contents/SharedSupport/bin/subl
'
,
'
/Applications/Sublime Text 2.app/Contents/MacOS/Sublime Text 2
'
:
'
/Applications/Sublime Text 2.app/Contents/MacOS/Sublime Text 2
'
:
'
/Applications/Sublime Text 2.app/Contents/SharedSupport/bin/subl
'
,
'
/Applications/Sublime Text 2.app/Contents/SharedSupport/bin/subl
'
,
'
/Applications/Visual Studio Code.app/Contents/MacOS/Electron
'
:
'
code
'
,
'
/Applications/Visual Studio Code.app/Contents/MacOS/Electron
'
:
'
code
'
,
'
/Applications/Visual Studio Code - Insiders.app/Contents/MacOS/Electron
'
:
'
code-insiders
'
,
'
/Applications/AppCode.app/Contents/MacOS/appcode
'
:
'
/Applications/AppCode.app/Contents/MacOS/appcode
'
:
'
/Applications/AppCode.app/Contents/MacOS/appcode
'
,
'
/Applications/AppCode.app/Contents/MacOS/appcode
'
,
'
/Applications/CLion.app/Contents/MacOS/clion
'
:
'
/Applications/CLion.app/Contents/MacOS/clion
'
:
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment