Skip to content

Instantly share code, notes, and snippets.

@tboydar
Forked from doggy8088/settings.json
Created August 2, 2018 15:30
Show Gist options
  • Save tboydar/682cc12dd7d7dbdcad8d2fe21582644e to your computer and use it in GitHub Desktop.
Save tboydar/682cc12dd7d7dbdcad8d2fe21582644e to your computer and use it in GitHub Desktop.
Will 保哥的 VSCode 使用者設定檔
{
"explorer.openEditors.visible": 0,
"workbench.colorTheme": "Default Light+",
"workbench.iconTheme": "vscode-simpler-icons",
"workbench.sideBar.location": "right",
"editor.wordWrap": "on",
"editor.fontFamily": "'Microsoft YaHei Mono', Consolas, 'Noto Sans CJK TC Medium', 'Courier New', monospace",
"editor.fontLigatures": true,
"editor.renderIndentGuides": false,
"editor.multiCursorModifier": "ctrlCmd",
"editor.minimap.renderCharacters": false,
"editor.formatOnSave": false,
"editor.minimap.enabled": false,
"prettier.singleQuote": true,
"typescript.referencesCodeLens.enabled": false,
"typescript.updateImportsOnFileMove.enabled": "always",
"tslint.enable": true,
"tslint.autoFixOnSave": true,
"movets.skipWarning": true,
"html.suggest.angular1": false,
"html.suggest.ionic": false,
"[html]": {
"editor.autoIndent": false
},
"csharp.format.enable": false,
"csharpfixformat.style.enabled": true,
"csharpfixformat.style.spaces.beforeParenthesis": false,
"csharpfixformat.style.braces.onSameLine": false,
"csharpfixformat.style.newline.elseCatch": true,
"git.autofetch": true,
"git.enableCommitSigning": false,
"files.associations": {
"*.csproj": "msbuild"
},
"terminal.integrated.shell.windows": "C:\\WINDOWS\\System32\\cmd.exe",
"terminal.integrated.experimentalTextureCachingStrategy": "dynamic",
"auto-rename-tag.activationOnLanguage": [
"html",
"xml",
"php"
],
"liveServer.settings.donotShowInfoMsg": true,
"liveServer.settings.donotVerifyTags": true,
"todohighlight.include": [
"**/*.js",
"**/*.jsx",
"**/*.ts",
"**/*.tsx",
"**/*.html",
"**/*.php",
"**/*.css",
"**/*.scss",
"**/*.cs"
],
"docker.languageserver.diagnostics.instructionJSONInSingleQuotes": "warning",
"gitlens.advanced.messages": {
"suppressShowKeyBindingsNotice": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment