Johannes Rieken
0788b3fd68
Merge branch 'main' into notebook/dev
2021-04-13 09:17:03 +02:00
Matt Bierner
119581fc2a
Use more standard name for shared extension tsconfig
...
This enables Intellisense in the `tsconfig.base` file
2021-04-12 15:58:38 -07: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
Daniel Imms
6751472731
Merge remote-tracking branch 'origin/main' into pr/habibkarim/115276
2021-04-01 07:18:36 -07: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
Ladislau Szomoru
5d2e7aceda
Remove code that is not needed ( #120005 )
2021-03-29 09:20:47 +02:00
arnobl
7fbddb5522
fix(notebook): redo cell creation does not re-select the cell
2021-03-28 23:15:28 +02:00
Ladislau Szomoru
6aa528024b
Remove code that is not needed ( #120005 )
2021-03-27 07:52:29 +00:00
Rob Lourens
1a425eacb8
Accept single outputs or arrays in execution task output edit methods
...
Fix #119601
2021-03-24 17:48:26 -07:00
meganrogge
b63cfb3a8b
skip test and remove unused code
2021-03-24 15:27:24 -07:00
Johannes Rieken
22212f5de8
use APIs over commands, fixes (?) https://github.com/microsoft/vscode/issues/119437
2021-03-24 15:01:36 -07:00
Rob Lourens
194c37b4cf
Fix test for latestExecutionSummary init
2021-03-22 18:45:32 -07:00
Rob Lourens
f201f7bc68
Fix notebook test
2021-03-22 14:15:47 -07:00
Rob Lourens
7b96cc4c8b
Implement Execution API ( #116416 )
...
Implement new execution task API
#106744
Fix #105847
2021-03-22 11:27:00 -07:00
Matt Bierner
806c22dcc9
Skip multiple tabs test for now
...
This seems to work properly in my testing but breaks with the new markdown renderer. Will investigate further
2021-03-16 17:28:29 -07:00
Daniel Imms
b38200cf0a
Ignore testWorkspace tasks.json
2021-03-16 07:25:24 -07:00
Daniel Imms
2d536914ea
Await task config updates
2021-03-16 07:20:49 -07:00
Daniel Imms
e8f5186722
Improve task test layout
2021-03-16 06:29:44 -07:00
Daniel Imms
1b9a61662a
Regression test for #118256
...
Part of #118256
2021-03-16 06:28:16 -07:00
Ladislau Szomoru
149a8b71c5
Workspace trust changes ( #119017 )
...
* Add dialog button customisation and reject promise if cancelled
* Use different promises to modal/soft requests
2021-03-16 10:18:42 +00:00
Benjamin Pasero
7a55f6fed7
skip failing notebook test
2021-03-15 13:24:01 +01:00
Johannes Rieken
0e05a1f21a
fix integration test
2021-03-15 09:11:45 +01:00
Johannes Rieken
819cb01e0e
make notebook integration test more stable, fixes https://github.com/microsoft/vscode/issues/118889
2021-03-15 08:58:55 +01:00
rebornix
eac163c061
fix tests.
2021-03-12 10:56:46 -08:00
Johannes Rieken
637b659e4a
refine NotebookCell API
2021-03-10 14:49:05 +01:00
Rob Lourens
bcb8c8a4f4
Remove notebook document runnable metadata
...
#106747
2021-03-09 15:26:19 -08:00