Created
November 13, 2020 14:05
-
-
Save swinton/59dfcb97d0bc93ae7388a3fac4bf8e78 to your computer and use it in GitHub Desktop.
GraphQL | IssueTimelineItemsConnection usage
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
resource(url: "https://github.com/microsoft/vscode/issues/10121") { | |
... on Issue { | |
url | |
title | |
timelineItems(first: 50, itemTypes: [CROSS_REFERENCED_EVENT]) { | |
edges { | |
node { | |
... on CrossReferencedEvent { | |
source { | |
... on Issue { | |
url | |
title | |
} | |
... on PullRequest { | |
url | |
title | |
} | |
} | |
} | |
} | |
} | |
pageInfo { | |
endCursor | |
hasNextPage | |
} | |
} | |
} | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"data": { | |
"resource": { | |
"url": "https://github.com/microsoft/vscode/issues/10121", | |
"title": "Allow for floating windows", | |
"timelineItems": { | |
"edges": [ | |
{ | |
"node": { | |
"source": { | |
"url": "https://github.com/microsoft/vscode/issues/10147", | |
"title": "Can't drag tab out of workspace to move to new window" | |
} | |
} | |
}, | |
{ | |
"node": { | |
"source": { | |
"url": "https://github.com/microsoft/vscode/issues/11747", | |
"title": "floting panels; undock panels and move them around" | |
} | |
} | |
}, | |
{ | |
"node": { | |
"source": { | |
"url": "https://github.com/microsoft/vscode/issues/17064", | |
"title": "Allow to Undock Editor Panel" | |
} | |
} | |
}, | |
{ | |
"node": { | |
"source": { | |
"url": "https://github.com/microsoft/vscode/issues/2686", | |
"title": "Support to open a project folder in multiple VS Code windows" | |
} | |
} | |
}, | |
{ | |
"node": { | |
"source": { | |
"url": "https://github.com/microsoft/vscode/issues/367", | |
"title": "Allow detachable multiple windows on the same workspace" | |
} | |
} | |
}, | |
{ | |
"node": { | |
"source": { | |
"url": "https://github.com/microsoft/vscode/issues/8073", | |
"title": "UI and UX overhaul" | |
} | |
} | |
}, | |
{ | |
"node": { | |
"source": { | |
"url": "https://github.com/microsoft/vscode/issues/15038", | |
"title": "Allow for floating and/or movable sidebar views" | |
} | |
} | |
}, | |
{ | |
"node": { | |
"source": { | |
"url": "https://github.com/microsoft/vscode/issues/28431", | |
"title": "Improve usability on portrait monitors" | |
} | |
} | |
}, | |
{ | |
"node": { | |
"source": { | |
"url": "https://github.com/microsoft/vscode/issues/5218", | |
"title": "Allow to open same folder in multiple windows" | |
} | |
} | |
}, | |
{ | |
"node": { | |
"source": { | |
"url": "https://github.com/microsoft/vscode/issues/14525", | |
"title": "Allow to undock the sidebar into a new window" | |
} | |
} | |
}, | |
{ | |
"node": { | |
"source": { | |
"url": "https://github.com/microsoft/vscode/issues/39889", | |
"title": "Feature request: panel as a separate window" | |
} | |
} | |
}, | |
{ | |
"node": { | |
"source": { | |
"url": "https://github.com/microsoft/vscode/issues/40399", | |
"title": "Split multiwindow" | |
} | |
} | |
}, | |
{ | |
"node": { | |
"source": { | |
"url": "https://github.com/jacobdufault/cquery/issues/277", | |
"title": "[VSCode] Support multiple windows sharing a cquery server" | |
} | |
} | |
}, | |
{ | |
"node": { | |
"source": { | |
"url": "https://github.com/microsoft/vscode/issues/14909", | |
"title": "Support a grid layout for editors" | |
} | |
} | |
}, | |
{ | |
"node": { | |
"source": { | |
"url": "https://github.com/microsoft/vscode/issues/41597", | |
"title": "Feature request: Dockable Console" | |
} | |
} | |
}, | |
{ | |
"node": { | |
"source": { | |
"url": "https://github.com/microsoft/vscode/issues/41061", | |
"title": "Iteration Plan for January 2018" | |
} | |
} | |
}, | |
{ | |
"node": { | |
"source": { | |
"url": "https://github.com/microsoft/vscode/issues/41834", | |
"title": "Feature: Add support to use editor on multiple monitors" | |
} | |
} | |
}, | |
{ | |
"node": { | |
"source": { | |
"url": "https://github.com/microsoft/vscode/issues/41967", | |
"title": "Enable the Problem Toolbar to be used into a separate window?" | |
} | |
} | |
}, | |
{ | |
"node": { | |
"source": { | |
"url": "https://github.com/James-Yu/LaTeX-Workshop/issues/391", | |
"title": "Feature Request: SyncTex support for 3rd party pdf viewers" | |
} | |
} | |
}, | |
{ | |
"node": { | |
"source": { | |
"url": "https://github.com/microsoft/vscode/issues/43361", | |
"title": "Iteration Plan for February 2018" | |
} | |
} | |
}, | |
{ | |
"node": { | |
"source": { | |
"url": "https://github.com/microsoft/vscode/issues/43607", | |
"title": "Perform showOpenedFileInNewWindow by dragging a tab out of the current window - like Sublime or IntelliJ IDEA" | |
} | |
} | |
}, | |
{ | |
"node": { | |
"source": { | |
"url": "https://github.com/fabiospampinato/vscode-terminals/issues/9", | |
"title": "[RFC] Support for split terminals" | |
} | |
} | |
}, | |
{ | |
"node": { | |
"source": { | |
"url": "https://github.com/atom-archive/xray/issues/49", | |
"title": "Question about Electron restrictions" | |
} | |
} | |
}, | |
{ | |
"node": { | |
"source": { | |
"url": "https://github.com/microsoft/vscode/issues/46839", | |
"title": " Multi window support for the explorer tab" | |
} | |
} | |
}, | |
{ | |
"node": { | |
"source": { | |
"url": "https://github.com/microsoft/vscode/issues/47369", | |
"title": "Iteration Plan for April 2018" | |
} | |
} | |
}, | |
{ | |
"node": { | |
"source": { | |
"url": "https://github.com/microsoft/vscode/issues/32818", | |
"title": "Drag markdown preview to New Window" | |
} | |
} | |
}, | |
{ | |
"node": { | |
"source": { | |
"url": "https://github.com/microsoft/vscode/issues/6560", | |
"title": "Allow to open different windows with different permissions" | |
} | |
} | |
}, | |
{ | |
"node": { | |
"source": { | |
"url": "https://github.com/Alexey-T/CudaText/issues/1457", | |
"title": "Floating windows?" | |
} | |
} | |
}, | |
{ | |
"node": { | |
"source": { | |
"url": "https://github.com/microsoft/vscode/issues/51483", | |
"title": "Iteration Plan for June 2018" | |
} | |
} | |
}, | |
{ | |
"node": { | |
"source": { | |
"url": "https://github.com/microsoft/vscode/issues/52215", | |
"title": "Allow undock and drag the terminal/debug/output windows to a secondary monitor" | |
} | |
} | |
}, | |
{ | |
"node": { | |
"source": { | |
"url": "https://github.com/microsoft/vscode/issues/53332", | |
"title": "Multi-Screen Support" | |
} | |
} | |
}, | |
{ | |
"node": { | |
"source": { | |
"url": "https://github.com/microsoft/vscode/issues/53300", | |
"title": "Create new instance from a tab" | |
} | |
} | |
}, | |
{ | |
"node": { | |
"source": { | |
"url": "https://github.com/microsoft/vscode/issues/45094", | |
"title": "Allow to zoom only the current instance and not all" | |
} | |
} | |
}, | |
{ | |
"node": { | |
"source": { | |
"url": "https://github.com/microsoft/vscode/issues/53551", | |
"title": "MacOS: Extra Monitor support" | |
} | |
} | |
}, | |
{ | |
"node": { | |
"source": { | |
"url": "https://github.com/microsoft/vscode/issues/34442", | |
"title": "Extract the integrated terminal" | |
} | |
} | |
}, | |
{ | |
"node": { | |
"source": { | |
"url": "https://github.com/microsoft/vscode/issues/54290", | |
"title": "Allow for moving panels" | |
} | |
} | |
}, | |
{ | |
"node": { | |
"source": { | |
"url": "https://github.com/github/octoverse2018/issues/41", | |
"title": "Top Emojis" | |
} | |
} | |
}, | |
{ | |
"node": { | |
"source": { | |
"url": "https://github.com/microsoft/vscode/issues/56112", | |
"title": "Allow splitting the integrated terminal in both directions" | |
} | |
} | |
}, | |
{ | |
"node": { | |
"source": { | |
"url": "https://github.com/microsoft/vscode/issues/57029", | |
"title": "Allow panel placement among editor grids" | |
} | |
} | |
}, | |
{ | |
"node": { | |
"source": { | |
"url": "https://github.com/microsoft/vscode/issues/10546", | |
"title": "Tabs for integrated terminal" | |
} | |
} | |
}, | |
{ | |
"node": { | |
"source": { | |
"url": "https://github.com/microsoft/vscode/issues/57763", | |
"title": "No oportunity to work on multi-screen environment." | |
} | |
} | |
}, | |
{ | |
"node": { | |
"source": { | |
"url": "https://github.com/microsoft/vscode/issues/60480", | |
"title": "Can't drag Visual Studio Code to the secondary taskbar" | |
} | |
} | |
}, | |
{ | |
"node": { | |
"source": { | |
"url": "https://github.com/microsoft/vscode/issues/60703", | |
"title": "Feature Request: Ability to drag the file-editing block into a separate window" | |
} | |
} | |
}, | |
{ | |
"node": { | |
"source": { | |
"url": "https://github.com/microsoft/vscode/issues/61099", | |
"title": "Floating find/replace widget" | |
} | |
} | |
}, | |
{ | |
"node": { | |
"source": { | |
"url": "https://github.com/microsoft/vscode/issues/10026", | |
"title": "Navigate through explorer by typing start of file/folder name" | |
} | |
} | |
}, | |
{ | |
"node": { | |
"source": { | |
"url": "https://github.com/PowerShell/vscode-powershell/issues/492", | |
"title": "Add option to launch and debug external powershell.exe" | |
} | |
} | |
}, | |
{ | |
"node": { | |
"source": { | |
"url": "https://github.com/microsoft/vscode/issues/62249", | |
"title": "Can't create new window by dragging a tab out of current window" | |
} | |
} | |
}, | |
{ | |
"node": { | |
"source": { | |
"url": "https://github.com/microsoft/vscode/issues/63465", | |
"title": "Multi-file search results are very hard to skim and use" | |
} | |
} | |
}, | |
{ | |
"node": { | |
"source": { | |
"url": "https://github.com/microsoft/vscode/issues/63707", | |
"title": "Disable git when there is no workspace" | |
} | |
} | |
} | |
], | |
"pageInfo": { | |
"endCursor": "Y3Vyc29yOnYyOpPPAAABZ0Tx9ZgCqTgxNTc4Njk0Mg==", | |
"hasNextPage": false | |
} | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment