vscode c/c++ settings.jsion

{


    "[cpp]": {

        "editor.quickSuggestions": true

        },

    "[c]": {

        "editor.quickSuggestions": true

    },

    "editor.autoClosingBrackets": "always",

    "editor.autoClosingQuotes": "always",

    "files.autoGuessEncoding": true,

    "explorer.confirmDelete": false,

    "update.enableWindowsBackgroundUpdates": false

}

你可能感兴趣的:(vscode c/c++ settings.jsion)