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
+14Lines changed: 14 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -429,6 +429,20 @@
429
429
"addLabel": "*caused-by-extension",
430
430
"comment": "It looks like this is caused by the Java Debugger extension. Please file the issue to the [Java Debugger repository](https://github.com/microsoft/vscode-java-debug). 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 guidelines](https://aka.ms/vscodeissuereporting) for more information.\n\nHappy Coding!"
431
431
},
432
+
{
433
+
"type": "comment",
434
+
"name": "extCodespaces",
435
+
"allowUsers": [
436
+
"cleidigh",
437
+
"usernamehw",
438
+
"gjsjohnmurray",
439
+
"IllusionMH"
440
+
],
441
+
"action": "close",
442
+
"reason": "not_planned",
443
+
"addLabel": "*caused-by-extension",
444
+
"comment": "It looks like this is caused by the Codespaces extension. Please file the issue in the [Codespaces Discussion Forum](http://aka.ms/ghcs-feedback). 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 guidelines](https://aka.ms/vscodeissuereporting) for more information.\n\nHappy Coding!"
0 commit comments