Skip to content

Commit

Permalink
adding default container extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
KjellKod committed Dec 6, 2023
1 parent 626191a commit 2a2db54
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
}
}
Expand All @@ -28,4 +31,4 @@

// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
// "remoteUser": "root"
}
}

0 comments on commit 2a2db54

Please sign in to comment.