File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -66,6 +66,10 @@ from the Language Server (in notebook).
6666If the kernel is too slow to respond promptly only the Language Server suggestions will be shown (default threshold: 0.6s).
6767You can configure the completer to not attempt to fetch the kernel completions if the kernel is busy (skipping the 0.6s timeout).
6868
69+ You can deactivate the kernel suggestions by setting the ` useKernelCompletions ` to ` false ` in the ` completion ` section
70+ of advanced settings. Alternatively if you _ only_ want kernel completions you can set ` useLspCompletions ` to ` false ` .
71+ Or both if you like to code in hardcore mode and get no completions.
72+
6973### Rename
7074
7175Rename variables, functions and more, in both: notebooks and the file editor.
You can’t perform that action at this time.
0 commit comments