vscode setting

发布时间 2023-07-28 02:07:18作者: 暗物质系
{
    "workbench.iconTheme": "material-icon-theme",
    "window.restoreWindows": "none",
    "window.commandCenter": false,
    "files.autoSave": "onFocusChange",
    "editor.formatOnSave": true,
    "editor.wordWrap": "on",
    "editor.rulers": [
        120
    ],
    "python.formatting.autopep8Args": [
        "--max-line-length=120"
    ],
    "notebook.formatOnSave.enabled": true,
    "redhat.telemetry.enabled": false,
    "git.confirmSync": false,
    "[python]": {
        "editor.defaultFormatter": "ms-python.python"
    },
    "python.languageServer": "Pylance",
    "vscode-office.previewCode": false,
}