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-05-03return untyped editor input from saveAs (#148614)Johannes Rieken
2022-04-01add commands `vscode.executeNotebookToData` and `vscode.executeDataToNotebook...Johannes
2022-03-28some cancellation error :lipstick:Johannes
2022-03-10history - carry stat data in save event for historyBenjamin Pasero
2022-03-09history - emit save event for working copiesBenjamin Pasero
2022-02-20files - adopt `fileService.stat` method in more places (#143491)Benjamin Pasero
2022-02-05fix #138322.rebornix
2021-12-31prefer-const in notebooksRob Lourens
2021-10-06Not properly handling fs events for uris that are currently in a pending stat...Benjamin Pasero
2021-09-15editors - drop the `IEditorInput` interfaceBenjamin Pasero
2021-08-20Register a few more disposables in notebooksMatt Bierner
2021-08-19Register a few more disposable stores in notebooksMatt Bierner
2021-08-06notebook - wire in file path association down to modelBenjamin Pasero
2021-07-20fix notebook content provider readonlyrebornix
2021-06-24resolve working copy when load is called again, https://github.com/microsoft/...Johannes Rieken
2021-06-21proper lifecycle for interactive inputrebornix
2021-06-21non file based hot reloadrebornix
2021-06-17untitled - isEmpty => isInitialBenjamin Pasero
2021-06-17Require passing in mimeMatt Bierner
2021-06-10change IOutputItemDto to use real bytes, add many dedicated dto-types for tra...Johannes Rieken
2021-06-01notebooks - tweak description for untitled filesBenjamin Pasero
2021-05-25editors - extract input and side by side to own classesBenjamin Pasero
2021-05-25:lipstick:Benjamin Pasero
2021-05-21fix typoBenjamin Pasero
2021-05-21fileworkingcopymanager2 => fileworkingcopymanagerBenjamin Pasero
2021-05-21file working copy => stored file working copyBenjamin Pasero
2021-05-21notebook working copy - some cleanup before refactoringsBenjamin Pasero
2021-05-19add API to open an untitled notebook, https://github.com/microsoft/vscode/iss...Johannes Rieken
2021-05-19untitled file working copy - wire in save supportBenjamin Pasero
2021-05-13Merge branch 'main' into notebook/devRob Lourens
2021-05-13[Insiders] Throwing error when a file is edited and saved from a diff view (f...Benjamin Pasero
2021-05-13Separate extension metadata from execution metadataRob Lourens
2021-05-12Allow FileSystemProvider to stat a file as readonly (#73122) (#111237)John Murray
2021-05-07editors - introduce a `AbstractTextResourceEditorInput` for some label sharingBenjamin Pasero
2021-05-04invoke notebook serialize with data that's to be persisted only, https://gith...Johannes Rieken
2021-04-29Fix #122637Logan Ramos
2021-04-26make sure "Open With..." actually works..., maybe https://github.com/microsof...Johannes Rieken
2021-04-21rename IMainNotebookController to INotebookContentProviderJohannes Rieken
2021-04-19text files - add a getDecodedStream methodBenjamin Pasero
2021-04-19Merge branch 'main' into ben/workingcopy-typeidBenjamin Pasero
2021-04-19:lipstick:Benjamin Pasero
2021-04-17working copy - extract a workingCopy.ts fileBenjamin Pasero
2021-04-17backups - rename to be working copy relatedBenjamin Pasero
2021-04-17backups - introduce backup identifiers and adoptBenjamin Pasero
2021-04-15isReadOnly contributed by the file service.rebornix
2021-04-15working copies - first cut typeId supportBenjamin Pasero
2021-04-12Merge branch 'notebook/dev' into joh/kernel-pushJohannes Rieken
2021-04-12add NotebookTextModel#reset which allows to re-init a notebook, use when reve...Johannes Rieken
2021-04-09:lipstick:Johannes Rieken
2021-04-08Add override keyword in codebase (#120755)Matt Bierner