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-07-15Fix notebook perf markers (#155266)Rob Lourens
2022-05-03return untyped editor input from saveAs (#148614)Johannes Rieken
2022-04-14Fixing capabilities for drop intoMatt Bierner
2022-04-01add commands `vscode.executeNotebookToData` and `vscode.executeDataToNotebook...Johannes
2022-02-18guess notebook file extension.rebornix
2022-02-05fix #138322.rebornix
2022-02-02enable `@typescript-eslint/member-delimiter-style`, https://github.com/micros...Johannes Rieken
2021-11-10Revert "fix #133761."rebornix
2021-11-02fix #133761.rebornix
2021-09-17editors - adopt new `strikethrough` decoration option (#130526)Benjamin Pasero
2021-09-15editors - drop the `IEditorInput` interfaceBenjamin Pasero
2021-08-31Fix #130235Logan Ramos
2021-08-06fix #130230.rebornix
2021-08-06notebook - saveAs should not ask for file path if model has associated file pathBenjamin Pasero
2021-07-28fix #129629.rebornix
2021-07-24Migrate webview notebook editor backup to builtin serializer (#129211)Peng Lyu
2021-07-08editors - simplify `IEditorInput.toUntyped`Benjamin Pasero
2021-06-23better re-entrant protection for https://github.com/microsoft/vscode/issues/1...Johannes Rieken
2021-06-23Revert "prevent reentrant resolving of editor inputs, https://github.com/micr...Johannes Rieken
2021-06-23prevent reentrant resolving of editor inputs, https://github.com/microsoft/vs...Johannes Rieken
2021-06-22history - stop operating on heavy typed editor inputs (fix #126728)Benjamin Pasero
2021-06-22editors - allow undefined as group for `asResourceEditorInput`Benjamin Pasero
2021-06-21Move UntypedEditorInputLogan Ramos
2021-06-18Change matches to support untyped (#126410)Logan Ramos
2021-06-17Merge branch 'notebook/dev' into mainrebornix
2021-06-16fix kernel pickerrebornix
2021-06-16fix https://github.com/microsoft/vscode/issues/126460Johannes Rieken
2021-06-16free composite notebook editor widgets.rebornix
2021-06-01notebooks - tweak description for untitled filesBenjamin Pasero
2021-05-29editors - more alignments across editor inputsBenjamin Pasero
2021-05-28files - need to track individual readonly stats everywhere (#124524)Benjamin Pasero
2021-05-25editors - make dnd code ready to delegate serialisation to respective editorsBenjamin Pasero
2021-05-25editors - introduce and adopt capabilitiesBenjamin Pasero
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-06Allow to pass `NotebookRegistrationData` when registering serializer or conte...Johannes Rieken
2021-04-15isReadOnly contributed by the file service.rebornix
2021-04-12editor input getTypeId() => typeIdBenjamin Pasero
2021-04-08Add a few more overrides in codebaseMatt Bierner
2021-04-08better perf marks.rebornix
2021-03-30:lipstick:Johannes Rieken
2021-03-29remove (inline) INotebookEditorModel#isUntitledJohannes Rieken
2021-03-25always (re)load notebook editor model resolving notebook inputJohannes Rieken
2021-03-25implement saveAs and better resolving/loading, move some files around, split ...Johannes Rieken