From 2283b8a484769480a80348633031587f2c479e7b Mon Sep 17 00:00:00 2001 From: "J.G. Rubingh" Date: Thu, 1 Jul 2021 13:37:18 +0200 Subject: [PATCH] Visual Studio Code settings --- .vscode/settings.json | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..d583c92 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,4 @@ +{ + "python.pythonPath": "${workspaceFolder}/venv/bin/python", + "restructuredtext.confPath": "${workspaceFolder}/doc", +}