更新 'settings.json'
This commit is contained in:
parent
17f79398a2
commit
27a00303f5
|
@ -53,49 +53,6 @@
|
|||
"numbers": "#008000",
|
||||
"types": "#400080",
|
||||
},
|
||||
// "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,
|
||||
"explorer.autoReveal": false,
|
||||
"editor.minimap.maxColumn": 80,
|
||||
|
|
Loading…
Reference in New Issue