Git Product home page Git Product logo

vscodesetting's People

Watchers

 avatar

vscodesetting's Issues

第一次版本

{
"terminal.integrated.shell.windows": "C:\Program Files\Git\bin\bash.exe",
"breadcrumbs.enabled": true,
"editor.tabSize": 2,
"editor.renderWhitespace": "boundary",
"editor.cursorBlinking": "smooth",
"editor.minimap.renderCharacters": false,
"editor.fontLigatures": true,
"editor.formatOnSave": false,
"explorer.confirmDragAndDrop": false,
"extensions.autoUpdate": false,
"files.insertFinalNewline": true,
"git.autofetch": true,
"git.path": "C:\Program Files\Git\bin\git.exe",
"search.exclude": {
"/node_modules": true,
"
/dist": true
},
"vetur.format.defaultFormatter.js": "vscode-typescript",
"vetur.format.defaultFormatterOptions": {
"js-beautify-html": {
// "wrap_attributes": "force-aligned",
"wrap_line_length": 120,
"wrap_attributes": "auto",
"end_with_newline": false
// #vue组件中html代码格式化样式
},
"prettier": {
"semi": true,
"printWidth": 100,
"singleQuote": true,
"wrapAttributes": false,
"sortAttributes": false
}
},
"files.autoSave": "off",
"[vue]": {
"editor.defaultFormatter": "octref.vetur"
},
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"editor.quickSuggestions": {
"strings": true
},
"typescript.locale": "en",
"window.titleBarStyle": "custom",
"window.title": "${dirty}${activeEditorMedium}${separator}${rootName}",
"window.zoomLevel": 0,
"workbench.activityBar.visible": true,
// "workbench.colorTheme": "Plastic - deprioritised punctuation",
"workbench.iconTheme": "vscode-icons",
"workbench.startupEditor": "newUntitledFile",
"eslint.validate": [
"javascript",
"javascriptreact",
"vue"
],
//  #去掉代码结尾的分号
"prettier.semi": true,
"typescript.validate.enable": false,
"vsicons.projectDetection.autoReload": true,
"javascript.format.insertSpaceBeforeFunctionParenthesis": false,
"vsicons.dontShowNewVersionMessage": true,
"tslint.autoFixOnSave": true,
"debugwrapper.wrappers": {
"default": "console.log('$eSEL', $SEL)"
},
"prettier.singleQuote": true,
"prettier.tslintIntegration": true,
"cSpell.userWords": [
"Unmount"
],
"editor.wordWrap": "on",
"jest.autoEnable": false,
"[javascript]": {
"editor.defaultFormatter": "dbaeumer.vscode-eslint"
},
"eslint.codeActionsOnSave.mode": "problems",
"emmet.extensionsPath": "",
"eslint.format.enable": true,
"vetur.format.defaultFormatter.html": "js-beautify-html",
"editor.minimap.enabled": false,
"eslint.codeAction.showDocumentation": {

"enable": true

},
"settingsSync.ignoredSettings": [

],
}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.