반응형
// Place your key bindings in this file to override the defaultsauto[]
[
{
"key": "cmd+1",
"command": "eslint.executeAutofix"
},
{
"key": "`",
"command": "editor.action.triggerSuggest",
"when": "editorTextFocus"
},
{
"key": "cmd+space",
"command": "-editor.action.triggerSuggest",
"when": "editorTextFocus"
},
{
"key": "`",
"command": "editor.action.triggerSuggest",
"when": "editorHasCompletionItemProvider && textInputFocus && !editorReadonly"
},
{
"key": "ctrl+space",
"command": "-editor.action.triggerSuggest",
"when": "editorHasCompletionItemProvider && textInputFocus && !editorReadonly"
}
]






{

"workbench.iconTheme": "material-icon-theme",
"workbench.colorTheme": "Default High Contrast",
"prettier.singleQuote": true,
"vtools.autoHideDelay": 0,
"vtools.autoHideSideBar": true,
"editor.snippetSuggestions": "none",
"vtools.autoHideBottomBar": true,
"javascript.preferences.quoteStyle": "single",
"window.zoomLevel": 0,
"explorer.confirmDelete": false,
"explorer.confirmDragAndDrop": false,
"javascript.updateImportsOnFileMove.enabled": "always",
"prettier.trailingComma": "all",
"eslint.packageManager": "yarn",
"prettier.jsxSingleQuote": true,
"git.autofetch": true,
"git.confirmSync": false,
"git.enableSmartCommit": true,
"liveshare.guestApprovalRequired": true,
"files.associations": {
"*.js": "javascriptreact"
},
"prettier.arrowParens": "always",
"prettier.jsxBracketSameLine": true,
"prettier.tabWidth": 4,
"workbench.colorCustomizations": {
"terminal.foreground": "#00FD61",
"terminalCursor.background": "#A5A2A2",
"terminalCursor.foreground": "#DB2D20",
"terminal.ansiBlack": "#090300",
"terminal.ansiBlue": "#01A0E4",
"terminal.ansiBrightBlack": "#5C5855",
"terminal.ansiBrightBlue": "#01A0E4",
"terminal.ansiBrightCyan": "#060a0c",
"terminal.ansiBrightGreen": "#01A252",
"terminal.ansiBrightMagenta": "#A16A94",
"terminal.ansiBrightRed": "#DB2D20",
"terminal.ansiBrightWhite": "#F7F7F7",
"terminal.ansiBrightYellow": "#FDED02",
"terminal.ansiCyan": "#B5E4F4",
"terminal.ansiGreen": "#01A252",
"terminal.ansiMagenta": "#A16A94",
"terminal.ansiRed": "#DB2D20",
"terminal.ansiWhite": "#A5A2A2",
"terminal.ansiYellow": "#FDED02"
}
}


반응형
by 발전소장 에르 :) 2019. 2. 19. 12:24