Skip to content

Commit c7edc99

Browse files
authored
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 4d0912e commit c7edc99

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
@@ -2871,7 +2871,8 @@
28712871
"languages": [
28722872
"c",
28732873
"cpp",
2874-
"cuda-cpp"
2874+
"cuda-cpp",
2875+
"rust"
28752876
],
28762877
"_aiKeyComment": "Ignore 'Property aiKey is not allowed'. See https://github.com/microsoft/vscode/issues/76493",
28772878
"aiKey": "AIF-d9b70cd4-b9f9-4d70-929b-a071c400b217",
@@ -3549,7 +3550,8 @@
35493550
"languages": [
35503551
"c",
35513552
"cpp",
3552-
"cuda-cpp"
3553+
"cuda-cpp",
3554+
"rust"
35533555
],
35543556
"_aiKeyComment": "Ignore 'Property aiKey is not allowed'. See https://github.com/microsoft/vscode/issues/76493",
35553557
"aiKey": "AIF-d9b70cd4-b9f9-4d70-929b-a071c400b217",
@@ -3953,6 +3955,9 @@
39533955
},
39543956
{
39553957
"language": "cuda"
3958+
},
3959+
{
3960+
"language": "rust"
39563961
}
39573962
],
39583963
"jsonValidation": [
@@ -4582,4 +4587,4 @@
45824587
"y18n": "^5.0.5",
45834588
"minimist": "^1.2.6"
45844589
}
4585-
}
4590+
}

0 commit comments

Comments
 (0)