Divyansh Choudhary
Divyansh Choudhary
## Description I am trying to pass the `serverSettings` for pyright using `c.LanguageServerManager.language_servers` - ``` c.LanguageServerManager.language_servers = { "pyright": { "argv": ["/path/to/pyright/node_modules/pyright/langserver.index.js", "--stdio"], "languages": ["python"], "version": 2, "mime_types": ["text/python", "text/x-ipython"],...
## Description When I rsync a notebook (which contains atleast 1 markdown cell) from another host to my host, the notebook is not trusted by default which is expected since...
After reverting some changes made locally, the Remote Changes text starts overlapping. While you might not be able to consistently reproduce the same. Actions performed - 1) try opening and...
**Is your feature request related to a problem? Please describe.** In the current implementation of the extension, there are too many queries to the remote filesystem to check for things...
## Description When working on a notebook inside a sub-directory of my `preferred_dir` if I close the browser tab and then go to the jupyterlab link (localhost:8888), then 1. Directory...
### Problem I have a fork of [remote_ikernel](https://github.com/cfriedline/remote_ikernel) which I use to connect to a kernel on a remote host. I also have a contents manager that overrides the `/`...
## Description I am trying to set `"python.analysis.diagnosticSeverityOverrides.reportMissingImports": "none"` in my pyright lsp config through `overrides.json` but this setting doesn't show up in the settings editor. ## Reproduce 1. Add...
## Description When the tab-autocomplete has a single suggestion, it sometimes gets hidden by the scroll bar -  ## Reproduce Type something which has only one response. [Note -...
## Description Pressing "Enter" while in the console inserts two new lines in the input box. Here's a gif -  ## Reproduce Open the console, type something, press enter....
## Description Resizing the notebook panel affects the order of icons in the toolbar. Here's an example -  ## Reproduce Follow the steps in the above gif. ## Expected...