diff --git a/.vscode/settings.json b/.vscode/settings.json index 643c6b7..d8f50ce 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,4 +1,8 @@ { + "update.mode": "none", + "extensions.autoCheckUpdates": false, + "extensions.autoUpdate": false, + "extensions.ignoreRecommendations": true, "files.associations": { "array": "cpp", "*.tcc": "cpp", @@ -38,4 +42,4 @@ "cinttypes": "cpp" }, "python.pythonPath": "python3" -} \ No newline at end of file +}