From ecef0923671200ff3ba5ec09ab66a026e845662c Mon Sep 17 00:00:00 2001 From: meganzhang Date: Wed, 24 Jul 2024 11:33:47 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=96=87=E4=BB=B6=20preview.?= =?UTF-8?q?yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/preview.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.vscode/preview.yml b/.vscode/preview.yml index d67e4c3..698e8ab 100644 --- a/.vscode/preview.yml +++ b/.vscode/preview.yml @@ -1,10 +1,10 @@ # .vscode/preview.yml -autoOpen: true # 打开工作空间时是否自动开启所有应用的预览 +autoOpen: false # 打开工作空间时是否自动开启所有应用的预览 apps: - port: 5000 # 应用的端口 - run: pip install -i https://mirrors.tencent.com/pypi/simple/ -r ./requirements.txt && bash /usr/bin/start-vnc-session.sh && python ./app.py # 应用启动命令 + run: python ./app.py # 应用启动命令 root: ./web # 应用的启动目录 name: Python Cloud Studio Demo # 应用名称 description: Python Cloud Studio Demo Project # 应用描述 - autoOpen: true # 打开工作空间时是否自动运行命令(优先级高于根级 autoOpen) - autoPreview: true # 是否自动打开预览, 若无则默认为true \ No newline at end of file + autoOpen: false # 打开工作空间时是否自动运行命令(优先级高于根级 autoOpen) + autoPreview: false # 是否自动打开预览, 若无则默认为true \ No newline at end of file