Skip to content

Commit 68bc964

Browse files
chuckriessean-mcmanus
authored andcommitted
Contribute breakpoints for the "rust" language (#9484)
* Contribute breakpoints for the "rust" language Since rust code can be debugged with this extension, contribute breakpoints for the "rust" language such that the workaround of "allow breakpoints in all files" is no longer required.
1 parent a8bae9e commit 68bc964

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

Extension/package.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2841,7 +2841,8 @@
28412841
"languages": [
28422842
"c",
28432843
"cpp",
2844-
"cuda-cpp"
2844+
"cuda-cpp",
2845+
"rust"
28452846
],
28462847
"_aiKeyComment": "Ignore 'Property aiKey is not allowed'. See https://github.com/microsoft/vscode/issues/76493",
28472848
"aiKey": "AIF-d9b70cd4-b9f9-4d70-929b-a071c400b217",
@@ -3519,7 +3520,8 @@
35193520
"languages": [
35203521
"c",
35213522
"cpp",
3522-
"cuda-cpp"
3523+
"cuda-cpp",
3524+
"rust"
35233525
],
35243526
"_aiKeyComment": "Ignore 'Property aiKey is not allowed'. See https://github.com/microsoft/vscode/issues/76493",
35253527
"aiKey": "AIF-d9b70cd4-b9f9-4d70-929b-a071c400b217",
@@ -3923,6 +3925,9 @@
39233925
},
39243926
{
39253927
"language": "cuda"
3928+
},
3929+
{
3930+
"language": "rust"
39263931
}
39273932
],
39283933
"jsonValidation": [
@@ -4549,4 +4554,4 @@
45494554
"y18n": "^5.0.5",
45504555
"minimist": "^1.2.6"
45514556
}
4552-
}
4557+
}

0 commit comments

Comments
 (0)