mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 12:04:04 +01:00
Revert Python docstring color (#184938)
Revert b4368691e9
all color themes: treat comment docstrings as comments too (#182162)
This commit is contained in:
@@ -27,11 +27,7 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Comments",
|
||||
"scope": [
|
||||
"comment",
|
||||
"string.quoted.docstring"
|
||||
],
|
||||
"scope": "comment",
|
||||
"settings": {
|
||||
"foreground": "#515151"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user