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-09-01Delay interactive window document workbench contribution (#159797)Peng Lyu
2022-08-31perf - log slow running workbench contribs (#159656)Benjamin Pasero
2022-08-26When calling `registerSingleton` you must signal if you support (or not) dela...joh/registerSingleton-explicitJohannes
2022-08-12Organize notebook related services (#157966)Peng Lyu
2022-08-11Merge pull request #157923 from amunger/interactiveExecuteAaron Munger
2022-08-11Update Interactive Window architecture doc (#157930)Peng Lyu
2022-08-11don't expect a full URI objectaamunger
2022-08-11add parameter to Interactive Execute to specify resourceaamunger
2022-08-10Create editor groups from `ViewColumn` as needed (refs #123270) (#157640)Benjamin Pasero
2022-08-03Use optional chaining for more method calls (#156938)Matt Bierner
2022-07-27Fix #156477. Interactive Window Restore (#156480)Peng Lyu
2022-07-20Use object factory for editor resolvers (#155652)Logan Ramos
2022-07-14Re #154948. No MenuItemAction in notebook (#155096)Peng Lyu
2022-07-13Double check IW is the notebook changing when handling scroll events (#155095)Rich Chiodo
2022-07-13Add hot exit support for interactive window (#154974)Peng Lyu
2022-07-12Export Interactive Window tab input (#154864)Peng Lyu
2022-07-06fix #151986. Fix interactive window navigation. (#154200)Peng Lyu
2022-07-01Re #153850. Add logs for iw creation. (#153862)Peng Lyu
2022-06-28Avoid `editor.deltaDecorations` (#153463)Alexandru Dima
2022-06-08auto-fixed prefer-const violationJohannes
2022-05-24Fix scrolling to happen on execution tooRich Chiodo
2022-05-24Always watch resize so can handle post execute resizesRich Chiodo
2022-05-24Scrolling workingRich Chiodo
2022-03-28iw, layout nperebornix
2022-03-28fix #142507. Add interactive editor to history.rebornix
2022-03-15more hcLight valuesMartin Aeschlimann
2022-03-08Add hc light theme kindMartin Aeschlimann
2022-03-08fix #130724.rebornix
2022-03-08:lipstick:rebornix
2022-02-16Fix and improve IW input placeholder textgjsjohnmurray
2022-02-10don't attempt to update a document that doesn't exist yet when pre selecting ...Aaron Munger
2022-02-09fix compiler...Johannes Rieken
2022-02-02enable `@typescript-eslint/member-delimiter-style`, https://github.com/micros...Johannes Rieken
2022-01-31Move `ILanguageService` to `editor/languages` (#141174)Alex Dima
2022-01-24extract notebook view model interfacesrebornix
2022-01-21Add explicit layers for editor contributions (fixes #140995)Alex Dima
2022-01-20Update interactive window doc.rebornix
2022-01-19Merge pull request #140940 from rchiodo/rchiodo/interactive_historyPeng Lyu
2022-01-19Fix history to be saved in the input instead o fthe editorRich Chiodo
2022-01-18NotebookExecutionStateService - createCellExecution returns an execution obje...Rob Lourens
2022-01-13Add setting to customize interactive window cell collapse behaviorRob Lourens
2021-12-30Rename `modes` to `languages`Alex Dima
2021-12-30Merge branch 'roblou/executionService'Rob Lourens
2021-12-30Remove runState from cell internalMetadata. Expose execution state data from ...roblou/executionServiceRob Lourens
2021-12-29RenamesAlex Dima
2021-12-28Use `PLAINTEXT_LANGUAGE_ID` instead of 'plaintext'Alex Dima
2021-12-15persist iw editor view state.rebornix
2021-12-15Manage default cell collapse config in NotebookOptions.Rob Lourens
2021-12-14Add setCellCollapseDefault for NotebookTextModelroblou/interactiveWindowCollapseRob Lourens
2021-12-08Split `ILanguageService.create` into `createById` and `createByMimeType`Alex Dima