-
I need LSP support for my DSL. The initial implementation is in PyParser. Upgrading to textX looks like a great step forward for my DSL. It appears that the textX LS project is paused. Are there any o…
-
Steps to reproduce
- Add the following python code to a new file:
```python
def myfunc():
x = 3
class MyClass(object):
def __init__(self):
pass
return MyClas…
-
Issue Type: Bug
# Behaviour
[**NOTE**: If you suspect that your issue is related to the Microsoft Python Language Server (`python.languageServer: 'Microsoft'`), please download our new langu…
-
Code Explorer doesn't show structure of a class.
![grafik](https://user-images.githubusercontent.com/53400267/139721919-65f2f30e-44c5-4440-bc36-57c6d42cedff.png)
-
## Environment data
- VS Code version: 1.54.1
- Extension version (available under the Extensions sidebar): v2021.4.765268190
- OS and version: Ubuntu 18.04.5
- Python version (& dis…
-
Some keys in the returned completion items have a `null` value. For example:
```
{
"label": "__bool__",
"deprecated": false,
"documentation": "self != 0",
"command": null,
…
rwols updated
3 years ago
-
Issue Type: Bug
Upon opening any Python file, I see the following two errors in the bottom right corner of VS Code:
(1) Couldn't start client Python Tools
(2) TypeError: expected str, bytes or …
-
## Environment data
- VS Code version: 1.55.0-insiders
- Extension version (available under the Extensions sidebar): 2021.4.658580515-dev
- OS and version: XXX
- Python version (& di…
-
**Issue**
Local python interpreter of virtual environment not picked up after activation on Windows. Packages are not installed in the virtual environment but globally.
```console
PS C:\Users\k…
-
Hello!
I have an error saying:
~~~
[coc-nvim] error: UnhandledRejection: Launching server "jedi" using command /home/*MyName*/.config/coc/extensions/node_modules/coc-jedi/.venv/bin/jedi-languag…