Skip to content

Commit

Permalink
Added VS Code sttings suppress updates messages and prompts at startup
Browse files Browse the repository at this point in the history
  • Loading branch information
martinbond7 committed Apr 2, 2024
1 parent 1fc78bc commit f04b120
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
{
"update.mode": "none",
"extensions.autoCheckUpdates": false,
"extensions.autoUpdate": false,
"extensions.ignoreRecommendations": true,
"files.associations": {
"array": "cpp",
"*.tcc": "cpp",
Expand Down Expand Up @@ -38,4 +42,4 @@
"cinttypes": "cpp"
},
"python.pythonPath": "python3"
}
}

0 comments on commit f04b120

Please sign in to comment.