aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.vscode/settings.json
diff options
context:
space:
mode:
author简律纯 <i@jyunko.cn>2024-07-25 09:46:36 +0800
committer简律纯 <i@jyunko.cn>2024-07-25 09:46:36 +0800
commit5d5342ec11e5c1130a8917eec506ac5b825b5f8a (patch)
tree0c86018937c6b8cb0b3f83a33b0650d347cd925a /.vscode/settings.json
parentfcfce02035cebd2837b498969b4b6e496b4e05d9 (diff)
downloadinfini-5d5342ec11e5c1130a8917eec506ac5b825b5f8a.tar.gz
infini-5d5342ec11e5c1130a8917eec506ac5b825b5f8a.zip
chore: Add .vscode file into .gitignore file
Diffstat (limited to '.vscode/settings.json')
-rw-r--r--.vscode/settings.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json
index e5f574b0..72502d18 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -2,5 +2,6 @@
"restructuredtext.preview.docutils.disabled": true,
"python.analysis.typeCheckingMode": "basic",
"iis.configDir": "",
- "python.analysis.autoImportCompletions": true
+ "python.analysis.autoImportCompletions": true,
+ "restructuredtext.pythonRecommendation.disabled": true
} \ No newline at end of file