-
It'd be nice if external documentation could show up in hover tooltips
```rust
#[doc = include_str!("MyThing.md")] // doesn't work
#[doc = "this works fine already" ]
struct MyThing;
```
`#[do…
-
Does this issue occur when all extensions are disabled?: n/a
- VS Code Version: Version: 1.84.0
- OS Version: nixos linux 6.6.8
Steps to Reproduce:
1. use openvscode-server…
-
This would make it possible to support large monorepos without needing to manually maintain a list of evolving directories.
e.g. for a monorepo with a top-level `src` directory containing many dire…
-
Might clean up the target view in some IDEs
https://cmake.org/cmake/help/latest/prop_tgt/FOLDER.html#prop_tgt:FOLDER
-
Scrolling up and down causes semantic highlighting to randomly stop working
First time it's happened to me
~~I dare not restart anything atm~~ too late 😔
https://github.com/microsoft/vscode/ass…
-
Running on Win 10, VS Code 1.38, Extension version 0.6.3.
This behavior seems to be consistent, but I haven't figured out when it does or doesn't occur. The auto formatter seems to break on saving …
-
**rust-analyzer version**: (eg. output of "rust-analyzer: Show RA Version" command, accessible in VSCode via Ctrl/⌘+Shift+P)
`rust-analyzer` version: 0.4.1547-standalone`
**rustc version**: (eg.…
gftea updated
5 months ago
-
On a Windows 11 Pro PC, I get this error when running the rails-new command:
rails-new -- --devcontainer blog72
(v 0.41)
>>>
What's next: …
-
VSCode 1.33.0
rls-vscode 0.6.1
I have a workspace that includes 2 directories, each has its own Cargo.toml, that might be causing this issue because I can only see "Go to Definition" etc. in conte…
-
Hello,
I would like to make a plugin on Nixos but I'm facing problems.
I get the following error: `unresolved extern crate` on:
```rust
extern crate rustc_driver;
extern crate rustc_interface;
…