更新 'settings.json'

This commit is contained in:
colin 2021-12-09 19:29:46 +08:00
parent eb1ce87ef9
commit 3322590416
1 changed files with 51 additions and 42 deletions

View File

@ -44,49 +44,58 @@
"--header-insertion=iwyu", "--header-insertion=iwyu",
"--pch-storage=disk", "--pch-storage=disk",
], ],
"editor.semanticHighlighting.enabled": true, "editor.tokenColorCustomizations": {
"editor.semanticTokenColorCustomizations": { "comments":"#7c7c7c",
"enabled": true, "keywords": "#808000",
"rules": { "variables": "#000000",
"parameter": "#723030", "strings": "#008080",
"class": { "functions": "#800000",
"foreground": "#000000" "numbers": "#008000",
}, "types": "#400080",
"function": {
"foreground": "#800000"
},
"variable": "#000000",
"string": "#008080",
"keyword": "#070000",
"number": "#008000",
"type": "#400080",
"enum": "#397797",
"enumMember": "#397797",
"macro": {
"foreground": "#8f5daf",
},
"method": {
"foreground": "#000000",
},
"comment": "#7c7c7c",
"namespace": {
"foreground": "#000000",
},
"*.readonly": {
// "fontStyle": "bold"
},
"variable.readonly": {
"foreground": "#8f5daf",
},
"*.static": {
"fontStyle": "italic"
},
"property": {
"foreground": "#000000",
// "fontStyle": "underline"
},
}
}, },
// "editor.semanticHighlighting.enabled": true,
// "editor.semanticTokenColorCustomizations": {
// "enabled": true,
// "rules": {
// "parameter": "#723030",
// "class": {
// "foreground": "#000000"
// },
// "function": {
// "foreground": "#800000"
// },
// "variable": "#000000",
// "string": "#008080",
// "keyword": "#070000",
// "number": "#008000",
// "type": "#400080",
// "enum": "#397797",
// "enumMember": "#397797",
// "macro": {
// "foreground": "#8f5daf",
// },
// "method": {
// "foreground": "#000000",
// },
// "comment": "#7c7c7c",
// "namespace": {
// "foreground": "#000000",
// },
// "*.readonly": {
// // "fontStyle": "bold"
// },
// "variable.readonly": {
// "foreground": "#8f5daf",
// },
// "*.static": {
// "fontStyle": "italic"
// },
// "property": {
// "foreground": "#000000",
// // "fontStyle": "underline"
// },
// }
// },
"terminal.integrated.scrollback": 10000, "terminal.integrated.scrollback": 10000,
"explorer.autoReveal": false, "explorer.autoReveal": false,
"editor.minimap.maxColumn": 80, "editor.minimap.maxColumn": 80,