Settings:
{
"window.commandCenter": 1,
"workbench.colorTheme": "Default Light Modern",
"workbench.colorCustomizations": {
"editorCursor.background": "#ff0000",
"editorCursor.foreground": "#ff0000",
"editor.lineHighlightBackground": "#cee1ff",
"editor.lineHighlightBorder": "#cee1ff"
},
"editor.cursorBlinking": "solid",
"editor.fontSize": 13,
"editor.rulers": [80],
"editor.tokenColorCustomizations": {
"textMateRules": [
{
"scope": "keyword.control",
"settings": {
"foreground": "#006518"
}
},
{
"scope": "entity.name.function",
"settings": {
"foreground": "#000000"
}
},
{
"scope": "support.function.js",
"settings": {
"foreground": "#000000"
}
}
]
},
"files.trimTrailingWhitespace": true,
"editor.tabSize": 2,
"editor.renderLineHighlight": "all",
"workbench.editor.tabSizing": "fixed",
"workbench.editor.tabSizingFixedMinWidth": 38,
"editor.wordSeparators": "`~!@#$%^&*()-_=+[{]}\\|;:'\",.<>/?"
}
No comments:
Post a Comment