-
Notifications
You must be signed in to change notification settings - Fork 720
Closed
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugverifiedVerification succeededVerification succeeded
Milestone
Description
- Extension version: 0.60
- VSCode Version: 1.76.0
- OS: Linux x86_64
Version: 1.76.0
Commit: 92da9481c0904c6adfe372c12da3b7748d74bdcb
Date: 2023-03-01T10:25:16.105Z
Browser: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Code/1.76.0 Chrome/102.0.5005.196 Electron/19.1.11 Safari/537.36
Steps to Reproduce:
-
Set
githubIssues.queriesas shown below insettings.json(repro seems more consistent with more queries but it's also possible with a single one)"githubIssues.queries": [ { "label": "All issues of microsoft/vscode 1", "query": "org:microsoft state:open repo:microsoft/vscode" }, { "label": "All issues of microsoft/vscode 2", "query": "org:microsoft state:open repo:microsoft/vscode" }, { "label": "All issues of microsoft/vscode 3", "query": "org:microsoft state:open repo:microsoft/vscode" }, { "label": "All issues of microsoft/vscode 4", "query": "org:microsoft state:open repo:microsoft/vscode" }, ]
-
Wait for the next issue refresh (on settings.json save event, manually triggered by clicking the refresh button or when restarting VSCode)
-
VSCode crashes with The window terminated unexpectedly (reason: 'crashed', code '133')
Logfile created with code <workspace> --profile <repro_profile> --log trace --verbose &> trace.log: trace.log
I used a empty VSCode profile with only GitHub.vscode-pull-request-github installed and githubIssues.queries set as mentioned above.
Extension version 0.56 is the last version that does not crash.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugverifiedVerification succeededVerification succeeded