From ef23d922ca87a82f7db69a5122874874bcdcd43d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E6=B8=8A=E5=8D=9A?= <1404465761@qq.com> Date: Tue, 11 Apr 2023 12:54:27 +0800 Subject: [PATCH] init --- .vscode/preview.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.vscode/preview.yml b/.vscode/preview.yml index d67e4c3..36a04e9 100644 --- a/.vscode/preview.yml +++ b/.vscode/preview.yml @@ -7,4 +7,11 @@ apps: name: Python Cloud Studio Demo # 应用名称 description: Python Cloud Studio Demo Project # 应用描述 autoOpen: true # 打开工作空间时是否自动运行命令(优先级高于根级 autoOpen) - autoPreview: true # 是否自动打开预览, 若无则默认为true \ No newline at end of file + autoPreview: true # 是否自动打开预览, 若无则默认为true + - port: 6080 # VNC 应用的端口 用于编写展示 GUI 程序的输出 + run: bash /usr/bin/start-vnc-session.sh # VNC应用的启动命令 + root: ./web # 应用的启动目录 + name: VNC # 应用名称 + description: VNC # 应用描述 + autoOpen: true # 打开工作空间时是否自动运行命令(优先级高于根级 autoOpen) + autoPreview: false # 是否自动打开预览, 若无则默认为true \ No newline at end of file