글
반응형
// 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"
}
}
반응형
'프로그래밍발전소 ♫' 카테고리의 다른 글
오라클 클라우드 인스턴스의 포트열기 How to open instance's port of Oracle Cloud (0) | 2020.09.27 |
---|---|
오라클 클라우드 인스턴스 생성법 how to create Instance Of Oracle Cloud. (0) | 2020.09.27 |
리뷰) 이것이 C++이다! Feat.한빛미디어 (0) | 2018.09.17 |
한빛) 엔지니어를 위한 블록체인 프로그래밍.txt (0) | 2018.07.11 |
한빛미디어 ) 이것이 자바다. (0) | 2018.04.12 |
RECENT COMMENT