Johannes Rieken
|
93dbc7ac44
|
remove NotebookControllerOptions and simplify createNotebookController-signature
|
2021-04-16 15:23:34 +02:00 |
|
Johannes Rieken
|
95932045c7
|
check that notebook controller are unique per id
|
2021-04-16 14:22:44 +02:00 |
|
Alexandru Dima
|
bdd072e51b
|
Add trust prompt
|
2021-04-16 13:07:24 +02:00 |
|
rebornix
|
662ea12128
|
NotebookCellRange is now NotebookRange.
|
2021-04-15 13:09:37 -07:00 |
|
Johannes Rieken
|
bbf148b0c6
|
merge renderer IPC into notebook controller, remove global renderer IPC
|
2021-04-15 18:41:56 +02:00 |
|
Connor Peet
|
bec017d389
|
testing: rework discovery side of testing to new apis
|
2021-04-14 17:10:46 -07:00 |
|
Rob Lourens
|
3e40e14bc4
|
Cell statusbar API (#121215)
Implement provider-based notebook cell statusbar API
|
2021-04-14 11:26:23 -07:00 |
|
Johannes Rieken
|
02f0f4a0c8
|
make createNotebookRendererCommunication independent of controller, make it renderer first
|
2021-04-14 18:33:14 +02:00 |
|
Johannes Rieken
|
c9b2c54231
|
rename NotebookKernel2 to NotebookController
|
2021-04-14 15:11:56 +02:00 |
|
rebornix
|
d13a914bd6
|
Merge branch 'notebook/dev' into main
|
2021-04-13 14:12:11 -07:00 |
|
SteVen Batten
|
c5fab4faa3
|
Boolean Trust State (#121141)
* move to boolean-based trust state
* update api based on feedback
|
2021-04-13 12:54:52 -07:00 |
|
Johannes Rieken
|
fcd005ce8c
|
fix compile errors, evolve internal API about kernel selection
|
2021-04-13 14:29:46 +02:00 |
|
Johannes Rieken
|
354c914f67
|
add NotebookKernelOptions so that createNotebookKernel is simpler
|
2021-04-08 15:36:45 +02:00 |
|
Johannes Rieken
|
d10367cee8
|
Merge branch 'notebook/dev' into joh/kernel-push
|
2021-04-08 10:04:13 +02:00 |
|
Daniel Imms
|
264ca56fe1
|
Rename initialText to message
Part of #120368
|
2021-04-07 09:20:18 -07:00 |
|
Johannes Rieken
|
72d772b1a1
|
make execution and interrupt callback instead of commands
|
2021-04-07 16:35:08 +02:00 |
|
Alex Ross
|
37abf64afd
|
Add command line regex for port attributes provider
Part of #115616
|
2021-04-07 15:28:25 +02:00 |
|
Johannes Rieken
|
38e4243e2d
|
add kernel push to proposed API
|
2021-04-07 12:06:38 +02:00 |
|
Johannes Rieken
|
b47fb7a275
|
add kernel service and add extension host logic for it
|
2021-04-06 15:46:01 +02:00 |
|
Daniel Imms
|
f8810116c6
|
Add terminal icon ext api
Part of #120538
|
2021-04-05 02:42:39 -07:00 |
|
Connor Peet
|
ade3e6e683
|
testing: some api polishing
Fixes #119793
Fixes #119831
Fixes #117602
|
2021-04-01 15:43:24 -07:00 |
|
Daniel Imms
|
c8ccd07d0f
|
Add initialText proposed API
Part of #120368
|
2021-04-01 12:27:13 -07:00 |
|
Ladislau Szomoru
|
648ea3d1e0
|
Refactor requireWorkspaceTrust to requestWorkspaceTrust
|
2021-04-01 15:59:04 +02:00 |
|
Ladislau Szomoru
|
6aa528024b
|
Remove code that is not needed (#120005)
|
2021-03-27 07:52:29 +00:00 |
|
Ladislau Szomoru
|
c55aff6379
|
API feedback (WorkspaceTrustRequest -> WorkspaceTrustRequestOptions) (#119658)
|
2021-03-24 10:30:31 +01:00 |
|
Rob Lourens
|
7b96cc4c8b
|
Implement Execution API (#116416)
Implement new execution task API
#106744
Fix #105847
|
2021-03-22 11:27:00 -07:00 |
|
Johannes Rieken
|
232266aaf2
|
first cut of IFileWorkingCopy adoption, misses saveAs and backsnapshot are improper...
|
2021-03-18 15:26:18 +01:00 |
|
Andre Weinand
|
9063d4ac76
|
finalize InlineValuesProvider API; fixes #105690
|
2021-03-16 23:15:50 +01:00 |
|
Johannes Rieken
|
a6d7d86e85
|
remove viewType from openNotebookDocument call
|
2021-03-10 14:30:40 +01:00 |
|
Eric Amodio
|
d299be88ea
|
Updates proposal for #116906
|
2021-03-09 17:39:21 -05:00 |
|
SteVen Batten
|
0e43220113
|
finalize telemetry enablement api
refs #110267
|
2021-03-09 10:22:51 -08:00 |
|
SteVen Batten
|
95d3c1e63b
|
finalize isNewAppInstall api
refs #117058
|
2021-03-09 10:20:18 -08:00 |
|
Johannes Rieken
|
9cc276648e
|
remove onDidChangeCellLanguage-event in favor of the existing document closed/opened event sequence
|
2021-03-09 15:14:30 +01:00 |
|
Alex Ross
|
06044789bf
|
API proposal for PortAttributesProvider (#118446)
Part of #115616
|
2021-03-08 15:45:32 +01:00 |
|
Johannes Rieken
|
6117524374
|
make NotebookCellData and NotebookData classes, rename NotebookCellData#cellKind to NotebookCellData#kind
|
2021-03-05 15:17:55 +01:00 |
|
Johannes Rieken
|
997c9f2930
|
add showNotebookDocument overload or uri
|
2021-03-05 14:50:47 +01:00 |
|
Connor Peet
|
d6b3bc68f1
|
testing: move types to classes instead of interfaces
Fixes #117373
Fixes #117381
Fixes #117384
|
2021-03-04 11:51:37 -08:00 |
|
Johannes Rieken
|
5ba5f986b9
|
remove notebook dependency from build edits
Signed-off-by: Johannes Rieken <johannes.rieken@gmail.com>
|
2021-03-04 18:19:50 +01:00 |
|
Johannes Rieken
|
16ea2f2894
|
remove "getter" wrapping for proposed API types (classed, enums). These checks needed to be disabled because of an TS issues
|
2021-03-04 12:32:06 +01:00 |
|
Johannes Rieken
|
f79a0df4db
|
api todos, remove long outdated proposal
|
2021-03-04 12:26:22 +01:00 |
|
Matt Bierner
|
49d05f998f
|
Add CodeActionTriggerKind api proposal
For #118084
Fixes #118087
|
2021-03-03 17:36:07 -08:00 |
|
Ladislau Szomoru
|
14fd07d57a
|
Workspace trust api feedback
|
2021-03-03 12:41:22 +01:00 |
|
SteVen Batten
|
ff225b9fcc
|
add telemetry enablement api (#117944)
|
2021-03-02 07:59:50 -08:00 |
|
Rachel Macfarlane
|
763bfde29a
|
Remove proposed API check for registerAuthenticationProvider, fixes #117427
|
2021-02-23 09:52:41 -08:00 |
|
Benjamin Pasero
|
e4364e5f5d
|
fix #117254
|
2021-02-23 08:27:52 +01:00 |
|
Ladislau Szomoru
|
05ea4c5e4e
|
Removed optional message, and added modal parameter (#117241)
|
2021-02-22 14:10:01 +00:00 |
|
Connor Peet
|
5a0bf3751a
|
testing: add method to publish extension-provided results
|
2021-02-18 17:33:24 -08:00 |
|
Connor Peet
|
b09a71dce7
|
testing: update test results api to spec
Refs https://github.com/microsoft/vscode/issues/107467#issuecomment-780776814
|
2021-02-17 16:34:01 -08:00 |
|
Johannes Rieken
|
5870204e95
|
make notebook and cell metadata classes, https://github.com/microsoft/vscode/issues/116333
|
2021-02-17 14:19:49 +01:00 |
|
Alex Ross
|
7a0caf4d86
|
Let Remote extensions set port source (#116838)
|
2021-02-17 10:33:46 +01:00 |
|