diff options
Diffstat (limited to '.vscode')
| -rw-r--r-- | .vscode/settings.json | 3 |
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 |
