|
15 | 15 | "type": "label",
|
16 | 16 | "name": "*question",
|
17 | 17 | "action": "close",
|
| 18 | + "reason": "not_planned", |
18 | 19 | "comment": "We closed this issue because it is a question about using VS Code rather than an issue or feature request. Please search for help on [StackOverflow](https://aka.ms/vscodestackoverflow), where the community has already answered thousands of similar questions. You may find their [guide on asking a new question](https://aka.ms/vscodestackoverflowquestion) helpful if your question has not already been asked. See also our [issue reporting guidelines](https://aka.ms/vscodeissuereporting).\n\nHappy Coding!"
|
19 | 20 | },
|
20 | 21 | {
|
21 | 22 | "type": "label",
|
22 | 23 | "name": "*dev-question",
|
23 | 24 | "action": "close",
|
| 25 | + "reason": "not_planned", |
24 | 26 | "comment": "We have a great developer community [over on slack](https://aka.ms/vscode-dev-community) where extension authors help each other. This is a great place for you to ask questions and find support.\n\nHappy Coding!"
|
25 | 27 | },
|
26 | 28 | {
|
27 | 29 | "type": "label",
|
28 | 30 | "name": "*extension-candidate",
|
29 | 31 | "action": "close",
|
| 32 | + "reason": "not_planned", |
30 | 33 | "comment": "We try to keep VS Code lean and we think the functionality you're asking for is great for a VS Code extension. Maybe you can already find one that suits you in the [VS Code Marketplace](https://aka.ms/vscodemarketplace). Just in case, in a few simple steps you can get started [writing your own extension](https://aka.ms/vscodewritingextensions). See also our [issue reporting guidelines](https://aka.ms/vscodeissuereporting).\n\nHappy Coding!"
|
31 | 34 | },
|
32 | 35 | {
|
33 | 36 | "type": "label",
|
34 | 37 | "name": "*not-reproducible",
|
35 | 38 | "action": "close",
|
| 39 | + "reason": "not_planned", |
36 | 40 | "comment": "We closed this issue because we are unable to reproduce the problem with the steps you describe. Chances are we've already fixed your problem in a recent version of VS Code. If not, please ask us to reopen the issue and provide us with more detail. Our [issue reporting guidelines](https://aka.ms/vscodeissuereporting) might help you with that.\n\nHappy Coding!"
|
37 | 41 | },
|
38 | 42 | {
|
39 | 43 | "type": "label",
|
40 | 44 | "name": "*out-of-scope",
|
41 | 45 | "action": "close",
|
| 46 | + "reason": "not_planned", |
42 | 47 | "comment": "We closed this issue because we [don't plan to address it](https://aka.ms/vscode-out-of-scope) in the foreseeable future. If you disagree and feel that this issue is crucial: we are happy to listen and to reconsider.\n\nIf you wonder what we are up to, please see our [roadmap](https://aka.ms/vscoderoadmap) and [issue reporting guidelines](https://aka.ms/vscodeissuereporting).\n\nThanks for your understanding, and happy coding!"
|
43 | 48 | },
|
44 | 49 | {
|
|
57 | 62 | "type": "label",
|
58 | 63 | "name": "*caused-by-extension",
|
59 | 64 | "action": "close",
|
| 65 | + "reason": "not_planned", |
60 | 66 | "comment": "This issue is caused by an extension, please file it with the repository (or contact) the extension has linked in its overview in VS Code or the [marketplace](https://aka.ms/vscodemarketplace) for VS Code. See also our [issue reporting guidelines](https://aka.ms/vscodeissuereporting).\n\nHappy Coding!"
|
61 | 67 | },
|
62 | 68 | {
|
63 | 69 | "type": "label",
|
64 | 70 | "name": "*as-designed",
|
65 | 71 | "action": "close",
|
| 72 | + "reason": "not_planned", |
66 | 73 | "comment": "The described behavior is how it is expected to work. If you disagree, please explain what is expected and what is not in more detail. See also our [issue reporting guidelines](https://aka.ms/vscodeissuereporting).\n\nHappy Coding!"
|
67 | 74 | },
|
68 | 75 | {
|
|
104 | 111 | "type": "label",
|
105 | 112 | "name": "*duplicate",
|
106 | 113 | "action": "close",
|
| 114 | + "reason": "not_planned", |
107 | 115 | "comment": "Thanks for creating this issue! We figured it's covering the same as another one we already have. Thus, we closed this one as a duplicate. You can search for [similar existing issues](${duplicateQuery}). See also our [issue reporting guidelines](https://aka.ms/vscodeissuereporting).\n\nHappy Coding!"
|
108 | 116 | },
|
109 | 117 | {
|
|
185 | 193 | "IllusionMH"
|
186 | 194 | ],
|
187 | 195 | "action": "close",
|
| 196 | + "reason": "completed", |
188 | 197 | "addLabel": "unreleased"
|
189 | 198 | },
|
190 | 199 | {
|
|
222 | 231 | "type": "label",
|
223 | 232 | "name": "*off-topic",
|
224 | 233 | "action": "close",
|
| 234 | + "reason": "not_planned", |
225 | 235 | "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 guidelines](https://aka.ms/vscodeissuereporting).\n\nHappy Coding!"
|
226 | 236 | },
|
227 | 237 | {
|
|
234 | 244 | "IllusionMH"
|
235 | 245 | ],
|
236 | 246 | "action": "close",
|
| 247 | + "reason": "not_planned", |
237 | 248 | "addLabel": "*caused-by-extension",
|
238 | 249 | "comment": "It looks like this is caused by the Python extension. Please file the issue to the [Python extension repository](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 guidelines](https://aka.ms/vscodeissuereporting) for more information.\n\nHappy Coding!"
|
239 | 250 | },
|
|
247 | 258 | "IllusionMH"
|
248 | 259 | ],
|
249 | 260 | "action": "close",
|
| 261 | + "reason": "not_planned", |
250 | 262 | "addLabel": "*caused-by-extension",
|
251 | 263 | "comment": "It looks like this is caused by the Jupyter extension. Please file the issue to the [Jupyter extension repository](https://github.com/microsoft/vscode-jupyter). 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!"
|
252 | 264 | },
|
|
260 | 272 | "IllusionMH"
|
261 | 273 | ],
|
262 | 274 | "action": "close",
|
| 275 | + "reason": "not_planned", |
263 | 276 | "addLabel": "*caused-by-extension",
|
264 | 277 | "comment": "It looks like this is caused by the C extension. Please file the issue to the [C extension repository](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 guidelines](https://aka.ms/vscodeissuereporting) for more information.\n\nHappy Coding!"
|
265 | 278 | },
|
|
273 | 286 | "IllusionMH"
|
274 | 287 | ],
|
275 | 288 | "action": "close",
|
| 289 | + "reason": "not_planned", |
276 | 290 | "addLabel": "*caused-by-extension",
|
277 | 291 | "comment": "It looks like this is caused by the C++ extension. Please file the issue to the [C++ extension repository](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 guidelines](https://aka.ms/vscodeissuereporting) for more information.\n\nHappy Coding!"
|
278 | 292 | },
|
|
286 | 300 | "IllusionMH"
|
287 | 301 | ],
|
288 | 302 | "action": "close",
|
| 303 | + "reason": "not_planned", |
289 | 304 | "addLabel": "*caused-by-extension",
|
290 | 305 | "comment": "It looks like this is caused by the C++ extension. Please file the issue to the [C++ extension repository](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 guidelines](https://aka.ms/vscodeissuereporting) for more information.\n\nHappy Coding!"
|
291 | 306 | },
|
|
299 | 314 | "IllusionMH"
|
300 | 315 | ],
|
301 | 316 | "action": "close",
|
| 317 | + "reason": "not_planned", |
302 | 318 | "addLabel": "*caused-by-extension",
|
303 | 319 | "comment": "It looks like this is caused by the TypeScript language service. Please file the issue to the [TypeScript repository](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 guidelines](https://aka.ms/vscodeissuereporting) for more information.\n\nHappy Coding!"
|
304 | 320 | },
|
|
312 | 328 | "IllusionMH"
|
313 | 329 | ],
|
314 | 330 | "action": "close",
|
| 331 | + "reason": "not_planned", |
315 | 332 | "addLabel": "*caused-by-extension",
|
316 | 333 | "comment": "It looks like this is caused by the TypeScript/JavaScript language service. Please file the issue to the [TypeScript repository](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 guidelines](https://aka.ms/vscodeissuereporting) for more information.\n\nHappy Coding!"
|
317 | 334 | },
|
|
325 | 342 | "IllusionMH"
|
326 | 343 | ],
|
327 | 344 | "action": "close",
|
| 345 | + "reason": "not_planned", |
328 | 346 | "addLabel": "*caused-by-extension",
|
329 | 347 | "comment": "It looks like this is caused by the C# extension. Please file the issue to the [C# extension repository](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 guidelines](https://aka.ms/vscodeissuereporting) for more information.\n\nHappy Coding!"
|
330 | 348 | },
|
|
351 | 369 | "IllusionMH"
|
352 | 370 | ],
|
353 | 371 | "action": "close",
|
| 372 | + "reason": "not_planned", |
354 | 373 | "addLabel": "*caused-by-extension",
|
355 | 374 | "comment": "It looks like this is caused by the PowerShell extension. Please file the issue to the [PowerShell extension repository](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 guidelines](https://aka.ms/vscodeissuereporting) for more information.\n\nHappy Coding!"
|
356 | 375 | },
|
|
364 | 383 | "IllusionMH"
|
365 | 384 | ],
|
366 | 385 | "action": "close",
|
| 386 | + "reason": "not_planned", |
367 | 387 | "addLabel": "*caused-by-extension",
|
368 | 388 | "comment": "It looks like this is caused by the LiveShare extension. Please file the issue to the [LiveShare repository](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 guidelines](https://aka.ms/vscodeissuereporting) for more information.\n\nHappy Coding!"
|
369 | 389 | },
|
|
377 | 397 | "IllusionMH"
|
378 | 398 | ],
|
379 | 399 | "action": "close",
|
| 400 | + "reason": "not_planned", |
380 | 401 | "addLabel": "*caused-by-extension",
|
381 | 402 | "comment": "It looks like this is caused by the Docker extension. Please file the issue to the [Docker extension repository](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 guidelines](https://aka.ms/vscodeissuereporting) for more information.\n\nHappy Coding!"
|
382 | 403 | },
|
|
390 | 411 | "IllusionMH"
|
391 | 412 | ],
|
392 | 413 | "action": "close",
|
| 414 | + "reason": "not_planned", |
393 | 415 | "addLabel": "*caused-by-extension",
|
394 | 416 | "comment": "It looks like this is caused by the Java extension. Please file the issue to the [Java extension repository](https://github.com/redhat-developer/vscode-java). Make sure to check their [troubleshooting instructions](https://github.com/redhat-developer/vscode-java/wiki/Troubleshooting) and provide 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!"
|
395 | 417 | },
|
|
403 | 425 | "IllusionMH"
|
404 | 426 | ],
|
405 | 427 | "action": "close",
|
| 428 | + "reason": "not_planned", |
406 | 429 | "addLabel": "*caused-by-extension",
|
407 | 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!"
|
408 | 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!" |
| 445 | + }, |
409 | 446 | {
|
410 | 447 | "type": "comment",
|
411 | 448 | "name": "gifPlease",
|
|
439 | 476 | "type": "label",
|
440 | 477 | "name": "*workspace-trust-docs",
|
441 | 478 | "action": "close",
|
| 479 | + "reason": "not_planned", |
442 | 480 | "comment": "This issue appears to be the result of the new workspace trust feature shipped in June 2021. This security-focused feature has major impact on the functionality of VS Code. Due to the volume of issues, we ask that you take some time to review our [comprehensive documentation](https://aka.ms/vscode-workspace-trust) on the feature. If your issue is still not resolved, please let us know."
|
443 | 481 | },
|
444 | 482 | {
|
|
0 commit comments