vscode-settings.json
// James Fancy’s settings{“auto-close-tag.activationOnLanguage”: [“html”,“xml”,“php”],“editor.dragAndDrop”: true,“editor.fontFamily”: [“Source Code Pro”,“华文细黑”,“微软雅黑”],“editor.fontSize”: ...
// James Fancy’s settings
{
“auto-close-tag.activationOnLanguage”: [
“html”,
“xml”,
“php”
],
“editor.dragAndDrop”: true,
“editor.fontFamily”: [
“Source Code Pro”,
“华文细黑”,
“微软雅黑”
],
“editor.fontSize”: 15,
“editor.lineHeight”: 20,
“editor.minimap.enabled”: true,
“editor.minimap.renderCharacters”: false,
“editor.minimap.maxColumn”: 80,
“editor.renderIndentGuides”: true,
“editor.rulers”: [
100,
120
],
“editor.wordWrap”: “on”,
“editor.wrappingIndent”: “indent”,
“eslint.nodePath”: “C:/Users/james/AppData/Local/Yarn/config/global”,
“extensions.autoUpdate”: true,
“extensions.ignoreRecommendations”: true,
“files.autoGuessEncoding”: true,
“files.autoSave”: “afterDelay”,
“files.associations”: {
“*.master”: “html”
},
“files.exclude”: {
“/.svn": true,
"/.git”: true,
“**/.DS_Store”: true
},
“git.confirmSync”: false,
“git.path”: “C:/Program Files/Git/bin/git.exe”,
“java.errors.incompleteClasspath.severity”: “ignore”,
“javascript.format.insertSpaceAfterFunctionKeywordForAnonymousFunctions”: false,
“markdown.preview.fontFamily”: [
“微软雅黑”,
“Segoe WPC”,
“Segoe UI”,
“SFUIText-Light”,
“HelveticaNeue-Light”
],
“markdown.styles”: [
“C:/etc/vscode/markdown/dist/dark.css”
],
“terminal.integrated.shell.windows”: “C:\WINDOWS\System32\cmd.exe”,
“tslint.nodePath”: “C:/Users/james/AppData/Local/Yarn/config/global”,
“typescript.format.insertSpaceAfterFunctionKeywordForAnonymousFunctions”: false,
“typescript.implementationsCodeLens.enabled”: true,
“typescript.referencesCodeLens.enabled”: true,
“typescript.tsdk”: “C:/Users/james/AppData/Local/Yarn/config/global/node_modules/typescript/lib”,
“window.zoomLevel”: 0,
“workbench.iconTheme”: “material-icon-theme”,
“workbench.colorCustomizations”: {
“editorCodeLens.foreground”: “#5a4c36”,
“editorIndentGuide.background”: “#272727”,
“editorRuler.foreground”: “#2f2f2f”,
“editor.lineHighlightBorder”: “#242424”
},
“git.enableSmartCommit”: true
}
开放原子开发者工作坊旨在鼓励更多人参与开源活动,与志同道合的开发者们相互交流开发经验、分享开发心得、获取前沿技术趋势。工作坊有多种形式的开发者活动,如meetup、训练营等,主打技术交流,干货满满,真诚地邀请各位开发者共同参与!
更多推荐
所有评论(0)