VSCodeRibbon
VSCodeRibbon copied to clipboard
NOT USED: use CodeRibbon-Theia instead
For - Fetching updates - Crash Reporter - Telemetry - Workbench Experiments
Should move the file opener to directly target using the next_available function to determine next patch. Would allow focus and scroll calls to be made both before and after, but...
During an update we need to search through the open editors, ideally in spatial order, need to figure out methods for next child / next of parent / index of...
https://github.com/microsoft/vscode/issues/14909 `workbench.editor.closeEmptyGroups` https://github.com/microsoft/vscode/issues/2755
The workspace layout serialization format could / should be changed to fix a few problems - dropping both left and right patch strips out of memory needs separation within the...
Atom sometimes upgrades the electron version quietly such that small things get broken or worse, (see: scroll-snap behaviour changing for the worse) If similar issues occur, should just be able...
Atom has an ID for every pane, unique within a session, need to find a unique identification for the container of an editor.
Change the VSCode `code` names to `coderibbon` to avoid conflicts, using vscodium build tools to start.
Converting the CR CSS will need to involve rewriting selectors and ensuring the scroll-lock features and flex layouts are all still applicable in this electron version.