Skip to content

Commit d6620fa

Browse files
author
Jackson Kearl
committed
Add extCpp as alias for extC++ command.
1 parent 102f0d0 commit d6620fa

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.github/commands.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,19 @@
221221
"addLabel": "*caused-by-extension",
222222
"comment": "It looks like this is caused by the C++ extension. Please file it with the repository [here](https://github.com/Microsoft/vscode-cpptools). Make sure to check their issue reporting template and provide them relevant information such as the extension version you're using. See also our [issue reporting](https://aka.ms/vscodeissuereporting) guidelines for more information.\n\nHappy Coding!"
223223
},
224+
{
225+
"type": "comment",
226+
"name": "extCpp",
227+
"allowUsers": [
228+
"cleidigh",
229+
"usernamehw",
230+
"gjsjohnmurray",
231+
"IllusionMH"
232+
],
233+
"action": "close",
234+
"addLabel": "*caused-by-extension",
235+
"comment": "It looks like this is caused by the C++ extension. Please file it with the repository [here](https://github.com/Microsoft/vscode-cpptools). Make sure to check their issue reporting template and provide them relevant information such as the extension version you're using. See also our [issue reporting](https://aka.ms/vscodeissuereporting) guidelines for more information.\n\nHappy Coding!"
236+
},
224237
{
225238
"type": "comment",
226239
"name": "extTS",

0 commit comments

Comments
 (0)