Skip to content

Commit 53de9e0

Browse files
author
Jackson Kearl
committed
Add "caused by extension" commands
1 parent 222b508 commit 53de9e0

4 files changed

Lines changed: 133 additions & 3 deletions

File tree

.github/commands.json

Lines changed: 130 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,5 +163,135 @@
163163
"name": "*off-topic",
164164
"action": "close",
165165
"comment": "Thanks for creating this issue. We think this issue is unactionable or unrelated to the goals of this project. Please follow our [issue reporting](https://aka.ms/vscodeissuereporting) guidelines.\n\nHappy Coding!"
166+
},
167+
{
168+
"type": "comment",
169+
"name": "cbePython",
170+
"allowUsers": [
171+
"cleidigh",
172+
"usernamehw",
173+
"gjsjohnmurray",
174+
"IllusionMH"
175+
],
176+
"action": "close",
177+
"addLabel": "*caused-by-extension",
178+
"coment": "It looks like this is caused by the Python extension. Please file it with the repository [here](https://github.com/Microsoft/vscode-python). 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!"
179+
},
180+
{
181+
"type": "comment",
182+
"name": "cbeC",
183+
"allowUsers": [
184+
"cleidigh",
185+
"usernamehw",
186+
"gjsjohnmurray",
187+
"IllusionMH"
188+
],
189+
"action": "close",
190+
"addLabel": "*caused-by-extension",
191+
"coment": "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!"
192+
},
193+
{
194+
"type": "comment",
195+
"name": "cbeC++",
196+
"allowUsers": [
197+
"cleidigh",
198+
"usernamehw",
199+
"gjsjohnmurray",
200+
"IllusionMH"
201+
],
202+
"action": "close",
203+
"addLabel": "*caused-by-extension",
204+
"coment": "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!"
205+
},
206+
{
207+
"type": "comment",
208+
"name": "cbeTS",
209+
"allowUsers": [
210+
"cleidigh",
211+
"usernamehw",
212+
"gjsjohnmurray",
213+
"IllusionMH"
214+
],
215+
"action": "close",
216+
"addLabel": "*caused-by-extension",
217+
"coment": "It looks like this is caused by the TypeScript language service. Please file it with the repository [here](https://github.com/microsoft/TypeScript/). Make sure to check their [contributing guidelines](https://github.com/microsoft/TypeScript/blob/master/CONTRIBUTING.md) and provide 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!"
218+
},
219+
{
220+
"type": "comment",
221+
"name": "cbeJS",
222+
"allowUsers": [
223+
"cleidigh",
224+
"usernamehw",
225+
"gjsjohnmurray",
226+
"IllusionMH"
227+
],
228+
"action": "close",
229+
"addLabel": "*caused-by-extension",
230+
"coment": "It looks like this is caused by the TypeScript/JavaScript language service. Please file it with the repository [here](https://github.com/microsoft/TypeScript/). Make sure to check their [contributing guidelines](https://github.com/microsoft/TypeScript/blob/master/CONTRIBUTING.md) and provide 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!"
231+
},
232+
{
233+
"type": "comment",
234+
"name": "cbeC#",
235+
"allowUsers": [
236+
"cleidigh",
237+
"usernamehw",
238+
"gjsjohnmurray",
239+
"IllusionMH"
240+
],
241+
"action": "close",
242+
"addLabel": "*caused-by-extension",
243+
"coment": "It looks like this is caused by the C# extension. Please file it with the repository [here](https://github.com/OmniSharp/omnisharp-vscode.git). 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!"
244+
},
245+
{
246+
"type": "comment",
247+
"name": "cbeGo",
248+
"allowUsers": [
249+
"cleidigh",
250+
"usernamehw",
251+
"gjsjohnmurray",
252+
"IllusionMH"
253+
],
254+
"action": "close",
255+
"addLabel": "*caused-by-extension",
256+
"coment": "It looks like this is caused by the Go extension. Please file it with the repository [here](https://github.com/microsoft/vscode-go). Make sure to check their [contributing guidelines](https://github.com/microsoft/vscode-go/blob/master/CONTRIBUTING.md) and provide 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!"
257+
},
258+
{
259+
"type": "comment",
260+
"name": "cbePowershell",
261+
"allowUsers": [
262+
"cleidigh",
263+
"usernamehw",
264+
"gjsjohnmurray",
265+
"IllusionMH"
266+
],
267+
"action": "close",
268+
"addLabel": "*caused-by-extension",
269+
"coment": "It looks like this is caused by the Powershell extension. Please file it with the repository [here](https://github.com/PowerShell/vscode-powershell). 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!"
270+
},
271+
{
272+
"type": "comment",
273+
"name": "cbeLiveShare",
274+
"allowUsers": [
275+
"cleidigh",
276+
"usernamehw",
277+
"gjsjohnmurray",
278+
"IllusionMH"
279+
],
280+
"action": "close",
281+
"addLabel": "*caused-by-extension",
282+
"coment": "It looks like this is caused by the LiveShare extension. Please file it with the repository [here](https://github.com/MicrosoftDocs/live-share). Make sure to check their [contributing guidelines](https://github.com/MicrosoftDocs/live-share/blob/master/CONTRIBUTING.md) and provide 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!"
283+
},
284+
{
285+
"type": "comment",
286+
"name": "cbeDocker",
287+
"allowUsers": [
288+
"cleidigh",
289+
"usernamehw",
290+
"gjsjohnmurray",
291+
"IllusionMH"
292+
],
293+
"action": "close",
294+
"addLabel": "*caused-by-extension",
295+
"coment": "It looks like this is caused by the Docker extension. Please file it with the repository [here](https://github.com/microsoft/vscode-docker). 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!"
166296
}
167297
]

.github/workflows/commands.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
uses: actions/checkout@v2
1414
with:
1515
repository: 'JacksonKearl/vscode-triage-github-actions'
16-
ref: v3
16+
ref: v4
1717
- name: Run Commands
1818
uses: ./commands
1919
with:

.github/workflows/copycat.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
uses: actions/checkout@v2
1212
with:
1313
repository: 'JacksonKearl/vscode-triage-github-actions'
14-
ref: v3
14+
ref: v4
1515
- name: Run CopyCat (JacksonKearl/testissues)
1616
uses: ./copycat
1717
with:

.github/workflows/needs-version-info.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
uses: actions/checkout@v2
1212
with:
1313
repository: 'JacksonKearl/vscode-triage-github-actions'
14-
ref: v3
14+
ref: v4
1515
# - name: Run Needs Version Info
1616
# uses: ./needs-more-info
1717
# with:

0 commit comments

Comments
 (0)