You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/commands.json
+13Lines changed: 13 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -221,6 +221,19 @@
221
221
"addLabel": "*caused-by-extension",
222
222
"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!"
223
223
},
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!"
0 commit comments