-
Notifications
You must be signed in to change notification settings - Fork 30.1k
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
Wrong strings and missing icon in activity bar #171834
Comments
Seems similar to #159485. |
@bwateratmsft @Bananas-Are-Yellow was there any error in the dev tools ( Maybe something in the |
The problem has gone away for me now. See microsoft/vscode-docker#3783 (comment) for details. |
Odd... well if you do see it again, I'd love to know more! Closing this since the repro is gone. |
Looks like this hit another user: microsoft/vscode-docker#3853 /cc @matteo-bombelli |
an update:
I hope this detail could help for future releases. |
can you elaborate more on this? |
i have ubuntu and debian installed on windows using wsl (windows subsystem for linux). if I use this extension with workspaces on windows I have no issues, instead if I use it with the one that are on the linux subsystem (both ubuntu and debian) I get the issue described here. If I degrade the version to the old one I get no issue on windows but also no issue on wsl linux. Thank you! more details here |
@matteo-bombelli when opening the WSL workspaces, are you using the WSL extension? |
yes I'm using the extension |
@matteo-bombelli can you share the full recursive directory of the docker extension underneath |
@TylerLeonhardt on windows or wsl? |
WSL |
on wsl /home/matteo/.vscode-server/extensions/ms-azuretools.vscode-docker-1.23.3/ |
just a note, now I downgraded ... It was 1.24 when the problem was showing.... sorry for the confusion |
Can you run I'd love to compare their file structure |
|
now it works even 1.24.0 🤨 |
The bug realized we were on to it, so it decided to hide. @matteo-bombelli are you using VS Code stable or insiders? |
stable |
Ok sounds good. We did have a few smaller fixes in the translation stuff this past month so this might go away... in any case, since we don't have a repro anymore, I'll close this. When this does happen to someone again, I would love the contents of the |
Filed based on microsoft/vscode-docker#3783 (comment) from @Bananas-Are-Yellow
The user has installed the Docker extension, and on version 1.23.3, none of the strings show up correctly--instead displaying their placeholder IDs for indexing into package.nls.json--and the icon in the activity bar is blank. Installing 1.22.2 fixes it, but uninstalling and reinstalling 1.23.3 does not. This is the only user we're aware of that is affected by this issue.
The text was updated successfully, but these errors were encountered: