vscode

Posted ueeu

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了vscode相关的知识,希望对你有一定的参考价值。

{
    "workbench.iconTheme": "vscode-great-icons",
    "workbench.colorTheme": "One Monokai",
    "sublimeTextKeymap.promptV3Features": true,
    "editor.multiCursorModifier": "ctrlCmd",
    "editor.snippetSuggestions": "top",
    "editor.formatOnPaste": true,
    "files.autoSave": "onFocusChange",
    "editor.fontSize": 16,
    "editor.showFoldingControls": "always",
    "editor.renderLineHighlight": "gutter",
    "emmet.syntaxProfiles": {
        "vue-html": "html",
        "vue": "html"
    },
    "workbench.colorCustomizations": {
        "editorLineNumber.foreground": "#93979E"
    },
    "editor.minimap.showSlider": "always",
    "explorer.confirmDelete": false,
    "terminal.integrated.shell.windows": "C:\\Program Files\\Git\\bin\\bash.exe",
    "gitlens.advanced.messages": {
        "suppressCommitHasNoPreviousCommitWarning": false,
        "suppressCommitNotFoundWarning": false,
        "suppressFileNotUnderSourceControlWarning": false,
        "suppressGitVersionWarning": false,
        "suppressLineUncommittedWarning": false,
        "suppressNoRepositoryWarning": false,
        "suppressUpdateNotice": false,
        "suppressWelcomeNotice": true
    },
    "git.enableSmartCommit": true,
    "git.autofetch": true,
    "emmet.triggerExpansionOnTab": true,
    "editor.tabSize": 2,
    "gitlens.keymap": "alternate"
}

以上是关于vscode的主要内容,如果未能解决你的问题,请参考以下文章

VSCode自定义代码片段——声明函数

VSCode自定义代码片段——.vue文件的模板

VSCode自定义代码片段1——vue主模板

VSCode自定义代码片段8——声明函数

VSCode自定义代码片段——CSS动画

VSCode自定义代码片段6——CSS选择器