Skip to content
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

vscode not adhering to my syntax highlighting in settings.json unless I open the file and edit one of the colors #101422

Closed
cjolivier01 opened this issue Jun 30, 2020 · 8 comments
Assignees
Labels
info-needed Issue requires more information from poster

Comments

@cjolivier01
Copy link

  • VSCode Version:
  • OS Version:

Steps to Reproduce:

  1. Open any rermote project
  2. Syntax coloring is the default, all other settings appear to be ok
  3. edit "editor.background": "#000000", by removing a zero, then saving (screen turns red) then re-adding the zero and saving
  4. syntax highlighting is enabled

Does this issue occur when all extensions are disabled?: Yes/No
Not locally, but with only remote ssh plugin enabled, it occurs when I connect to the remote host with all other plugins disabled. It does this on multiple AWS server/project roots.

@aeschli
Copy link
Contributor

aeschli commented Jul 1, 2020

What theme do you have configured? Is it set in the user settings or the (remote) workspace settings?

(maybe a duplicate of #101433)

@aeschli aeschli added the info-needed Issue requires more information from poster label Jul 1, 2020
@cjolivier01
Copy link
Author

Default Dark+ how do I tell where it's set? It isn't in my settings.json, but when I tab through preferences "Workbench: Color Theme", it shows up on
It does not say "Modified in..." on any of the tabs.
"Color customization" says "modified in workspace"
image

@cjolivier01
Copy link
Author

I tried changing the workspace config to "Visual Studio Dark" so that it weas different from "User", but that didn't help.

@aeschli
Copy link
Contributor

aeschli commented Jul 2, 2020

You use the default theme (otherwise it would have a blue bar next to the settings).

`edit "editor.background": "#000000", by removing a zero, then saving (screen turns red) then re-adding the zero and saving

Where did you do this? User settings or workspace settings?

To open the user settings JSON, run Preferences: Open User Settings (JSON)
To open the workspace settings JSON, run Preferences: Open Workspace Settings (JSON)

@cjolivier01
Copy link
Author

cjolivier01 commented Jul 2, 2020

only settings i ever usually edit are in workspace .vscode/settings.json
I keep the .vscode stuff in a github repo so i can duplicate it everywhere. i don’t even know where the other settings files are :)

@aeschli
Copy link
Contributor

aeschli commented Jul 2, 2020

Ok, that's the workspace settings.

The bug that you are seeing is #101433. It's fixed in the latest insiders.

@aeschli aeschli closed this as completed Jul 2, 2020
@cjolivier01
Copy link
Author

I installed 1.47.0-insider and the problem did not go away. I even uninstalled and reinstalled everything clean.

@aeschli
Copy link
Contributor

aeschli commented Jul 3, 2020

Ok, sorry for that, the commit got delayed, bit is in now. Please try with Monday's update.

5069ddc

@aeschli aeschli closed this as completed Jul 3, 2020
@github-actions github-actions bot locked and limited conversation to collaborators Aug 17, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
info-needed Issue requires more information from poster
Projects
None yet
Development

No branches or pull requests

2 participants