We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b49182 commit 5e96765Copy full SHA for 5e96765
Extension/package.json
@@ -3146,6 +3146,7 @@
3146
"type": "cppdbg",
3147
"label": "C++ (GDB/LLDB)",
3148
"languages": [
3149
+ "ada",
3150
"c",
3151
"cpp",
3152
"cuda-cpp",
@@ -4893,6 +4894,7 @@
4893
4894
"label": "C++ (Windows)",
4895
"when": "workspacePlatform == windows",
4896
4897
4898
4899
4900
@@ -5289,6 +5291,9 @@
5289
5291
}
5290
5292
],
5293
"breakpoints": [
5294
+ {
5295
+ "language": "ada"
5296
+ },
5297
{
5298
"language": "c"
5299
},
0 commit comments