Files
IOPaint/.vscode/preview.yml
2024-07-24 11:33:47 +08:00

10 lines
518 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# .vscode/preview.yml
autoOpen: false # 打开工作空间时是否自动开启所有应用的预览
apps:
- port: 5000 # 应用的端口
run: python ./app.py # 应用启动命令
root: ./web # 应用的启动目录
name: Python Cloud Studio Demo # 应用名称
description: Python Cloud Studio Demo Project # 应用描述
autoOpen: false # 打开工作空间时是否自动运行命令(优先级高于根级 autoOpen
autoPreview: false # 是否自动打开预览, 若无则默认为true