您的位置:首页 > Web前端 > JavaScript

vscode-settings.json

2018-10-26 11:30 239 查看

// 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
}

阅读更多
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: