Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions Extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3146,6 +3146,7 @@
"type": "cppdbg",
"label": "C++ (GDB/LLDB)",
"languages": [
"ada",
"c",
"cpp",
"cuda-cpp",
Expand Down Expand Up @@ -4893,6 +4894,7 @@
"label": "C++ (Windows)",
"when": "workspacePlatform == windows",
"languages": [
"ada",
"c",
"cpp",
"cuda-cpp",
Expand Down Expand Up @@ -5289,6 +5291,9 @@
}
],
"breakpoints": [
{
"language": "ada"
},
{
"language": "c"
},
Expand Down