-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Fix Proposed API #4480
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
Per #4397 I think we should just always enable it and get rid of the flag (or make it a no-op). |
code-asher
added a commit
to coder/vscode
that referenced
this issue
Nov 10, 2021
Turns out we used to already do this and if you passed the flag you would actually *disable* the global enable setting. This is because we were defaulting to an empty array which means to enable it globally. Fixes coder/code-server#4397 Fixes coder/code-server#4480
code-asher
added a commit
to coder/vscode
that referenced
this issue
Nov 10, 2021
Turns out we used to already do this and if you passed the flag you would actually *disable* the global enable setting. This is because we were defaulting to an empty array which means to enable it globally. Fixes coder/code-server#4397 Fixes coder/code-server#4480
code-asher
added a commit
to code-asher/code-server
that referenced
this issue
Nov 10, 2021
Fixes coder#4397 Fixes coder#4480 Fixes coder#4482 Fixes coder#4484 Fixes coder#4489
Closed
ZauberNerd
pushed a commit
to ZauberNerd/vscode
that referenced
this issue
Dec 23, 2021
Turns out we used to already do this and if you passed the flag you would actually *disable* the global enable setting. This is because we were defaulting to an empty array which means to enable it globally. Fixes coder/code-server#4397 Fixes coder/code-server#4480
ZauberNerd
pushed a commit
to ZauberNerd/vscode
that referenced
this issue
Dec 23, 2021
Turns out we used to already do this and if you passed the flag you would actually *disable* the global enable setting. This is because we were defaulting to an empty array which means to enable it globally. Fixes coder/code-server#4397 Fixes coder/code-server#4480
ZauberNerd
pushed a commit
to ZauberNerd/vscode
that referenced
this issue
Dec 23, 2021
Turns out we used to already do this and if you passed the flag you would actually *disable* the global enable setting. This is because we were defaulting to an empty array which means to enable it globally. Fixes coder/code-server#4397 Fixes coder/code-server#4480
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Proposed API (either implement or always enable it and remove the flag)
Introduced in #4414
@code-asher may have more details.
The text was updated successfully, but these errors were encountered: