-
Notifications
You must be signed in to change notification settings - Fork 305
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
Workspace config no longer getting applied correctly in WSL mode #3190
Comments
I am experiencing a similar problem with 1.46 and SSH. In my remote workspaces I use a different color theme so when I open multiple code remotes at the same time I know in which one I am working. So I have a .vscode/settings.json containing something like this for each workspace:
This worked until 1.45 fine but it just stopped working in 1.46. I had to roll back to 1.45. |
Extra info: If you edit the file and save, the colors get applied fine, just not on first load. |
FYI @sbatten, it happens on title and activity bar colors. |
So I think this is fixed, just not sure if it was 1.47 or the Remote Containers extension update |
It still fails for me in 1.47 with SSH. |
Okay reopening then |
@Stanzilla I was testing today with 1.47.2 and your example and it seems to work both on SSH and WSL. However my much simpler case which consist of a single theme statemen does not work in either mode. Both worked OK until 1.45 and your case seems to be working back on 1.47. |
+1, I am struggling with this as well. |
It seems to be fixed in today's insider's build . Closed on microsoft/vscode#101893 Version: 1.52.0-insider (user setup) |
Fixed by microsoft/vscode#101893 |
When using the WSL Remote extension to connect to a workspace, certain workbench color customizations no longer work. This worked in 1.45. It also works when not using WSL mode.
Version: 1.46.0 (system setup)
Commit: a5d1cc28bb5da32ec67e86cc50f84c67cc690321
Date: 2020-06-10T09:03:20.462Z
Electron: 7.3.1
Chrome: 78.0.3904.130
Node.js: 12.8.1
V8: 7.8.279.23-electron.0
OS: Windows_NT x64 10.0.19041
Steps to Reproduce:
-> The titleBar colors don't get applied, the statusBar ones do.
Does this issue occur when all extensions are disabled?: Yes/No
No (can't test since WSL requires extension)
The text was updated successfully, but these errors were encountered: