yaosai 2021-03-02 17:25:40
vscode 设置
{
    "files.autoSave": "afterDelay",
    "extensions.ignoreRecommendations": true,
    "terminal.integrated.fontFamily": "Sarasa Term SC",
    "leetcode.endpoint": "leetcode-cn",
    "leetcode.workspaceFolder": "d:\\WorkSpaces\\Algorithm\\leetcode",
    "leetcode.hint.configWebviewMarkdown": false,
    "leetcode.hint.commentDescription": false,
    "leetcode.hint.commandShortcut": false,
    "leetcode.defaultLanguage": "java",
    "http.proxyAuthorization": null,
    "editor.codeActionsOnSave": null
}

