zoukankan      html  css  js  c++  java
  • VS Code配置

    {
    "files.autoSave": "afterDelay",
    "editor.tabSize": 4,
    "workbench.editor.enablePreview": false,
    "window.zoomLevel": 0,
    "workbench.statusBar.visible": true,
    "editor.wordWrap": "off",
    "workbench.sideBar.location": "left",
    "editor.minimap.enabled": false,
    "explorer.confirmDelete": false,
    "editor.detectIndentation": false,
    "javascript.format.insertSpaceBeforeFunctionParenthesis": true,
    "files.exclude": {
    "node_modules/": true,
    ".idea/": true,
    ".svn/": true,
    ".vscode/": true,
    "**/.map": true,
    },
    "editor.suggest.snippetsPreventQuickSuggestions": false,
    "terminal.integrated.rendererType": "dom",
    "editor.quickSuggestions": {
    "strings": true
    },
    "terminal.integrated.shell.windows": "C:\Windows\System32\cmd.exe",
    "editor.fontWeight": "500",
    "files.associations": {
    "*.html": "html",
    "*.vue": "vue",
    "*.cjson": "jsonc",
    "*.wxss": "css",
    "*.wxs": "javascript"
    },
    "beautify.language": {
    "js": {
    "type": [
    "javascript",
    "json"
    ],
    "filename": [
    ".jshintrc",
    ".jsbeautify"
    ]
    },
    "css": [
    "css",
    "scss"
    ],
    "html": [
    "htm",
    "html",
    "vue"
    ]
    },
    "vsicons.dontShowNewVersionMessage": true,
    "emmet.includeLanguages": {
    "wxml": "html"
    },
    "minapp-vscode.disableAutoConfig": true,
    "cssrem.rootFontSize":16,
    "cssrem.fixedDigits": 2,
    "editor.renderControlCharacters": false,
    "editor.fontSize": 16
    }
  • 相关阅读:
    7.25
    7.24
    7.23
    7.22
    输入语句/条件运算符
    flowLayoutPanel1设置内容随着鼠标滚动而滚动
    dataGridView读取xml文件
    读文本内容 写入文本内容 创建复制文本
    cmd.ExecuteScalar 和配置连接设置
    $.ajax async同步加载
  • 原文地址:https://www.cnblogs.com/L807192770/p/11319891.html
Copyright © 2011-2022 走看看