-
Notifications
You must be signed in to change notification settings - Fork 5.9k
extension compatible with current version '1.31.0' of VS Code is not found. #43
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
Thanks for the report, we'll fix this asap! |
Ah, it appears that settings-sync has a rather aggressive version constraint: |
@foresthoffman thank you Sent from my MI 8 using FastHub-Libre |
#45 should fix this |
I think #45 can not fix this, because I just pull latest docker and it says Unable to install because, the extension 'ms-ceintl.vscode-language-pack-zh-hant' compatible with current version '1.31.1' of VS Code is not found. So it seems this extensions will check vscode version by using someway. |
I've pull down the newst docker image from docker hub, and there is no error for installing chinese language package, and it also shows the need to restart vscode to apply, but when I restart it will be at disable extension list, so I can not apply this extension. |
The most recent versions of the Chinese language pack are even more strict (than Settings Sync) with the version of VS Code that they require. Version I believe this will be resolved when we update code-server to |
Yes, I test from the docker build locally from the latest source code, and install successfully, the extension is displayed at enable list, but the UI still is in English, the extension description show it need to modify
Maybe this issue is another issue, not the version issue. |
Interesting. Are you getting permission errors when attempting to modify the |
Finally I found how to change by inputing "display" in command palette or edit |
Should be fixed. Locale issue can continue in #215 |
* Add docs * Add guides for hosting * Inital commit. Add quick start guide for self hosted * Add info for flags * Detail usage flags and provide examples * Correct file types for certificate * Add self-signed certificate guide, update .gitignore * Add additional information.: * Checkout to master * Add transition document, add some links to readme * Comment out some stuff * Revise transition document * Fix typo * Add Google Cloud setup guide * fix link * Add guide links to readme * Add AWS deployment guide * Fixup based on PR suggestions * Fixup ssl guide and readme * Fix typo * Add step to make binary executable * Add digitalocean guide, update readme, add chmod steps just in case * add information about securing the connection to each deploy guide * Update doc/security/ssl.md Co-Authored-By: nol166 <[email protected]> * Fixup from PR suggestions * Add guide for systemd for when ssh closes * Fix typos * VS Code Remote -> code-server * Fix minor stylistics * Update readme (#43) * Update readme * Add details about chrome warning * Add back extension ID settings * Add back SSL guide to readme * State that chmod is likely not necessary * Fix type * Update readme * Remove transition guide * Revise readme based on suggestions. (#45) * Update references to vscode-remote * No Windows support yet
code-server
version: 1.31.0Steps to Reproduce
Unable to install because, the extension 'shan.code-settings-sync' compatible with current version '1.31.0' of VS Code is not found.
The text was updated successfully, but these errors were encountered: