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
2020-05-29notebooks - wire up onDidChange event from notebook providers, fyi @rebornix,...Johannes Rieken
2020-05-29notebook - add `NotebookCell#notebook`Johannes Rieken
2020-05-29issues - stub --status in web to output unsupportedBenjamin Pasero
2020-05-29Make sure custom editor working copy is initially considered dirtyMatt Bierner
2020-05-29Fix isReadonly being inverted for custom editorsMatt Bierner
2020-05-29Make sure we keep around custom editor models while autosave is going onMatt Bierner
2020-05-28combine events from edits from ext host.rebornix
2020-05-28transform outputs for backuprebornix
2020-05-27Merge remote-tracking branch 'origin/master' into rebornix/multi-exthost-rend...rebornix
2020-05-27remove telemetry, update jsdoc, https://github.com/microsoft/vscode/issues/96779Johannes Rieken
2020-05-27Merge branch 'master' into ben/electron-sandboxBenjamin Pasero
2020-05-27switch mimetype now should be done async.rebornix
2020-05-27support renderer and content provider registered in different extension host.rebornix
2020-05-26send out missing selection change event when moving cells.rebornix
2020-05-26Dangling text file models of deleted files hanging around in memory (#98154)Benjamin Pasero
2020-05-26fix https://github.com/microsoft/vscode/issues/97731Johannes Rieken
2020-05-26Merge branch 'master' into ben/electron-sandboxBenjamin Pasero
2020-05-26debt - remove unused servicesBenjamin Pasero
2020-05-25Merge branch 'master' into ben/electron-sandboxBenjamin Pasero
2020-05-25Fix race condition in getting task executionAlex Ross
2020-05-25sandbox - move electron service into common/sandboxBenjamin Pasero
2020-05-20asWebvewUri requires guid.rebornix
2020-05-20:lipstick:rebornix
2020-05-20merge moveEvent into CellsChangeEvent.rebornix
2020-05-20:lipstick:rebornix
2020-05-20onDidActiveNotebookEditorChangerebornix
2020-05-20false negative warning.rebornix
2020-05-20remove legacy APIrebornix
2020-05-20NotebookEditor.onDidDisposerebornix
2020-05-20create markers with canonical uris, https://github.com/microsoft/vscode/issue...Johannes Rieken
2020-05-20Send auth provider API calls through renderer when on remoteRachel Macfarlane
2020-05-20notebookEditor.visiblerebornix
2020-05-20Fix buildRachel Macfarlane
2020-05-20notebookEditor.activerebornix
2020-05-20Merge pull request #98126 from microsoft/rebornix/documentNEditorsPeng Lyu
2020-05-20notebook tests for notebook content change events.rebornix
2020-05-19emit editor close event.rebornix
2020-05-19Notebook document events.rebornix
2020-05-19first cut of token_at_position api, https://github.com/microsoft/vscode/issue...Johannes Rieken
2020-05-19notebook content change events.rebornix
2020-05-19model change on document.rebornix
2020-05-19webview comm based on editor other than document.rebornix
2020-05-19load document with editor id.rebornix
2020-05-19shared document between split editors and dispose them properlyrebornix
2020-05-19webview id attached to notebook editorrebornix
2020-05-19introduce visible notebook editorsrebornix
2020-05-19Fix sign out confirmation messageRachel Macfarlane
2020-05-18Fix #97694.rebornix
2020-05-18Fix #97895Sandeep Somavarapu
2020-05-18Notebook kernel preloadsrebornix