coc-pyright icon indicating copy to clipboard operation
coc-pyright copied to clipboard

Pyright extension for coc.nvim

Results 22 coc-pyright issues
Sort by recently updated
recently updated
newest added

Hi, I'm using the latest `coc-pyright`, and at the same time, I also use `python-language-server`, and my config for `python-language-server` is [here](https://github.com/neoclide/coc.nvim/wiki/Language-servers#python:~:text=//%20be%20careful%20not,%7D%0A%20%20%7D%0A%7D) I've noticed that sometimes the `pyright` documents are...

my coc-pyright updated to latest version but it showing like this error and in grey color ![2022-08-05-213752_1366x768_scrot](https://user-images.githubusercontent.com/35825039/183117519-033e94cf-078c-4e6e-bfa6-485270bac8f5.png)

**What's the output of `:CocCommand pyright.version`** [coc.nvim] coc-pyright 1.1.262 with Pyright 1.1.264 **What's the output of `:CocCommand workspace.showOutput Pyright`** ``` Workspace: /home/user/python-test Using python from /usr/bin/python Pyright language server 1.1.264...

**What's the output of `:CocCommand pyright.version`** `[coc.nvim] coc-pyright 1.1.260 with Pyright 1.1.260` **What's the output of `:CocCommand workspace.showOutput Pyright`** ``` Workspace: /Users/kevincheng/carrot/customers/airflow-task-runners/customers-airflow-task-runner-acquisition Using python from /Users/kevincheng/carrot/customers/airflow-task-runners/customers-airflow-task-runner-acquisition/.venv/bin/python [Info - 1:23:41 PM]...

Hello, I use this extension in a setup where I have pyenv to control python versions and on top of it virtualvenvwrapper to keep my venvs organized in a common...

**What's the output of `:CocCommand pyright.version`** coc-pyright 1.1.253 with Pyright 1.1.253 **What's the output of `:CocCommand workspace.showOutput Pyright`** Workspace: /Users/sabah/Desktop/test Using python from /Users/sabah/Desktop/test/venv/bin/python [Info - 12:18:12] Pyright language server...

I wonder if it would be possible to setup coc-pyright to use paths inside docker container. I see there was issue about this in coc-python repo: https://github.com/neoclide/coc-python/issues/85

I have following project structure: ``` . ├── src │ ├── app │ │ ├── assets │ │ │ └── test.js │ │ ├── core │ │ │ └── test.py...

Hello, Format on save feature does not work on FreeBSD. I suppose it's because of `The feature watch recursively is unavailable on the current platform, which is being used to...

Command coc#status() returns no info on python projects if pyright is enabled. It would be great to have an info about python version in a project (can be venv or...