Skip to content

Commit

Permalink
Add Ada to the list of supported languages (#10475) (#10476)
Browse files Browse the repository at this point in the history
To allow debugging Ada projects with GDB.
  • Loading branch information
AnthonyLeonardoGracio authored Feb 9, 2023
1 parent 9b49182 commit 5e96765
Showing 1 changed file with 5 additions and 0 deletions.
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

0 comments on commit 5e96765

Please sign in to comment.