-
Notifications
You must be signed in to change notification settings - Fork 1.8k
internal: editor/code: bump minimum version of VS Code to 1.78 #15904
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
internal: editor/code: bump minimum version of VS Code to 1.78 #15904
Conversation
minor: Tweak tsconfig.json CC #15904
I think you need to do |
Cool, yeah—I think this PR was so large because I was futzing around with |
Might be easier to revert the changes to |
yeah, already on that. are y'all okay with force pushes? |
d13aca4
to
df7fa7f
Compare
Force-pushes and rebases and/or squashes 😛. |
@bors r+ |
cool! https://sapling-scm.com/ has made me love rebasing for everything and github's lack of a good, rebase-centric workflow bothers me to no end now 😅 |
☀️ Test successful - checks-actions |
1 similar comment
☀️ Test successful - checks-actions |
👀 Test was successful, but fast-forwarding failed: 422 Changes must be made through a pull request. |
It's been a year since we last bumped this (see rust-lang#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
Undoes #15333.