Open
Description
Extracting discussion from #55, quote by @bollwyvl :
Not in this pr, but: I'd also like to see a toolbar item that let you
enable/disable different language server ui features for the current file.
It could be right aligned, but left of the kernel name/status icon, and
also have an indicator of whether there is pending stuff... This would be
particularly useful in the typescript case which takes upwards of a
minute to fully resolve all the references in, say, index.ts.
I think that a statusbar would be a good place for it (so that we have it for both files and notebooks).
Sketch:
{
"disableForKernels": {
"title": "Disable for specific kernels",
"type": "array",
"items": {
"type": "string"
},
"default": []
}
}
Metadata
Metadata
Assignees
Labels
No labels