vscode-rust
vscode-rust copied to clipboard
Rust extension for Visual Studio Code
Hi! I can not get vscode to format code, the error is: ``` [Trace - 9:32:34 PM] Received response 'textDocument/formatting - (15)' in 0ms. Request failed: Reformat failed to complete...
Hey there, I'm writing a rust program which uses tokio for async functions. I wrote some tests for these async functions and need to annotate them with `#[tokio:test]` instead of...
Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 3.0.0 to 3.0.1. Commits f545bdb 3.0.1 c57d4c2 fix a few old XO issues for backport 419250f Fix potential ReDoS (#37) See full diff in compare view [ from 3.0.0 to 3.0.1. Commits f545bdb 3.0.1 c57d4c2 fix a few old XO issues for backport 419250f Fix potential ReDoS (#37) See full diff in compare view [, for those who aren't aware, is a popular mechanism by which Rust projects can be distributed as a single all-in-one shell script style file. Its use cases are varied...
When I hover the mouse cursor over a `struct` or a `impl`, I want the light bulb to present me with "Create new method". If I have: ```rust struct Point...
I'm not getting any autocomplete in my files. I initiated the project with cargo init. Any ideas?
Here's a reduced test case: ```rust fn main() { let vec = vec![(1,2), (3,4)]; println!("{:?}", vec); } ``` Here's what I see when I hover over `vec` while the debugger...
I'm trying to format my code pressing ALT+SHIFT+F but i get the following error ``` [Error - 10:51:44] Request textDocument/formatting failed. Message: Reformat failed to complete successfully Code: -32603 ```...
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.0 to 2.6.7. Release notes Sourced from node-fetch's releases. v2.6.7 Security patch release Recommended to upgrade, to not leak sensitive cookie and authentication header information to 3th...