Skip to content

Commit bdb0a92

Browse files
authored
Add codespaces extension command (microsoft#157700)
1 parent 06f2a63 commit bdb0a92

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/commands.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -429,6 +429,20 @@
429429
"addLabel": "*caused-by-extension",
430430
"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!"
431431
},
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!"
445+
},
432446
{
433447
"type": "comment",
434448
"name": "gifPlease",

0 commit comments

Comments
 (0)