diff --git a/Extension/package.json b/Extension/package.json index d807563e0..e3157a79d 100644 --- a/Extension/package.json +++ b/Extension/package.json @@ -2871,7 +2871,8 @@ "languages": [ "c", "cpp", - "cuda-cpp" + "cuda-cpp", + "rust" ], "_aiKeyComment": "Ignore 'Property aiKey is not allowed'. See https://github.com/microsoft/vscode/issues/76493", "aiKey": "AIF-d9b70cd4-b9f9-4d70-929b-a071c400b217", @@ -3549,7 +3550,8 @@ "languages": [ "c", "cpp", - "cuda-cpp" + "cuda-cpp", + "rust" ], "_aiKeyComment": "Ignore 'Property aiKey is not allowed'. See https://github.com/microsoft/vscode/issues/76493", "aiKey": "AIF-d9b70cd4-b9f9-4d70-929b-a071c400b217", @@ -3953,6 +3955,9 @@ }, { "language": "cuda" + }, + { + "language": "rust" } ], "jsonValidation": [ @@ -4582,4 +4587,4 @@ "y18n": "^5.0.5", "minimist": "^1.2.6" } -} \ No newline at end of file +}