From 28a99d7bd014f88c9991733a0674747ade1b279a Mon Sep 17 00:00:00 2001 From: weixin_44229819 Date: Sun, 27 Aug 2023 11:37:00 +0800 Subject: [PATCH] Sun Aug 27 11:37: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