GitHub Issue NotebooksThe VS Code GitHub Issue notebook extension enables you to run issue queries from within VS Code so that queries and results are displayed interleaved - just like in other notebook applications. Getting Started
FeaturesThe following features are currently supported
Query SyntaxThis extension supports to search for issues and pull requests using GitHub search queries (https://help.github.com/en/github/searching-for-information-on-github/searching-issues-and-pull-requests). In addition, variables can be defined and OR-queries can be used. Approximation of the grammer:
Note that new line characters always terminate an expression. SamplesA few sample queries from the vscode-project, paste each into a separate code cell Define variables for vscode and the current milestone (May 2020):
All current bugs I have created that are closed but not yet verified (using above variables):
All issues that affect performance (startup, freezing, leakage):
|