Alex Ross
876dd2782a
Don't allow multiple tasks runs to start at once
...
Fixes #118238
2021-04-23 17:03:31 +02:00
Johannes Rieken
5390ec0e7c
remove isPreferred as instance property, replace selector with only viewType, allow controller to set a notebook priority instead
2021-04-22 16:13:42 +02:00
rebornix
264ccd16d4
Merge branch 'notebook/dev' into main
2021-04-21 15:15:59 -07:00
Matt Bierner
731402dce2
async override -> override async
2021-04-21 13:40:44 -07:00
Johannes Rieken
7194c24dad
use serializer in NB integration test
2021-04-21 11:50:02 +02:00
Johannes Rieken
9af75c08c5
remove ability to alter notebook output via WorkspaceEdit or NotebookEditorEdit
2021-04-21 11:42:58 +02:00
Rob Lourens
cc850ade50
Cell statusbar test
2021-04-20 10:55:30 -07:00
Rob Lourens
b286729f35
Test cleanup
2021-04-20 10:55:30 -07:00
Johannes Rieken
454b741257
restore integration test
2021-04-20 15:10:50 +02:00
Johannes Rieken
3abadabac8
Merge branch 'main' into notebook/dev
2021-04-20 11:38:33 +02:00
Johannes Rieken
b06388f501
Merge branch 'joh/clean-kernel' into notebook/dev
2021-04-20 11:33:41 +02:00
Joao Moreno
b4816cfd1f
fix tests
2021-04-20 09:10:47 +02:00
rebornix
1f9e039a11
💄
2021-04-19 22:48:42 -07:00
Johannes Rieken
11c3ba58af
remove NotebookKernelProvider API and its implementation
2021-04-19 16:19:23 +02:00
Benjamin Pasero
14981ce89d
tests - enable colors for windows (CI supports it and the new Windows terminal too)
2021-04-19 09:29:20 +02:00
meganrogge
d7f5575367
skip failing test
2021-04-16 16:54:44 -07:00
rebornix
155df27d8d
💄
2021-04-15 14:49:11 -07:00
rebornix
ebb0a7165b
update integration test.
2021-04-15 12:39:19 -07:00
rebornix
060d417505
remove editable and breakpointMargin.
2021-04-15 11:32:45 -07:00
Johannes Rieken
f9ca74adc4
Merge branch 'main' into notebook/dev
2021-04-15 09:10:06 +02:00
Rob Lourens
edbdd6fe09
Fix test, fix cell data startTime and duration visibility
2021-04-14 17:59:49 -07:00
Martin Aeschlimann
3d276ed5cc
vscode API - env. Fixes #121261
2021-04-14 10:46:38 +02:00
rebornix
d13a914bd6
Merge branch 'notebook/dev' into main
2021-04-13 14:12:11 -07:00
Christof Marti
40a6563f9b
Remove git-ui extension
2021-04-13 21:38:53 +02:00
rebornix
9a00c870b9
remove NotebookEditor#selection.
2021-04-12 14:33:45 -07:00
rebornix
3efdebb1e7
Merge branch 'notebook/dev' into main
2021-04-06 14:03:18 -07:00
Johannes Rieken
2f62eb0906
ignore focus dependent test also on GHA, fixes https://github.com/microsoft/vscode/issues/120355
2021-04-06 16:08:25 +02:00
Benjamin Pasero
def8fc7b0d
integration tests - revert changes for commands test
2021-04-06 12:04:50 +02:00
Johannes Rieken
fca1144d00
remove NotebookDocument#cells in favor of cellsAt, getCells, and cellCount
2021-04-06 11:50:48 +02:00
Benjamin Pasero
8de3791477
integration tests - use async test ( #120225 )
2021-04-06 10:34:08 +02:00
Rob Lourens
b41213c573
Enable setTextDocumentLanguage ( #119429 )
...
Change cell TextModel handling, fix #117936
2021-03-31 17:04:10 -07:00
rebornix
aefafa019d
Merge remote-tracking branch 'origin/notebook/dev' into main
2021-03-31 14:38:25 -07:00
Johannes Rieken
407a0e3723
assert that we have static view columns
...
https://github.com/microsoft/vscode/issues/115704
2021-03-31 17:51:15 +02:00
Daniel Imms
4c76edff2b
Revert "skip failing terminal tests."
...
This reverts commit 2d5f0e4953 .
2021-03-31 05:07:32 -07:00
Johannes Rieken
4fd610fc71
try bigger timeout awaiting events
2021-03-31 08:45:17 +02:00
Johannes Rieken
38abcf09ad
Merge branch 'main' into notebook/dev
2021-03-31 08:14:39 +02:00
rebornix
2d5f0e4953
skip failing terminal tests.
2021-03-30 18:26:57 -07:00
rebornix
588c2f6c78
skip showNotebookDocment.
2021-03-30 11:32:00 -07:00
Johannes Rieken
29a1cfddcd
make sure dirty state of notebooks from simple content provider is reflected in extension host, add integration test
2021-03-30 11:50:20 +02:00
Matt Bierner
3499f63dc1
Exploration: Better transferring of TypedArrays used in Webview.postMessage ( #115664 )
...
* Improve passing of ArrayBuffers to and from webviews
Fixes #115807
* Serialize and restore typed arrays too
This also makes it so that if you pass the same ArrayBuffer twice in an object, we use a single object on the receiver side too
* Fix spelling
* Require VS Code 1.56+
2021-03-30 06:49:34 +00:00
meganrogge
9fd5f25ec5
rendererType -> gpuAcceleration
2021-03-29 18:35:07 -07:00
Daniel Imms
0ff1928a3b
Merge pull request #120002 from microsoft/tyriar/terminal_sandbox
...
electron-sandbox refactors for terminal
2021-03-29 16:47:00 -07:00
Daniel Imms
182d40c07c
Fix test
2021-03-29 15:34:22 -07:00
Daniel Imms
da94e122d1
Merge remote-tracking branch 'origin/main' into tyriar/gpuaccel
2021-03-29 14:40:17 -07:00
rebornix
06a451d815
Merge branch 'notebook/dev' into main
2021-03-29 14:39:40 -07:00
Daniel Imms
7d67641ef3
Merge remote-tracking branch 'origin/main' into tyriar/gpuaccel
2021-03-29 14:23:56 -07:00
Daniel Imms
dcb7f7c853
Skip environmentVariableCollection suite
...
Part of #119826
2021-03-29 14:23:48 -07:00
Daniel Imms
f02e4853c3
Change rendererType to gpuAcceleration
...
Fixes #106202
2021-03-29 14:15:45 -07:00
arnobl
1c3c96b4b9
fix(notebook): redo cell creation does not re-select the cell
2021-03-29 10:59:41 -07:00
Johannes Rieken
d13f3b4a2f
remove NotebookContentProvider#resolveNotebook
2021-03-29 12:21:45 +02:00