zoukankan      html  css  js  c++  java
  • 记录自己的vscode配置

    上图:

    setting.json

      1 {
      2     "git.enableSmartCommit": true,
      3     "git.confirmSync": false,
      4     "git.autofetch": true,
      5     "editor.tabCompletion": "on",
      6     "workbench.colorCustomizations": {
      7         "activityBar.background": "#111111",
      8         "activityBarBadge.background": "#ff0000",
      9         "list.activeSelectionForeground": "#00b7ff",
     10         "list.inactiveSelectionForeground": "#00ff9d",
     11         "list.highlightForeground": "#ff0000",
     12         "scrollbarSlider.activeBackground": "#FFA00050",
     13         "editorSuggestWidget.highlightForeground": "#33ff00",
     14         "textLink.foreground": "#00ff37",
     15         "progressBar.background": "#FFA000",
     16         "pickerGroup.foreground": "#FFA000",
     17         "tab.activeBorder": "#FFA000",
     18         "notificationLink.foreground": "#FFA000",
     19         "editorWidget.resizeBorder": "#FFA000",
     20         "editorWidget.border": "#FFA000",
     21         "settings.modifiedItemIndicator": "#FFA000",
     22         "settings.headerForeground": "#FFA000",
     23         "panelTitle.activeBorder": "#FFA000",
     24         "breadcrumb.activeSelectionForeground": "#FFA000",
     25         "menu.selectionForeground": "#FFA000",
     26         "menubar.selectionForeground": "#FFA000",
     27         "editor.selectionBackground": "#aa0000",
     28         "editor.foreground": "#ac8d00"
     29     },
     30     "editor.fontSize": 16,
     31     "editor.lineHeight": 24,
     32     // These are for subliminal, check them out.
     33     "editor.hideCursorInOverviewRuler": true,
     34     "editor.lineNumbers": "on",
     35     "editor.overviewRulerBorder": false,
     36     "editor.renderIndentGuides": false,
     37     "editor.renderLineHighlight": "none",
     38     "editor.quickSuggestions": true,
     39     // end subliminal changes
     40     "editor.fontFamily": "'Cascadia Code','Fira Code', 'Operator Mono', 'iA Writer Duospace', 'Source Code Pro', Menlo, Monaco, monospace",
     41     "editor.formatOnSave": true,
     42     "editor.fontLigatures": true,
     43     "editor.wordWrap": "on",
     44     "editor.detectIndentation": true,
     45     "editor.minimap.enabled": true,
     46     "editor.minimap.renderCharacters": false,
     47     "workbench.editor.enablePreview": false,
     48     "emmet.includeLanguages": {
     49         "javascript": "javascriptreact",
     50         "jsx-sublime-babel-tags": "javascriptreact",
     51         "wxml": "html"
     52     },
     53     "emmet.triggerExpansionOnTab": true,
     54     "emmet.showExpandedAbbreviation": "never",
     55     "workbench.statusBar.visible": true,
     56     "workbench.activityBar.visible": true,
     57     "workbench.editor.showIcons": false,
     58     "editor.multiCursorModifier": "ctrlCmd",
     59     "explorer.confirmDelete": false,
     60     "window.zoomLevel": 1,
     61     "javascript.updateImportsOnFileMove.enabled": "always",
     62     "editor.cursorBlinking": "smooth",
     63     "editor.fontWeight": "500",
     64     "editor.mouseWheelZoom": true,
     65     "[php]": {
     66         "editor.defaultFormatter": "bmewburn.vscode-intelephense-client"
     67     },
     68     "backgroundCover.randomImageFolder": "d:\picture\Girls\[HuaYang花漾] Vol.047 女神@周于希 - 镂空内衣写真",
     69     "backgroundCover.opacity": 0.5,
     70     "merge-conflict.autoNavigateNextConflict.enabled": false,
     71     "sync.quietSync": false,
     72     "sync.removeExtensions": true,
     73     "sync.syncExtensions": true,
     74     "sync.autoDownload": false,
     75     "sync.autoUpload": false,
     76     "sync.forceDownload": false,
     77     "breadcrumbs.enabled": true,
     78     "sync.gist": "659602ebbe47d7967a71404a30b56f35",
     79     "files.autoSave": "onWindowChange",
     80     "editor.formatOnPaste": true,
     81     "terminal.integrated.cursorBlinking": true,
     82     "terminal.integrated.enableBell": true,
     83     "terminal.integrated.cursorStyle": "line",
     84     "terminal.integrated.shell.windows": "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe",
     85     "debug.allowBreakpointsEverywhere": true,
     86     "workbench.iconTheme": "vscode-icons",
     87     "backgroundCover.autoStatus": true,
     88     "php.validate.executablePath": "D:\phpstudy_pro\Extensions\php\php7.3.4nts\php.exe",
     89     "editor.renderWhitespace": "none",
     90     "workbench.colorTheme": "One Dark Pro",
     91     "sync.forceUpload": true,
     92     "vsicons.dontShowNewVersionMessage": true,
     93     "files.associations": {
     94         "*.cjson": "jsonc",
     95         "*.wxss": "css",
     96         "*.wxs": "javascript"
     97     },
     98     "minapp-vscode.disableAutoConfig": true,
     99     "javascript.implicitProjectConfig.experimentalDecorators": true,
    100     "terminal.integrated.rendererType": "dom",
    101     "backgroundCover.imagePath": "d:\picture\Girls\[HuaYang花漾] Vol.047 女神@周于希 - 镂空内衣写真\35.jpg",
    102     "[javascript]": {
    103         "editor.defaultFormatter": "esbenp.prettier-vscode"
    104     },
    105     "[javascriptreact]": {
    106         "editor.copyWithSyntaxHighlighting": true,
    107         "editor.formatOnType": true,
    108         "editor.tabCompletion": "onlySnippets",
    109         "editor.defaultFormatter": "esbenp.prettier-vscode"
    110     },
    111     "prettier.jsxSingleQuote": true,
    112     "prettier.printWidth": 150,
    113     "prettier.singleQuote": true,
    114     "prettier.tabWidth": 4,
    115     "prettier.useTabs": true,
    116     "explorer.confirmDragAndDrop": false,
    117     "prettier.semi": false,
    118     "ycy.reminderViewIntervalInMinutes": 45,
    119     "ycy.title": "爸爸,爸爸,多喝热水,该休息啦~",
    120     "[json]": {
    121         "editor.defaultFormatter": "esbenp.prettier-vscode"
    122     },
    123     "workbench.sideBar.location": "left",
    124     "diffEditor.ignoreTrimWhitespace": false,
    125 }
  • 相关阅读:
    Spring事务的一些基本知识(一)
    Redis管道
    Spring事务的一些基本知识(四)大事务的危害与优化
    登录页面测试点
    朋友圈点赞用例的设计点
    面向对象
    函数的重载
    构造代码块和静态代码块,构造函数的执行
    单例设计模式
    三分查找(2020icp南京F)
  • 原文地址:https://www.cnblogs.com/sw-3/p/12048154.html
Copyright © 2011-2022 走看看