aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--.vscode/settings.json3
2 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 3a8816c9..50e59a93 100644
--- a/.gitignore
+++ b/.gitignore
@@ -160,3 +160,4 @@ cython_debug/
# and can be added to the global gitignore or merged into this file. For a more nuclear
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/
+.vscode/settings.json
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