rust-lang / rust-analyzer

A Rust compiler front-end for IDEs
https://rust-analyzer.github.io/
Apache License 2.0
14.32k stars 1.61k forks source link

editors/code: Change minimum VS Code from 1.78 to 1.83 #18486

Closed Wilfred closed 2 weeks ago

Wilfred commented 2 weeks ago

It's been a year since we last bumped this (see #15904), and VS Code 1.83 is the first version that supports LSP 3.17.5 (via vscode-languageclient 9.0.1).

https://code.visualstudio.com/updates/v1_83#_language-server-protocol

(@davidbarsky and I work together, so I'm sure he'll be happy with this version bump too.)