-
Is it possible on a technical level for this extension to overwrite the inlay type hints from Pylance (Pyright) with ones from MyPy? If so, would you consider this to be a feature worth implementing?
…
-
**rust-analyzer version**: rust-analyzer version: 0.3.2196-standalone
**rustc version**: no rustc
**editor or extension**: Zed editor and vscode
**relevant settings**: default settings for bo…
-
# What is the bug?
1. You do just about anything with a language server, such as completion
2. You have to send the document updates to the language server
3. Without the "pull model" the client …
-
This has been discussed a little in some other issues:
- https://github.com/microsoft/vscode/issues/113640
- https://github.com/microsoft/vscode/issues/53885
- https://github.com/rust-lang/rust-a…
-
# Configuration
OS: ArchLinux latest
VSCode version: 1.58.0 (latest)
Extension version: 1.6.5 (latest)
Compiler: Rust 1.53 (latest stable)
Build target: Linux AMD64
# Issue
With the followin…
-
Originally reported as https://github.com/microsoft/vscode/issues/142694
**Steps:**
* setup parcel watcher to watch on an empty folder
* execute `touch something` in that folder and verify you se…
-
**Describe the bug**
Neovide crashes after opening an empty buffer and typing something.
Also try to open a file (about 200 lines), type or scroll the buffer via the mouse wheel. Crashes as we…
-
Type: Bug
Does this issue occur when all extensions are disabled?: Yes
Steps to Reproduce:
1. ??????
The title bar in my VS Code just started rendering in a tiny font:
![clipboard](https:…
-
When writing a web-only VS Code extension, i.e. with a package.json that only defines a `"browser"` entrypoint, the extension will not activate when depending on `ms-vscode.wasm-wasi-core`:
```json
"…
jacbz updated
3 weeks ago
-
Steps to reprodce:
1. open some rust file in vscode
2. vscode shows "Installing Prusti"
3. and it never finishes
The problem is partly my network and proxy settings, which does not work very wel…