zoukankan      html  css  js  c++  java
  • VSCode编辑器用户设置

    {
    "gitlens.advanced.messages": {
    "suppressCommitHasNoPreviousCommitWarning": false,
    "suppressCommitNotFoundWarning": false,
    "suppressFileNotUnderSourceControlWarning": false,
    "suppressGitVersionWarning": false,
    "suppressLineUncommittedWarning": false,
    "suppressNoRepositoryWarning": false,
    "suppressUpdateNotice": false,
    "suppressWelcomeNotice": true
    },
    "workbench.colorTheme": "Dracula",
    "editor.tabSize": 2,
    "terminal.integrated.shell.windows": "C:\Program Files\Git\bin\bash.exe",
    "powermode.enabled": true,
    "powermode.presets": "particles",
    "vetur.format.defaultFormatter.js": "vscode-typescript",
    "vetur.format.defaultFormatter.html": "js-beautify-html",
    "vetur.format.defaultFormatterOptions": {
    "wrap_attributes": "force-aligned"
    },
    "javascript.format.insertSpaceBeforeFunctionParenthesis": true,
    "editor.formatOnSave": true,
    "editor.quickSuggestions": {
    "strings": true
    },
    "sublimeTextKeymap.promptV3Features": true,
    "workbench.panel.location": "bottom",
    "files.autoSave": "off",
    "window.zoomLevel": 1
    }

  • 相关阅读:
    SNOI 2019 字符串
    1068: [SCOI2007]压缩
    POJ 1848 Tree 树形DP
    BZOJ bzoj1396 识别子串
    BZOJ 4503: 两个串
    BZOJ 2302: [HAOI2011]Problem c(数学+DP)
    BZOJ 3157: 国王奇遇记 (数学)
    CF_528D
    BZOJ 3000: Big Number (数学)
    新の开始
  • 原文地址:https://www.cnblogs.com/cwzqianduan/p/8967872.html
Copyright © 2011-2022 走看看