mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
Recommend "-w -n" for Sublime on Windows
Summary: Fixes T5431. See discssion there. Test Plan: o.O Reviewers: richardvanvelzen, chad Reviewed By: chad Subscribers: epriestley Maniphest Tasks: T5431 Differential Revision: https://secure.phabricator.com/D9702
This commit is contained in:
parent
3964336722
commit
a955b8268d
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ And this for GitPad (you may need to adjust the path):
|
|||
And this for Sublime Text (you may need to adjust the path):
|
||||
|
||||
name=Sublime Text
|
||||
$ arc set-config editor "\"C:\Program Files\Sublime Text 2\sublime_text.exe\" -w"
|
||||
$ arc set-config editor "\"C:\Program Files\Sublime Text 2\sublime_text.exe\" -w -n"
|
||||
|
||||
= Detailed PHP Install Instructions =
|
||||
|
||||
|
|
Loading…
Reference in a new issue