-
Notifications
You must be signed in to change notification settings - Fork 47
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
Bump required VS Code version to ^1.86 #555
Bump required VS Code version to ^1.86 #555
Conversation
This bumps minimum required GLIBC to 2.28, which we use in Slang.
It seems that it will not try to fuzzy match the items anymore but rather rely on the user to pick the correct task type/group first, before showing the relevant options. This fixes the issue by explicitly specifying the "hardhat" task type.
New and removed dependencies detected. Learn more about Socket for GitHub ↗︎
🚮 Removed packages: npm/@types/vscode@1.75.1 |
"Add label to new issue" seems to be failing with 403, "Resource not accessible by integration". Maybe a bad key? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM on Slang side.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have taken a quick look and regenerated the PAT token for the add label workflow, but still get a failure.
I will track down what is causing that flow to fail, but it shouldn't block this PR.
I am happy with the vscode dep update.
This is required since we will not bundle Slang, requiring at least GLIBC 2.28, see NomicFoundation/slang#909.