Skip to content

Commit 5e96765

Browse files
Add Ada to the list of supported languages (#10475) (#10476)
To allow debugging Ada projects with GDB.
1 parent 9b49182 commit 5e96765

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Extension/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3146,6 +3146,7 @@
31463146
"type": "cppdbg",
31473147
"label": "C++ (GDB/LLDB)",
31483148
"languages": [
3149+
"ada",
31493150
"c",
31503151
"cpp",
31513152
"cuda-cpp",
@@ -4893,6 +4894,7 @@
48934894
"label": "C++ (Windows)",
48944895
"when": "workspacePlatform == windows",
48954896
"languages": [
4897+
"ada",
48964898
"c",
48974899
"cpp",
48984900
"cuda-cpp",
@@ -5289,6 +5291,9 @@
52895291
}
52905292
],
52915293
"breakpoints": [
5294+
{
5295+
"language": "ada"
5296+
},
52925297
{
52935298
"language": "c"
52945299
},

0 commit comments

Comments
 (0)