doc readme: add close watchman
This commit is contained in:
parent
5919dd1519
commit
064b86962e
@ -8,6 +8,10 @@ end_of_line = lf
|
|||||||
insert_final_newline = true
|
insert_final_newline = true
|
||||||
trim_trailing_whitespace = true
|
trim_trailing_whitespace = true
|
||||||
|
|
||||||
|
[*.md]
|
||||||
|
indent_size = 4
|
||||||
|
indent_style = space
|
||||||
|
|
||||||
# 排除特定檔案類型的規則
|
# 排除特定檔案類型的規則
|
||||||
[*.code-workspace]
|
[*.code-workspace]
|
||||||
# 不套用任何規則,覆蓋全域設定
|
# 不套用任何規則,覆蓋全域設定
|
||||||
|
@ -216,6 +216,12 @@ watchman -j <<EOT
|
|||||||
EOT
|
EOT
|
||||||
```
|
```
|
||||||
|
|
||||||
|
To shutdown the Watchman server, run:
|
||||||
|
|
||||||
|
```
|
||||||
|
watchman shutdown-server
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
相關工具參考連結
|
相關工具參考連結
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
|
Loading…
x
Reference in New Issue
Block a user