From 7fa4d350359aaa595746427ae8b8f24ad60daa6e Mon Sep 17 00:00:00 2001 From: dzdjfkse Date: Wed, 16 Aug 2023 11:18:00 +0800 Subject: [PATCH] Wed Aug 16 11:18:00 CST 2023 inscode --- .inscode | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.inscode b/.inscode index c9c57ce..15f85ff 100644 --- a/.inscode +++ b/.inscode @@ -1,4 +1,5 @@ run = "pip install -r requirements.txt;python3 main.py" +language = "python" [env] VIRTUAL_ENV = "/root/${PROJECT_DIR}/venv" @@ -6,4 +7,7 @@ PATH = "${VIRTUAL_ENV}/bin:${PATH}" PYTHONPATH = "$PYTHONHOME/lib/python3.10:${VIRTUAL_ENV}/lib/python3.10/site-packages" REPLIT_POETRY_PYPI_REPOSITORY = "http://mirrors.csdn.net.cn/repository/csdn-pypi-mirrors/simple" MPLBACKEND = "TkAgg" -POETRY_CACHE_DIR = "/root/${PROJECT_DIR}/.cache/pypoetry" \ No newline at end of file +POETRY_CACHE_DIR = "/root/${PROJECT_DIR}/.cache/pypoetry" + +[debugger] +program = "main.py" -- GitLab