-
Type: Bug
Ruff (a linting/formatting extension for Python) has been having an issue involving notebook documents not being formatted on save, even with the right configuration. After investigating,…
-
**rust-analyzer version**: rust-analyzer version: 0.0.0 (519d7484f 2022-06-15)
**vscode version info**:
Version: 1.68.1
Commit: 30d9c6cd9483b2cc586687151bcbcd635f373630
Date: 2022-06-14T12:52:13…
-
I'm fairly new to Zed, can somebody tell me how to install this extension and is there a VHDL Language Server or other good extensions available?
Thanks
-
Hi I have Ubuntu desktop with Unity/Gnome and automatic proxy detection.
Automatic proxy detection seem to work fine in VS Code, some Extensions work with proxy (like crates), RLS has problem - when…
-
### Check for existing issues
- [X] Completed
### Describe the feature
VSCode now:
```
cargo test --package package --lib -- tests::it_works --exact --show-output
```
add `--lib` so there …
-
## Environment
* **IntelliJ Rust plugin version: 0.4.170.4627-221**
* **Rust toolchain version: 1.60.0**
* **IDE name and version: GoLand 2022.1.1 (Build #GO-221.5591.52, Runtime version: 11.…
-
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
-
Type: Bug
Repro steps:
1. Have conflicting changes in two branches.
2. Cherry pick commit from one branch into another.
3. Use merge editor to handle conflict
VS Code version: Code - In…
-
Type: Bug
The Jupyter notebook editor likes to just randomly jump focus and delete cells when you hit the wrong mystery key **with no recovery**. Undo only works on changes inside the cell and hitt…
-
In this code
```rs
struct Foo;
macro_rules! Fooo {
() => { Foo }
}
trait Trait {
type Ty: Trait;
}
impl Trait for () {
//