Commit Graph

520 Commits

Author SHA1 Message Date
Johannes Rieken
00de9bb8ae edit list of repos 2021-09-01 16:35:04 +02:00
Johannes Rieken
1c5dde4797 api comments 2021-08-31 09:05:00 +02:00
Connor Peet
b5944ec59b include flags to work around electron issues 2021-08-30 09:50:24 -07:00
Johannes Rieken
189f200385 update milestone 2021-08-30 17:52:05 +02:00
Johannes Rieken
2bf151198e update my-work query 2021-08-30 09:17:46 +02:00
Johannes Rieken
1bb144d69c update outside team list 2021-08-25 11:50:38 +02:00
Sandeep Somavarapu
335626c7d5 fix verification needed query 2021-08-25 09:11:09 +02:00
Sandeep Somavarapu
94e30300d1 fix test plan items query 2021-08-25 09:08:10 +02:00
Sandeep Somavarapu
e842a20de9 add python and jupyter repos endgame notebooks 2021-08-25 09:02:37 +02:00
Johannes Rieken
e90f1e3c21 add pythom to endgame notebook 2021-08-24 11:34:04 +02:00
Sandeep Somavarapu
58ee771907 update endgame notebooks 2021-08-23 09:44:29 +02:00
Johannes Rieken
12ce16af9c update my work milestone 2021-08-16 12:12:32 +02:00
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