From 70581abcef07d78854b79efa46e1efd08094824f Mon Sep 17 00:00:00 2001 From: StarHeart Date: Wed, 17 Feb 2021 20:55:31 +0800 Subject: [PATCH] :memo: Add tips for IDE start-ups --- docs/guide/creating-a-project.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/guide/creating-a-project.md b/docs/guide/creating-a-project.md index 7c488a41..6fbf114b 100644 --- a/docs/guide/creating-a-project.md +++ b/docs/guide/creating-a-project.md @@ -34,6 +34,12 @@ AweSome-Bot ## 启动 Bot +:::warning 提示 +如果您使用如 `VSCode` / `PyCharm` 等 IDE 启动 nonebot,请检查 IDE 当前工作空间目录是否与当前侧边栏打开目录一致。 + +* 在二者不一致的环境下可能导致 nonebot 读取配置文件和插件等不符合预期 +::: + 通过 `nb-cli` ```bash