Commit graph

458 commits

Author SHA1 Message Date
Matt Bierner 9e7716727f
Update api query 2021-08-10 20:34:20 -07:00
Connor Peet 8797cfe27e
debug: use simple port attachment for launching main porcess
Fixes #129230
2021-08-05 10:54:15 -07:00
Rob Lourens a9362f798e Remove python and jupyter repos from endgame notebooks 2021-07-30 13:16:30 -07:00
Rob Lourens 5269447d3a Add livepreview repo to endgame notebooks 2021-07-30 11:00:27 -07:00
rebornix e561330b8c update endgame ghnb with python/jupyter 2021-07-28 09:38:36 -07:00
Rob Lourens b376f31097 Add jupyter and python repos to my-endgame notebook 2021-07-27 16:35:01 -07:00
Raymond Zhao 16409d719e
Update notebooks for endgame 2021-07-26 07:44:03 -07:00
Ladislau Szomoru da1723597f
Update endgame notebooks 2021-07-26 15:51:33 +02:00
Connor Peet 9126e31644
debug: remove committed trace flags in js-debug debug 2021-07-23 16:45:20 -07:00
Matt Bierner c1a4d2dafe
Remove test equation 2021-07-19 23:06:10 -07:00
Matt Bierner 06d6561a2a
Make sure we register event listeners 2021-07-15 20:05:00 -07:00
Connor Peet 581ff12c39
testing: improve test children API
This changeset results from the discussion in and fixes #126987.
Migration for these changes should take about 15-20 minutes.

- `createTestItem` no longer takes a parent. Instead, it creates a free-
  floating test item, which can be added as a child of a parent.
- The `TestItem.children` is now a `TestItemCollection`, a set-like
  interface that also allows replacing items (intelligently diffing
	them internally) wholesale. This removes the need for the "generation
	counter" used in samples previously.
- There is no longer a `root` on the test controller, but instead an
  `items` property which is the same `TestItemCollection`
- The `tests` in the `TestRunRequest` has been replaced with an `include`
  property. If undefined, the extension should run all tests. (Since
	there is no longer a root to reference).

Here's some example migrations:

- 3fad3d66c1
- 3aff746316
2021-07-14 18:12:59 -07:00
Connor Peet fd14f3ebc0
debug: raise the extension host timeout
Fixes 126826
2021-07-09 12:56:02 -07:00
Connor Peet 126218be87
main: add a lockfile, and set the user data dir while debugging
See https://github.com/microsoft/vscode/issues/127861#issuecomment-877417451
2021-07-09 12:56:02 -07:00
Raymond Zhao 104842aa54
Remove empty notebook 2021-07-07 13:50:24 -07:00
Johannes Rieken 3c0324ec38
update mywork notebook 2021-07-07 09:33:44 +02:00
Johannes Rieken d6cfa5f84b update API notebook 2021-07-07 07:58:34 +02:00
Johannes Rieken 0d52db9971
update list of team members 2021-07-01 17:40:00 +02:00
Johannes Rieken 4416da47a2
update verification notebook 2021-07-01 14:25:42 +02:00
Miguel Solorio 46f9e503ea Update endgame verification needed query 2021-06-29 15:23:11 -07:00
Ladislau Szomoru 55bf10fa28
Update endgame notebooks 2021-06-28 10:42:20 +02:00
Rob Lourens 526253bc34 Remove unneeded vscode-notebook-tests references
Fix #126384
2021-06-17 20:51:13 -07:00
Matt Bierner 9d626f12e8
Split MarkdownString out of MarkedString
`MarkedString` is deprecated so it's a little confusing that we still use the type in a few places. Instead split out the non-deprecated `MarkdownString` type
2021-06-16 14:26:18 -07:00
Benjamin Pasero 270002e3b8 fix emmet test integration path 2021-06-15 15:40:24 +02:00
Johannes Rieken 83997253e0
update api notebook for June 2021-06-08 07:59:48 +02:00
Johannes Rieken f9c8ac8132
update my-work notebook 2021-06-07 10:30:53 +02:00
Johannes Rieken f207b38307
inline NotebookExecuteHandler type 2021-06-04 11:32:25 +02:00
Johannes Rieken e43c3957f6
rename onDidChangeNotebookAssociation to onDidChangeSelectedNotebooks 2021-06-03 11:27:09 +02:00
rebornix 509906cd91 Merge branch 'notebook/dev' into main 2021-06-02 13:45:54 -07:00
Logan Ramos b49731160d
Add henning to my-endgame notebook 2021-06-02 14:02:05 -04:00
Johannes Rieken a3337d01bb
more api polish 2021-06-02 13:59:27 +02:00
Johannes Rieken 9796ac82c3
(re)move NotebookCellOutput#id into proposal, also remove ctor overload that allows to set id 2021-06-02 11:49:41 +02:00
Johannes Rieken a1e7ce9cde
tackle more todos, change ctor of NotebookCellData 2021-06-02 11:01:33 +02:00
Johannes Rieken 82acbe807f
updated todo search file 2021-06-02 09:46:13 +02:00
Johannes Rieken 0b6e70302f
remove deprecated API 2021-06-02 09:24:43 +02:00
Johannes Rieken ebcbe00159
update todo search file 2021-06-01 19:34:25 +02:00
Johannes Rieken e8d8e53752
update/tackle todos 2021-06-01 19:26:05 +02:00
Johannes Rieken 0115c74d4a
update todo@api search file 2021-06-01 16:25:59 +02:00
Johannes Rieken 2ae32273fd
update my-endgame notebook 2021-05-31 19:49:21 +02:00
Johannes Rieken 552d457b71
updated code search file 2021-05-31 16:14:10 +02:00
Johannes Rieken ab1cf30d88
add api-todo code search file 2021-05-28 18:13:05 +02:00
rebornix d4e6b16a63
move layout constants to notebook options. 2021-05-11 15:03:13 -07:00
Alex Ross b7009c5b54
Add close option to several tasks
Part of #112230
2021-05-06 15:10:40 +02:00
Matt Bierner 9be6a2476e
Combine build ext and build ext media tasks
Previously I split these up since I wasn't sure if we wanted finer grained control over them. Sounds like having them combined is more convenient
2021-05-05 08:39:58 -07:00
Johannes Rieken 9a0f4994fd
api for may 2021-05-04 07:50:14 +02:00
Johannes Rieken c7ef33f67e
update my-work to May 2021-04-30 17:28:53 +02:00
Eric Amodio f0394ca966 Updates endgame notebook repos 2021-04-29 15:01:21 -04:00
Matt Bierner 7adfba6262
Remove no implicit override task
Now enabled by default
2021-04-28 16:33:01 -07:00
Matt Bierner 782ec1356c
Add build extension media tasks
Fixes #121710
2021-04-27 14:14:39 -07:00
Alex Ross a065a9458d
Task name updates 2021-04-27 17:26:45 +02:00