-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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
Builtin extensions always require reload #4600
Comments
We don't think this is an issue but will retest after 4.0.0 is out. |
Actual (https://vscode-r.jupyter.b-data.ch, v4.0.0, empty
|
code-asher
changed the title
Patch popular extensions bug
Bulitin extensions always require reload
Dec 17, 2021
code-asher
changed the title
Bulitin extensions always require reload
Builtin extensions always require reload
Dec 17, 2021
code-asher
added a commit
to coder/vscode
that referenced
this issue
Dec 23, 2021
This reload button does nothing which I think must mean there is some logic somewhere that is supposed to load these extensions locally that is not working or not implemented. Until we find it bypassing is probably a good move because otherwise it makes it look like the extension is not running and working even though it really is (it is just running remotely). This will be a temporary measure to solve coder/code-server#4600.
Fixed via coder/vscode#32 |
code-asher
added a commit
to code-asher/code-server
that referenced
this issue
Jan 4, 2022
Fixes coder#4598 Fixes coder#4620 Fixes coder#4600
Merged
code-asher
added a commit
that referenced
this issue
Jan 4, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@bpmct found an issue with the extensions panel while testing the 4.0.0 release.
Steps to Reproduce
Expected
See list of Popular Extensions
Actual (v3.12.0)
Works as expected.
Actual (v4.0.0)
Works as expected (running in dev mode with
yarn watch
)Actual (vscode.dev)
Works as expected.
Actual (Codespaces)
🐛 Does not show Popular Extensions
Actual (VS Code)
Works as expected.
The text was updated successfully, but these errors were encountered: