adding default container extensions (#514)

This commit is contained in:
Kjell Hedström - seeking Senior Engineering roles as well as contract opportunities 2023-12-06 20:23:58 -07:00 committed by GitHub
parent 5980182db0
commit 4c1194720a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,10 @@
"vscode": {
"settings": {},
"extensions": [
"streetsidesoftware.code-spell-checker"
"streetsidesoftware.code-spell-checker",
"genieai.chatgpt-vscode",
"ms-vscode.cpptools-extension-pack",
"ms-vscode.cpptools"
]
}
}