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
2021-08-06notebook - make resolver fit to for untitled resourcesBenjamin Pasero
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-25implement saveAs and better resolving/loading, move some files around, split ...Johannes Rieken
2021-03-25Wait for extension registration when resolving notebook viewTypeRob Lourens
2021-03-19remove NotebookService#destoryJohannes Rieken
2021-03-19move notebook save event into notebook editor model service, remove resolve/s...Johannes Rieken
2021-03-19add withNotebookDataProvider as strict variant of getXYZ, sends activation ev...Johannes Rieken
2021-03-18first cut of IFileWorkingCopy adoption, misses saveAs and backsnapshot are im...Johannes Rieken
2021-02-18add IResolvedNotebookEditorModel and use that in most places so that we can r...Johannes Rieken
2021-01-28fix https://github.com/microsoft/vscode/issues/115301Johannes Rieken
2021-01-22fix integration tests.rebornix
2021-01-22fix #114782rebornix
2020-12-24change cell uri fragment format so that opener service doesn't interpret it a...Johannes Rieken
2020-09-17content provider registration without static contribution.rebornix
2020-09-15notebook - refine check for existing notebook of other typeJohannes Rieken
2020-09-14notebook - when creating a notebook, check that no notebook with another view...Johannes Rieken
2020-09-09move dirty state to NotebookEditorModel.rebornix
2020-09-09debt - invoke resolve notebook when opening a notebook in an editor, not when...Johannes Rieken
2020-08-28always keep a reference to dirty notebook models, https://github.com/microsof...Johannes Rieken
2020-08-26ignore transient metadata in diff editor.rebornix
2020-08-26notebook cell editJohannes Rieken
2020-06-12add `INotebookEditorModelResolverService`Johannes Rieken