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-14extract exthost/mainthread proxy kernels.rebornix
2022-04-11two kernel typesrebornix
2022-02-10don't attempt to update a document that doesn't exist yet when pre selecting ...Aaron Munger
2022-02-02enable `@typescript-eslint/member-delimiter-style`, https://github.com/micros...Johannes Rieken
2021-12-31Move getSelectedOrSuggestedKernel to kernel serviceRob Lourens
2021-10-25Categorize kernels in the notebook kernel picker (#135502)Don Jayamanne
2021-06-10move INotebookKernel type into kernel service fileJohannes Rieken
2021-06-09:lipstick: renamesJohannes Rieken
2021-05-10let getMatchingKernel return selected and suggested kernels, https://github.c...Johannes Rieken
2021-04-26more renamedJohannes Rieken
2021-04-26extract INotebookKernelMatchInfoJohannes Rieken
2021-04-26:lipstick: renamesJohannes Rieken
2021-04-26add test and fixes for https://github.com/microsoft/vscode/issues/121904Johannes Rieken
2021-04-23send event when affinities change so that status bar can update, fixes https:...Johannes Rieken
2021-04-23add unit test to assert, https://github.com/microsoft/vscode/issues/122028Johannes Rieken
2021-04-23remove kernelProviderAssociations but add a notebook-type 2 kernel associatio...Johannes Rieken
2021-04-22remove isPreferred as instance property, replace selector with only viewType,...Johannes Rieken
2021-04-20simplify notebook kernel serviceJohannes Rieken
2021-04-20remove kernel provider from core, adopt kernel service, merge kernel2 and ker...Johannes Rieken
2021-04-19make INotebookKernel2 extends INotebookKernelJohannes Rieken
2021-04-15merge renderer IPC into notebook controller, remove global renderer IPCJohannes Rieken
2021-04-13add onDidChangeNotebookAssociation-API and wire everything up using the glue ...Johannes Rieken
2021-04-13add ability to bind a notebook to a kernel, add events and forward to ext-hostJohannes Rieken
2021-04-13align kernel and kernel2 a little moreJohannes Rieken
2021-04-13fix compile errors, evolve internal API about kernel selectionJohannes Rieken
2021-04-13notebooks: add initial kernel/renderer constraintsConnor Peet
2021-04-09add and adopt implementsExecutionOrderJohannes Rieken
2021-04-08add extension identifier to kernel 2Johannes Rieken
2021-04-07wire push-kernels into internal kernel provider APIJohannes Rieken
2021-04-07add local resource root and cancelCells so that Kernel2 is very similar to Ke...Johannes Rieken
2021-04-06add kernel service and add extension host logic for itJohannes Rieken