zoukankan      html  css  js  c++  java
  • vscode 配置表

    {
    "git.ignoreMissingGitWarning": true,
    "editor.multiCursorModifier": "ctrlCmd",
    "editor.snippetSuggestions": "top",
    "editor.formatOnPaste": false,
    "files.autoSave": "onFocusChange",
    "workbench.statusBar.visible": true,
    "workbench.activityBar.visible": true,
    "powermode.enabled": true,
    "powermode.presets" :"simple-rift",
    "editor.fontSize": 14,
    "workbench.sideBar.location": "left",
    "liveServer.settings.donotShowInfoMsg": true,
    "editor.tokenColorCustomizations": {
    "comments":"#13994dfc"
    },
    "liveSassCompile.settings.generateMap": false,
    "terminal.integrated.shell.windows": "C:\WINDOWS\System32\cmd.exe",
    "emmet.syntaxProfiles": {
    "vue-html": "html",
    "vue": "html"
    },
    "emmet.includeLanguages": {
    "vue-html": "html",
    "vue": "html",
    "wxml": "html"
    },
    "javascript.preferences.quoteStyle": "single",
    "files.associations": {
    "*.vue": "vue",
    "*.js": "javascript",
    "*.cjson": "jsonc",
    "*.wxss": "css",
    "*.wxs": "javascript",
    "*.wpy": "vue"
    },
    // "eslint.autoFixOnSave": true
    "eslint.validate": [
    "javascript",
    "javascriptreact",
    {
    "language": "vue",
    "autoFix": true
    },
    "vue",
    {
    "language": "wepy",
    "autoFix": true
    },
    "wepy"
    ],
    "eslint.autoFixOnSave": true,
    "vetur.format.defaultFormatter.html": "js-beautify-html",
    "minapp-vscode.disableAutoConfig": true,
    "breadcrumbs.enabled": false,
    "eslint.enable": true,
    "editor.suggestSelection": "first",
    "vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
    "vetur.validation.template": false,
    "vsicons.dontShowNewVersionMessage": true,
    "git.enableSmartCommit": true,
    "files.exclude": {
    "**/.classpath": true,
    "**/.project": true,
    "**/.settings": true,
    "**/.factorypath": true
    }
    }
  • 相关阅读:
    androd Eclipse Ant 批量打包
    Eclipse中不显示Ant,如何操作
    android Eclipse 多渠道打包
    Android 关于tools
    (转)android studio 使用的主要操作
    Android的NDK开发步骤
    AnimatorSet中before与after的理解
    (转)Android webview 调用相机和照片库 实现文件的上传
    混淆的小记录
    Xamarin.Forms on WPF (Win7)
  • 原文地址:https://www.cnblogs.com/wuxu-dl/p/11119057.html
Copyright © 2011-2022 走看看