vscode setting配置

{
    "remote.onstartup": true,
    "python.linting.pylintEnabled": false,
    "terminal.integrated.shell.windows": "C:\\WINDOWS\\System32\\cmd.exe",
    "open-in-browser.default":"chrome",
    // "view-in-browser.customBrowser": "C:\\Program Files (x86)\\Google\\Chrome\\Application\\chrome.exe",
    "window.zoomLevel": 0,
    "git.autofetch": true,
    "files.associations": {
        "*.cjson": "jsonc",
        "*.wxss": "css",
        "*.wxs": "javascript",
        "*.html": "html"
    },
    "emmet.includeLanguages": {
        "wxml": "html"
    },
    "minapp-vscode.disableAutoConfig": true,
    // "terminal.integrated.shell.windows": "C:\\Program Files\\Git\\bin\\bash.exe",
    "liveServer.settings.ChromeDebuggingAttachment":true,
    "liveServer.settings.CustomBrowser": "chrome", //设置默认打开的浏览器
    "liveServer.settings.port": 5050, //设置本地服务的端口号
    //配置eslint
    "eslint.autoFixOnSave": true,
    "files.autoSave":"off",
    "eslint.validate": [
       "javascript",
       "javascriptreact",
       "html",
       { "language": "vue", "autoFix": true }
     ],
     "eslint.options": {
        "plugins": ["html"]
     },
     //为了符合eslint的两个空格间隔原则
    "editor.tabSize": 2,
    "python.pythonPath": "C:/Users/Administrator/AppData/Local/Programs/Python/Python37/python.exe",
    // "python.autoComplete.extraPaths": [
    //     "C:/Users/Administrator/AppData/Local/Programs/Python/Python37/",
    //     "C:/Users/Administrator/AppData/Local/Programs/Python/Python37/Lib",
    //     "C:/Users/Administrator/AppData/Local/Programs/Python/Python37/Lib/site-packages",
    //     "C:/Users/Administrator/AppData/Local/Programs/Python/Python37/DLLs",
    //     "C:/Users/Administrator/AppData/Local/Programs/Python/Python37/python.dll"
    // ],
    "python.jediEnabled": false,
    "editor.suggestSelection": "first",
    "vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
    "code-runner.executorMap": {
        "python": "python"
    },
    "code-runner.executorMapByGlob": {
        "*.py": "python"
    },
    "code-runner.defaultLanguage": "python",
    "code-runner.clearPreviousOutput":true,
    "files.exclude": {
        "**/.git": true,
        "**/.svn": true,
        "**/.hg": true,
        "**/CVS": true,
        "**/.DS_Store": true,
        "**/venv": true
    },
    "python.venvPath": "C:\\Users\\Administrator\\Desktop\\aly\\backend",
    "python.venvFolders": [
        "venv"
    ],
    "editor.fontSize": 20
}
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值