-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Settings.json autosuggestion broken in v3.3.0 #1667
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
Comments
Looking into this now. |
|
@nathanrpage97 Are you using windows? If so this is a duplicate of #1659 |
@nathanrpage97 Sorry, to clarify I meant if you're accessing from windows. |
Oh, no Im accessing from a mac. |
Thanks for the quick responses, just confirmed, seeing this issue as well. Oddly if you remove the second quote, autocomplete shows up. Not sure if this is a VS Code bug. |
Just to confirm you mean a non-empty list of autocomplete? |
So I just checked, it works without quotes and with one quote but not with fully surrounding quotes. I don't see this issue in vscode 1.45.1 and it doesn't show up as a fix in that patch. |
1.46 isn't released yet and has bugs. Closes #1667
This release fixes bugs introduced with the release of v3.3.0 - We've reverted to VS Code 1.45.1 due to bugs in 1.46 #1667 - Accessing code-server from a web browser on Windows has been fixed #1642 - Search in project has been fixed #1665 - The glibc requirement on static releases has been lowered to v2.19 #1656
I'm just checking in and really appreciate the project. It looks like code-server has been pinned to VS Code 1.45.1 since encountering this issue. Will future plans catch back up to VS Code (currently on 1.47.0 I believe)? Just curious. Thanks! |
@nhooyr Thanks so much for the reply! Appreciate it. |
Code server autosuggestions for settings.json is broken in v3.3.0. It just provides an empty suggestion box:

I'm not sure if it is settings.json specific or a schema level issue.
The text was updated successfully, but these errors were encountered: