We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b72b48 commit 4242a5dCopy full SHA for 4242a5d
news/2 Fixes/1036.md
@@ -1,5 +1,2 @@
1
Add ability to disable the check on memory usage of language server (Jedi) process.
2
-To turn off this check, add the following setting into your user or workspace settings (`settings.json`) file:
3
-```json
4
-"python.jediMemoryLimit": -1
5
-```
+To turn off this check, add `"python.jediMemoryLimit": -1` to your user or workspace settings (`settings.json`) file.
0 commit comments