Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-04-01add `INotebookEditorModelResolverService#onWillFailWithConflict`-event, relea...Johannes
2022-04-01add commands `vscode.executeNotebookToData` and `vscode.executeDataToNotebook...Johannes
2021-12-31prefer-const in notebooksRob Lourens
2021-11-03#135935 move IUriIdentityService to platformSandeep Somavarapu
2021-08-06notebook - wire in file path association down to modelBenjamin Pasero
2021-08-06notebook - make resolver fit to for untitled resourcesBenjamin Pasero
2021-06-07re-throw and dispose reference when resolving failedJohannes Rieken
2021-05-21fileworkingcopymanager2 => fileworkingcopymanagerBenjamin Pasero
2021-05-19add API to open an untitled notebook, https://github.com/microsoft/vscode/iss...Johannes Rieken
2021-05-11destroy working copy manager when view type is removedJohannes Rieken
2021-05-06Allow to pass `NotebookRegistrationData` when registering serializer or conte...Johannes Rieken
2021-05-05dispose working copy manager when disposing serializer, fyi @bpaseroJohannes Rieken
2021-04-26make sure "Open With..." actually works..., maybe https://github.com/microsof...Johannes Rieken
2021-04-26file working copy - provide "Save As" support and address some issuesBenjamin Pasero
2021-04-23working copy - first cut of a backup restorer that works on new working copy ...Benjamin Pasero
2021-04-21unique working copy type id, stricter view typesJohannes Rieken
2021-04-20adopt typeId for simple notebook working copiesJohannes Rieken
2021-04-19:lipstick:Benjamin Pasero
2021-04-17working copy - extract a workingCopy.ts fileBenjamin Pasero
2021-04-15working copies - first cut typeId supportBenjamin Pasero
2021-04-08make auto-referencing of dirty notebook models simpler and lighterJohannes Rieken
2021-04-06use NotebookEditorInput to work around https://github.com/microsoft/vscode/is...Johannes Rieken
2021-03-31add notebookEditorModelResolverService.isDirty and use that when forwarding e...Johannes Rieken
2021-03-30make sure dirty state of notebooks from simple content provider is reflected ...Johannes Rieken
2021-03-30Merge remote-tracking branch 'origin/main' into notebook/devrebornix
2021-03-25implement saveAs and better resolving/loading, move some files around, split ...Johannes Rieken