Created
October 4, 2023 08:56
-
-
Save taking/21700ef734fa809ecebb21668432e55f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"editor.fontFamily": "Hack, D2Coding, Consolas, Menlo, Monaco, 'Courier New', monospace", | |
"editor.fontSize": 17, | |
"editor.tabSize": 2, | |
"editor.wordWrap": "on", | |
"editor.wrappingIndent": "indent", | |
"editor.fontLigatures": true, | |
"editor.rulers": [100, 120], | |
"editor.cursorBlinking": "phase", | |
"editor.guides.indentation": true, | |
"editor.codeActionsOnSave": { | |
}, | |
"editor.lineHeight" : 26, | |
"editor.suggestSelection" : "first", | |
"editor.renderLineHighlight" : "gutter", | |
"editor.suggest.showStatusBar": true, | |
"files.eol": "\n", | |
"terminal.integrated.fontSize": 18, | |
"ActiveFileInStatusBar.enable": true, | |
"ActiveFileInStatusBar.fullpath": true, | |
"ActiveFileInStatusBar.revealFile": false, | |
// Theme & Icon Start | |
"workbench.iconTheme": "vscode-icons", | |
"workbench.colorTheme": "Theme" | |
"workbench.statusBar.visible": true, | |
"workbench.activityBar.visible": true, | |
"vsicons.dontShowNewVersionMessage": true, // vscode-icons | |
// Theme & Icon Stop | |
// "editor.formatOnSave": false, | |
// auto-close-tag Start | |
"auto-close-tag.SublimeText3Mode": true, | |
"auto-close-tag.activationOnLanguage": [ | |
"html", | |
"xml", | |
"php", | |
"css", | |
"javascript", | |
"js", | |
"vue" | |
], | |
// auto-close-tag End | |
// indentRainbow Start | |
"indentRainbow.ignoreErrorLanguages" : [ | |
"markdown" | |
], | |
// indentRainbow End | |
// Gitmoji Start | |
"gitmoji.additionalEmojis": [ | |
{ | |
"emoji": "๐", | |
"code": ":bug:", | |
"description": "Fix a bug.", | |
"description_ko_kr": "BUG ์์ ","remote.SSH.remotePlatform": {"coder-vscode--taking--nw":"linux","coder-vscode--taking--gedge--main":"linux","coder-vscode--taking--nw--main":"linux"} | |
}, | |
{ | |
"emoji": "๐", | |
"code": ":ambulance:", | |
"description": "Critical hotfix.", | |
"description_zh_cn": "ํฌ๋ฆฌํฐ์ปฌ ๊ธด๊ธ์์ " | |
} | |
], | |
"remote.SSH.remotePlatform": {"coder-vscode--taking--nw--main":"linux","coder-vscode--taking--nw":"linux","coder-vscode--taking--java":"linux"}, | |
"terminal.integrated.env.osx": { | |
"FIG_NEW_SESSION": "1" | |
} | |
// Gitmoji End | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment