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: .devcontainer/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -99,7 +99,7 @@ Next, let's try debugging.
99
99
100
100
2. Go to your local VS Code client, and use the **Run / Debug** view to launch the **VS Code** configuration. (Typically the default, so you can likely just press <kbd>F5</kbd>).
101
101
102
-
> **Note:** If launching times out, you can increase the value of `timeout` in the "VS Code", "Attach Main Process", "Attach Extension Host", and "Attach to Shared Process" configurations in [launch.json](../../.vscode/launch.json). However, running `./scripts/code.sh` first will set up Electron which will usually solve timeout issues.
102
+
> **Note:** If launching times out, you can increase the value of `timeout` in the "VS Code", "Attach Main Process", "Attach Extension Host", and "Attach to Shared Process" configurations in [launch.json](../.vscode/launch.json). However, running `./scripts/code.sh` first will set up Electron which will usually solve timeout issues.
103
103
104
104
3. After a bit, Code - OSS will appear with the debugger attached!
Please take a moment and deeply reflect on all the steps you took and think if there would have been a piece of information which would have allowed you to work faster (take less steps).
6
+
7
+
The file .vscode/project.instructions.md has been already provided to you. Edit the file such that it would contain information which would have made you work faster. Please don't make this too specific to this task, but rather something that is generic but useful enought to ensure speed-ups in the future for other tasks.
I need your help with the following problem. Please take a look, understand the request in depth, and if the request makes sense, research it, understand the existing code, then suggest a clear plan with steps to take to address the request.
Copy file name to clipboardExpand all lines: .github/commands.json
+57Lines changed: 57 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -538,5 +538,62 @@
538
538
"addLabel": "info-needed",
539
539
"removeLabel": "~confirmation-needed",
540
540
"comment": "Please diagnose the root cause of the issue by running the command `F1 > Help: Troubleshoot Issue` and following the instructions. Once you have done that, please update the issue with the results.\n\nHappy Coding!"
541
+
},
542
+
{
543
+
"type": "label",
544
+
"name": "~chat-rate-limiting",
545
+
"removeLabel": "~chat-rate-limiting",
546
+
"action": "close",
547
+
"reason": "not_planned",
548
+
"comment": "This issue is a duplicate of https://github.com/microsoft/vscode-copilot-release/issues/2627. Please refer to that issue for updates and discussions. Feel free to open a new issue if you think this is a different problem."
549
+
},
550
+
{
551
+
"type": "label",
552
+
"name": "~chat-request-failed",
553
+
"removeLabel": "~chat-request-failed",
554
+
"action": "close",
555
+
"reason": "not_planned",
556
+
"comment": "This issue is a duplicate of https://github.com/microsoft/vscode-copilot-release/issues/4332. Please refer to that issue for updates and discussions. Feel free to open a new issue if you think this is a different problem."
557
+
},
558
+
{
559
+
"type": "label",
560
+
"name": "~chat-rai-content-filters",
561
+
"removeLabel": "~chat-rai-content-filters",
562
+
"action": "close",
563
+
"reason": "not_planned",
564
+
"comment": "This issue is a duplicate of https://github.com/microsoft/vscode-copilot-release/issues/2625. Please refer to that issue for updates and discussions. Feel free to open a new issue if you think this is a different problem."
565
+
},
566
+
{
567
+
"type": "label",
568
+
"name": "~chat-public-code-blocking",
569
+
"removeLabel": "~chat-public-code-blocking",
570
+
"action": "close",
571
+
"reason": "not_planned",
572
+
"comment": "This issue is a duplicate of https://github.com/microsoft/vscode-copilot-release/issues/2626. Please refer to that issue for updates and discussions. Feel free to open a new issue if you think this is a different problem."
573
+
},
574
+
{
575
+
"type": "label",
576
+
"name": "~chat-lm-unavailable",
577
+
"removeLabel": "~chat-lm-unavailable",
578
+
"action": "close",
579
+
"reason": "not_planned",
580
+
"comment": "This issue is a duplicate of https://github.com/microsoft/vscode-copilot-release/issues/2116. Please refer to that issue for updates and discussions. Feel free to open a new issue if you think this is a different problem."
581
+
},
582
+
{
583
+
"type": "label",
584
+
"name": "~chat-authentication",
585
+
"removeLabel": "~chat-authentication",
586
+
"action": "close",
587
+
"reason": "not_planned",
588
+
"comment": "Please look at the following meta issue: https://github.com/microsoft/vscode-copilot-release/issues/11078, if the bug you are experiencing is not there, please comment on this closed issue thread so we can re-open it.",
589
+
"assign": ["TylerLeonhardt"]
590
+
},
591
+
{
592
+
"type": "label",
593
+
"name": "~chat-no-response-returned",
594
+
"removeLabel": "~chat-no-response-returned",
595
+
"action": "close",
596
+
"reason": "not_planned",
597
+
"comment": "Please look at the following meta issue: https://github.com/microsoft/vscode-copilot-release/issues/7034. Please refer to that issue for updates and discussions. Feel free to open a new issue if you think this is a different problem."
0 commit comments