jsonvscode设置(代码片段)

author author     2023-01-18     680

关键词:


    "version": "0.1.0",
    "tasks": [
        
            "taskName": "tests",
            "command": "/Users/alysivji/.virtualenvs/code_everyday/bin/python",
            "args": ["-m", "pytest"],
            "isShellCommand": true,
            "isTestCommand": true,
        
    ]
// Place your settings in this file to overwrite default and user settings.

    // Editor setings
    "editor.fontFamily": "Fira Code",
    "editor.fontSize": 13,
    "editor.fontLigatures": true,
    "editor.lineNumbers": "relative",
    "editor.multiCursorModifier": "alt",
    "editor.rulers": [79, 99],
    "workbench.editor.enablePreview": false,
    "workbench.list.multiSelectModifier": "alt",

    // VSCode Display Settings
    "window.zoomLevel": 0,
    "workbench.activityBar.visible": false,
    "workbench.statusBar.visible": false,
    "zenMode.hideTabs": false,
    "zenMode.centerLayout": false,
    "workbench.iconTheme": "material-icon-theme",
    "workbench.editor.tabSizing": "shrink",
    "workbench.startupEditor": "none",
    "editor.minimap.enabled": false,
    "terminal.integrated.fontFamily": "Source Code Pro",
    "workbench.fontAliasing": "default",
    "problems.decorations.enabled": false,
    "docker.showExplorer": false,
    "files.exclude": 
        "**/.vscode": true,
        "**/.git": true,
        "**/.svn": true,
        "**/.hg": true,
        "**/CVS": true,
        "**/.DS_Store": true,
        "**/__pycache__": true,
        "**/.pyc": true,
        "**/.cache": true,
        "**/.pytest_cache": true,
        "**/.mypy_cache": true,
    ,

    // File Settings
    "files.trimTrailingWhitespace": true,
    "files.insertFinalNewline": true,

    // Python settings
    "python.pythonPath": "/Users/alysivji/.virtualenvs/code_everyday/bin/python",
    "python.linting.enabled": true,
    "python.linting.mypyEnabled": false,
    "python.linting.pylintEnabled": false,
    "python.linting.flake8Enabled": true,
    "python.linting.flake8Args": [
            "" // --ignore=E402
    ],

    // Vim settings
    "vim.mouseSelectionGoesIntoVisualMode": true,

    // GitLens Setting
    "gitlens.currentLine.enabled": false,
    "gitlens.codeLens.enabled": false,
    "gitlens.gitExplorer.enabled": true,
    "gitlens.statusBar.enabled": false,

    // Message settings
    "material-icon-theme.showUpdateMessage": false,
    "gitlens.advanced.messages": 
        "suppressCommitHasNoPreviousCommitWarning": false,
        "suppressCommitNotFoundWarning": false,
        "suppressFileNotUnderSourceControlWarning": false,
        "suppressGitVersionWarning": false,
        "suppressLineUncommittedWarning": false,
        "suppressNoRepositoryWarning": false,
        "suppressResultsExplorerNotice": true,
        "suppressUpdateNotice": false,
        "suppressWelcomeNotice": true
    ,
    "workbench.editor.showTabs": true,
    "workbench.colorTheme": "Dracula",


    // "disableLigatures.ligatures": [
    //     "www"
    // ],

    // // Presentation Settings
    // "workbench.colorTheme": "Default Light+",
    // "editor.rulers": [],

// Place your key bindings in this file to overwrite the defaults
[
    
        "key": "cmd+g",
        "command": "editor.foldAll",
        "when": "editorTextFocus"
    ,
    
        "key": "cmd+h",
        "command": "editor.unfoldAll",
        "when": "editorTextFocus"
    ,
    
        "key": "cmd+y",
        "command": "redo",
        "when": "editorTextFocus && !editorReadonly"
    ,
    
        "key": "ctrl+alt+t",
        "command": "workbench.action.tasks.test"
    ,
    
        "key": "ctrl+alt+k",
        "command": "-code-runner.runCustomCommand"
    ,
    
        "key": "ctrl+alt+j",
        "command": "-code-runner.runByLanguage"
    ,
    
        "key": "cmd+r",
        "command": "workbench.action.openRecent"
    ,
    
        "key": "ctrl+`",
        "command": "workbench.action.terminal.toggleTerminal"
    ,
    
        "key": "ctrl+`",
        "command": "workbench.action.terminal.focus",
        "when": "!terminalFocus"
    
]

jsonvscode设置(代码片段)

查看详情

jsonvscode设置(代码片段)

查看详情

jsonvscode设置(代码片段)

查看详情

jsonvscode设置(代码片段)

查看详情

jsonvscode设置(代码片段)

查看详情

jsonvscode设置(代码片段)

查看详情

jsonvscode设置(代码片段)

查看详情

jsonvscode设置(代码片段)

查看详情

jsonvscode设置(代码片段)

查看详情

jsonvscode用户设置(代码片段)

查看详情

jsonvscode的设置-同步(代码片段)

查看详情

jsonvscode的设置-同步(代码片段)

查看详情

jsonvscode的设置-同步(代码片段)

查看详情

jsonvscode的设置-同步(代码片段)

查看详情

jsonvscode的设置-同步(代码片段)

查看详情

jsonvscode的设置-同步(代码片段)

查看详情

jsonvscode的设置-同步(代码片段)

查看详情

jsonvscode的设置-同步(代码片段)

查看详情