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