diff options
author | crupest <crupest@outlook.com> | 2020-07-26 15:14:08 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-07-26 15:14:38 +0800 |
commit | b1ac1441a5fd00df6aa85cc94d523c80387f589d (patch) | |
tree | a7b7577de13df1a2a98411b9f513852c4dd5ad68 /Timeline/ClientApp/.vscode/preview.yml | |
parent | 41fa2e73e021de751d9eeea070caa112534bdfe3 (diff) | |
download | timeline-b1ac1441a5fd00df6aa85cc94d523c80387f589d.tar.gz timeline-b1ac1441a5fd00df6aa85cc94d523c80387f589d.tar.bz2 timeline-b1ac1441a5fd00df6aa85cc94d523c80387f589d.zip |
No longer ignore .vscode .
Diffstat (limited to 'Timeline/ClientApp/.vscode/preview.yml')
-rw-r--r-- | Timeline/ClientApp/.vscode/preview.yml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Timeline/ClientApp/.vscode/preview.yml b/Timeline/ClientApp/.vscode/preview.yml new file mode 100644 index 00000000..eb5e452c --- /dev/null +++ b/Timeline/ClientApp/.vscode/preview.yml @@ -0,0 +1,10 @@ + +# .vscode/preview.yml +autoOpen: false # 打开工作空间时是否自动开启所有应用的预览 +apps: + - port: 3000 # 应用的端口 + run: yarn start:mock # 应用的启动命令 + root: . # 应用的启动目录 + name: timeline # 应用名称 + description: Timeline App # 应用描述 + autoOpen: false # 打开工作空间时是否自动开启预览(优先级高于根级 autoOpen) |