Skip to content
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

minor: vscode: change minimum VS Code version to 1.75 from 1.78 #15333

Merged

Conversation

davidbarsky
Copy link
Contributor

I previously mentioned in a comment that folks at my employer are on 1.78, but I was incorrect: people are on 1.75. I know this is outside the standard version support policy, but I haven't seen any of the new features in VS Code be used in rust-analyzer. The most applicable feature in those three versions of VS Code that I can find is lazily resolving code actions, but it doesn't seem like rust-analyzer is making use of that feature.

(I'll be posting a PR that adds support for $saved_file within the next day, so feel free to bump the minimum VS Code version back to 1.78 if/when that PR lands. This just makes vendoring the actual change I'm interested in a little bit easier.)

@rustbot rustbot added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Jul 24, 2023
@davidbarsky
Copy link
Contributor Author

cc: @tetsuharuohzeki

@lnicola
Copy link
Member

lnicola commented Jul 24, 2023

Alright, but I'm not a fan of the process here.

@bors r+

@bors
Copy link
Collaborator

bors commented Jul 24, 2023

📌 Commit ba72216 has been approved by lnicola

It is now in the queue for this repository.

@bors
Copy link
Collaborator

bors commented Jul 24, 2023

⌛ Testing commit ba72216 with merge b64e5b3...

@davidbarsky
Copy link
Contributor Author

Alright, but I'm not a fan of the process here.

@bors r+

Neither am I, honestly. What would be a less burdensome one for you?

@bors
Copy link
Collaborator

bors commented Jul 24, 2023

☀️ Test successful - checks-actions
Approved by: lnicola
Pushing b64e5b3 to master...

@bors bors merged commit b64e5b3 into rust-lang:master Jul 24, 2023
10 checks passed
@lnicola
Copy link
Member

lnicola commented Jul 24, 2023

What would be a less burdensome one for you?

It's not burdensome, just feels like the wrong thing to do. But it's all right for now (until it actually becomes so).

@lnicola lnicola changed the title vscode: change minimum VS Code version to 1.75 from 1.78 internal: vscode: change minimum VS Code version to 1.75 from 1.78 Jul 24, 2023
@lnicola lnicola changed the title internal: vscode: change minimum VS Code version to 1.75 from 1.78 minor: vscode: change minimum VS Code version to 1.75 from 1.78 Jul 24, 2023
@davidbarsky davidbarsky deleted the davidbarsky/downgrade-vscode-to-1.75 branch July 28, 2023 15:09
bors added a commit that referenced this pull request Nov 15, 2023
…rsion-to-1.78, r=lnicola

editor/code: bump minimum version of VS Code to 1.78

Undoes #15333.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants