Commit graph

693 commits

Author SHA1 Message Date
Logan Ramos 4b75543b26
Update my work notebook repos 2021-10-13 11:10:36 -04:00
Johannes Rieken 43e75af5b5 limit feature-area labels to vscode-repo 2021-10-12 14:53:21 +02:00
Johannes Rieken 1e4cdf61d8 API NB, set milestone to October 2021-10-12 07:57:13 +02:00
Matt Bierner 9e548239ea
Adding two more area labels 2021-10-11 19:08:44 -07:00
Johannes Rieken e652e8cf22 remove obsolete notebook 2021-10-11 15:47:44 +02:00
Johannes Rieken 690de80fbd fix MD formatting 2021-10-11 14:21:50 +02:00
Johannes Rieken 0d5d05331e add query for issue without area label 2021-10-11 14:21:30 +02:00
egamma 258f678323 update grooming queries 2021-10-08 15:46:09 +02:00
Daniel Imms 6f47f12c4d Include polish as a issue type
https://github.com/microsoft/vscode/wiki/Issues-Triaging#categorizing-issues
2021-10-07 12:26:15 -07:00
Raymond Zhao 8682747182
Add cells for older unverified issues
These cells could help detect when some issues
don't have the right milestone assigned to them.
2021-10-06 11:24:31 -07:00
Johannes Rieken 7d5070517d
update mywork notebook to october 2021-10-04 09:55:01 +02:00
Logan Ramos 6bfe83dcac
Check test plan items regardless of milestone 2021-10-01 12:31:43 -04:00
deepak1556 a9a598351e chore: bump electron@13.5.1
Fixes https://github.com/microsoft/vscode/issues/134244
Fixes https://github.com/microsoft/vscode/issues/122225
2021-10-02 00:37:51 +09:00
Sandeep Somavarapu e899e6d805 add unkpkg repo 2021-10-01 09:43:49 +02:00
Johannes Rieken cb7663e1b4
use label-or in notebooks 2021-10-01 09:27:02 +02:00
Johannes Rieken afa49b1327
tweak team query for verification 2021-09-30 17:03:23 +02:00
Benjamin Pasero fc151abbc3
gh issues - add another repo 2021-09-29 15:55:21 +02:00
Johannes Rieken 55bef2d207
update mywork notebook 2021-09-29 15:19:41 +02:00
Ladislau Szomoru 7e10fab4fd
Add vscode-livepreview repo to notebooks 2021-09-28 10:34:58 +02:00
Ladislau Szomoru f6dc5cd12e
Update endgame notebooks 2021-09-27 10:04:45 +02:00
Daniel Imms b5d1c0b987 Setup pty host debug target 2021-09-20 15:26:31 -07:00
Matt Bierner f0975ec56c
Remove now unused setting 2021-09-08 13:48:23 -07:00
Tyler James Leonhardt 50934523b3 sort by asc so that you look at the oldest opened issues first 2021-09-02 11:24:53 -07:00
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
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
Alex Ross f247d234d7
Use terminal groups for build
Fixes https://github.com/microsoft/vscode/issues/122287
2021-04-27 11:47:40 +02:00
Eric Amodio 8b22dff166 Updates endgame query 2021-04-27 00:08:37 -04:00
Ladislau Szomoru 0ee8f4efed
Update my endgame notebook 2021-04-23 15:36:08 +02:00
Connor Peet 4eee5c6ee5
testing: fix test wrapper not including ranges and not dealing with sync discovered root 2021-04-21 11:04:04 -07:00
Connor Peet bb3ea733de
testing: rework running side to new apis 2021-04-16 16:40:01 -07:00
Alex Ross d2b6aa211d
Problems in no-implici-override-watch 2021-04-12 11:44:19 +02:00
Johannes Rieken e70d5b0aee
task for no-implict-override-watch 2021-04-12 11:03:58 +02:00
rebornix a856350973
april. 2021-04-08 15:58:14 -07:00
Matt Bierner 34354cd5a5 Enable useMarkdownRenderer by default again and document this experimental setting 2021-03-29 14:28:18 -07:00
Johannes Rieken 4f6069c99a
don't save outputs anymore 2021-03-29 09:20:12 +02:00
Johannes Rieken 81a08478ef
updated notebooks 2021-03-25 15:59:44 +01:00
Johannes Rieken 557c4b5699
update verification members 2021-03-25 08:48:50 +01:00
Johannes Rieken 63f1721ed8
don't store output in GH issue notebooks 2021-03-25 08:43:44 +01:00
Johannes Rieken 08d5310eb1
update verifications notebook 2021-03-24 11:11:20 +01:00
Matt Bierner ff42bf4651 Disable markdown renders by default
Disabling to get more testing of stable markdown renderers before shipping
2021-03-23 21:02:19 -07:00
Ladislau Szomoru 9089e0cbd9
Update endgame notebooks 2021-03-23 10:14:11 +01:00
Johannes Rieken 06ee68d4bb
api notebook update 2021-03-17 09:17:25 +01:00
Johannes Rieken b6921c2f2d
api notebook snapshot 2021-03-16 16:28:29 +01:00
Connor Peet 5b41604444
testing: add more logical default autorun behavior
Fixes #117526
2021-03-09 16:40:38 -08:00
Johannes Rieken 17c67963f3
api work snapshot 2021-03-09 18:00:09 +01:00
Johannes Rieken 5d4377de98 March for API issues 2021-03-02 17:36:39 +01:00
Johannes Rieken 3aff1320b8 my work for march 2021-03-01 09:54:17 +01:00
Raymond Zhao e5096a3169 Exclude z-author-verified from issues to verify in endgame notebook 2021-02-25 20:30:18 +00:00
Johannes Rieken 059e5798a2 notebook updates 2021-02-25 13:03:26 +01:00
Sandeep Somavarapu b85eb124d8 update milestone 2021-02-25 10:07:05 +01:00
Ladislau Szomoru 3f86813939 Tweaked open issues query 2021-02-24 12:01:58 +01:00
Ladislau Szomoru 63a4baf2e1 Update endgame notebooks 2021-02-22 11:05:24 +01:00
Johannes Rieken f1de1700dd editable changes in notebooks 2021-02-19 09:00:58 +01:00
Matt Bierner 8806d063fe Enable extensible markdown notebook rendering in VS Code workspace 2021-02-18 15:37:00 -08:00
Johannes Rieken 678acbe536 outputs in notebooks 2021-02-17 13:16:28 +01:00
Johannes Rieken 8d90026795 set output and editable properties 2021-02-16 15:50:27 +01:00
Johannes Rieken d2cfc0792e update editable state 2021-02-16 13:50:58 +01:00
Johannes Rieken a1b9523db1 update my-work notebook 2021-02-16 13:39:53 +01:00
Johannes Rieken 5c330b06d4 cells are editable 2021-02-15 13:50:41 +01:00
João Moreno 980becda8d main rename
fixes #116341
2021-02-14 20:10:24 +01:00
Johannes Rieken 5f9f03e822 disable extensions when debugging API tests 2021-02-12 19:08:34 +01:00
Johannes Rieken 2911d1d1dd setting editable metadata 2021-02-12 09:22:28 +01:00
Johannes Rieken c770c38197 update notebook milestones 2021-02-02 11:35:46 +01:00
Johannes Rieken 83935a961f
Merge pull request #115452 from jogo-/patch-1
Fix spelling in papercuts.github-issues
2021-02-02 09:59:08 +01:00
jogo- 2604a356e2
Fix typo in papercuts.github-issues 2021-02-02 06:28:43 +01:00
Raymond Zhao ee29ad444b Include closed issues too for verification found.
In the notebook, for verification-steps-needed and verification-found,
include closed issues as well, in case there are issues in the current
milestone that have those labels but are closed for some reason.
2021-02-02 05:21:56 +00:00
SteVen Batten 7583817a12 added unreleased fixes to endgame notebook 2021-02-01 09:27:26 -08:00
jogo- ef2c97e92f
Fix spelling in papercuts.github-issues 2021-01-30 07:05:39 +01:00
Johannes Rieken 52f437953d add my paper cuts 2021-01-29 14:45:57 +01:00
Johannes Rieken 99c406699f fix mixed cells 2021-01-29 10:32:10 +01:00
Johannes Rieken e5b02b0610 liberate papercut usages 2021-01-29 10:05:43 +01:00
Raymond Zhao 9d9aebd2e6 Add vscode-emmet-helper and restrict some labels 2021-01-28 20:59:47 +00:00
SteVen Batten ed4bd04c90 add other duplicate label to my endgame notebook 2021-01-28 11:17:57 -08:00
Sandeep Somavarapu 33e804f211 update milestone 2021-01-28 17:18:42 +01:00
Johannes Rieken 774f887a98 update notebook 2021-01-26 16:54:36 +01:00
Ladislau Szomoru 137b6f5a46 Update endgame notebooks 2021-01-25 09:06:38 +01:00
Rob Lourens d2cbc66835 Add empty problem matchers to build tasks so they don't ask me questions 2021-01-24 15:35:43 -08:00
Johannes Rieken 914d8dff29 add notebook for notebook paper cuts 2021-01-21 10:07:21 +01:00
João Moreno 0e7f3d0d8c
Revert "remove colorize-tests extension usage"
This reverts commit d577c4b18d.
2021-01-19 11:39:39 +01:00
João Moreno d577c4b18d
remove colorize-tests extension usage 2021-01-15 12:59:42 +01:00
Connor Peet 9d39f4e6cb
don't auto insert semicolons 2021-01-12 09:31:17 -08:00
Connor Peet e3b18fa3ef
testing: add filter box 2021-01-11 13:04:22 -08:00
Erich Gamma 296ba5464b Remove obsolete chrome debugger recommendation 2021-01-06 09:31:15 +01:00
Johannes Rieken ca370bdb0a update my work query 2021-01-04 14:31:29 +01:00
Connor Peet 16c2193e3f
eng: avoid duplicate prelaunch task runs
Fixes https://github.com/microsoft/vscode/issues/112078
2020-12-18 12:09:25 -08:00
Connor Peet 65e1707d19
format js/ts on save 2020-12-17 08:13:35 -08:00
Johannes Rieken 36b48f4984 milestone update 2020-12-14 09:59:54 +01:00
Johannes Rieken e24db417b2 update my-work notebook 2020-12-09 12:28:49 +01:00
Ladislau Szomoru 6f5448afac Include candidate pull requests 2020-12-08 09:02:07 +01:00
Ladislau Szomoru c2de3a602e Tweak candidates notebook query 2020-12-07 16:35:05 +01:00
Ladislau Szomoru 4095701c70 Exclude endgame-plan issues from query 2020-12-03 10:41:20 +01:00
Johannes Rieken 0ea221b325 fix query, remove commas 2020-12-03 09:55:01 +01:00
Johannes Rieken 4f33022639 add verification query for issues from non-vscode team members 2020-12-03 09:50:46 +01:00
Rob Lourens a9100d686c Update verification notebook milestone 2020-12-02 11:32:58 -08:00
Ladislau Szomoru f89bb0d54a Tweak verification needed query 2020-12-01 16:42:18 +01:00
Johannes Rieken 9395c9403b ignore already verified items 2020-12-01 12:05:59 +01:00
Ladislau Szomoru cedc2850ec Exclude testplan-item label 2020-11-30 10:25:55 +01:00
Ladislau Szomoru 42bb62a06f Exclude endgame-plan label 2020-11-27 10:57:03 +01:00
Ladislau Szomoru b269cd9464 Add open pull request query 2020-11-26 15:50:31 +01:00
Ladislau Szomoru 2864ebf134 Do not include iteration plans into the open issues 2020-11-25 12:38:53 +01:00
Ladislau Szomoru 72f4a2a7de Fixed $REPOS macro 2020-11-25 12:00:35 +01:00
Ladislau Szomoru 6f87c1cf7f Removed "duplicate" label 2020-11-23 20:20:01 +01:00
Ladislau Szomoru 8e76838da5 Tweaked endgame notebook, added my endgame notebook 2020-11-23 20:15:14 +01:00
Ladislau Szomoru 4ae26a1563 Update milestone 2020-11-22 15:48:33 +01:00
Johannes Rieken 49a1f40890 update my-work notebook 2020-11-18 17:13:14 +01:00
Rob Lourens db6fbd581a
Merge branch 'master' into connor4312/fix-search-freeze-on-long-lines 2020-11-10 11:25:16 -08:00
Erich Gamma 982689e007 added GH PR extension to list of tracked repos 2020-11-10 15:01:17 +01:00
Connor Peet df7fdd6515
search: fix freezing ui on long lines
Fixes https://github.com/microsoft/vscode/issues/109902
2020-11-09 16:15:29 -08:00
Erich Gamma 7ca4a47ba5 add vscode-test 2020-11-09 10:04:43 +01:00
Erich Gamma d43e45b796 updates 2020-11-05 11:44:58 +01:00
Erich Gamma bfb73347bc Added a grooming delta notebook 2020-11-05 11:12:39 +01:00
Johannes Rieken f17f51878e update milestones in notebooks 2020-11-03 16:54:18 +01:00
Johannes Rieken 70227b45b5 remove unused label 2020-11-03 15:20:25 +01:00
Connor Peet 296aa89012
debug: improve attach to vscode config 2020-11-02 15:15:14 -08:00
Johannes Rieken 2b0ede6ea7 update outside list 2020-10-29 11:10:03 +01:00
Johannes Rieken b213389208 update verify-notebook 2020-10-29 10:43:17 +01:00
Johannes Rieken 71616bd36d delete obsolete es6-search file, https://github.com/microsoft/vscode/issues/103454 2020-10-27 18:10:28 +01:00
rebornix c049c63281 update endgame notebook. 2020-10-27 09:08:05 -07:00
Connor Peet 9b646fda6c
debug: adopt perScriptSourcemaps options for faster browser debugging 2020-10-21 16:34:59 -07:00
Alex Dima b3f4f13920
Fix unit test 2020-10-20 15:29:35 +02:00
Johannes Rieken d369bb1a90 update search file 2020-10-15 18:27:15 +02:00
Johannes Rieken 4e953775d8 updates 2020-10-15 17:34:02 +02:00
Johannes Rieken 6ca5884389 notebook for missing type, missing feature area, https://github.com/microsoft/vscode/issues/108472 2020-10-15 16:00:12 +02:00
Johannes Rieken 8ad89d0f09 update search file 2020-10-09 14:32:11 +02:00
Johannes Rieken 12d8f740aa updates search file 2020-10-08 11:34:31 +02:00
Johannes Rieken a8cf19d34a use tt policy when rendering html from markdown, https://github.com/microsoft/vscode/issues/106396 2020-10-08 10:07:46 +02:00
Connor Peet d15cc23e6e fix: allow debugging unit tests in web/codespaces
Fixes https://github.com/microsoft/vscode-internalbacklog/issues/1472
2020-10-06 17:38:30 +00:00
Johannes Rieken 40cd3b8bdd update search file, remove unused functions, https://github.com/microsoft/vscode/issues/103454 2020-10-06 10:25:37 +02:00
Johannes Rieken 690cbd53ef no more emmet ignore 2020-10-05 16:42:09 +02:00
Johannes Rieken 2af1bdd1fc update search file 2020-10-05 11:39:29 +02:00
Johannes Rieken ea3c3a0c1d update es6 search file https://github.com/microsoft/vscode/issues/103454 2020-10-05 11:37:56 +02:00
rebornix 357d4e7a0e revert unnecessary endgame notebook change 2020-09-30 11:58:11 -07:00
rebornix 9d4ebd493d add my test plan item in endgame notebook. 2020-09-30 11:04:17 -07:00
SteVen Batten be89f7901c rename 2020-09-29 11:40:16 -07:00
SteVen Batten 75272ee581 move endgame notebooke 2020-09-29 10:53:12 -07:00
Johannes Rieken 4c72203007 update inbox notebook 2020-09-29 12:58:23 +02:00
Johannes Rieken 3593945feb final newline 2020-09-29 09:08:58 +02:00
João Moreno c6688faf96
Merge remote-tracking branch 'origin/master' into joao/build-cleanup 2020-09-22 14:55:57 +02:00
João Moreno 448115e436
set default formatter for js 2020-09-22 14:36:58 +02:00
Johannes Rieken c4b0d87268 https://github.com/microsoft/vscode/issues/103454 2020-09-22 12:11:53 +02:00
Johannes Rieken ff7a107e41 update search file 2020-09-18 10:47:37 +02:00
ChaseKnowlden e8760a5d6c Fix capitalization of GitHub org 2020-09-17 11:43:03 +02:00
Benjamin Pasero fcb916f02c debt - remove array.first (#103454) 2020-09-16 14:20:25 +02:00
Johannes Rieken db78402816 update search files 2020-09-14 15:38:31 +02:00
Johannes Rieken 55a7f0aa48 update search file, https://github.com/microsoft/vscode/issues/106395 2020-09-11 10:10:35 +02:00
Johannes Rieken 226c417bc6 update trusted types search 2020-09-10 11:30:10 +02:00
Johannes Rieken 758f35532b trusted types - use textContent for style elements, fyi @rebornix 2020-09-09 14:37:27 +02:00
Johannes Rieken 900e16aea7 update trusted types search 2020-09-09 14:22:00 +02:00
Johannes Rieken e516bf3251 updated searches 2020-09-09 09:39:23 +02:00
Johannes Rieken 7b08ea7e02 notebook update 2020-09-08 16:34:41 +02:00
Johannes Rieken 0d6a1f8e1c TrustedTypes - use clearNode instead of innerHTML 2020-09-08 09:42:19 +02:00
Johannes Rieken a002404b2e update notebooks 2020-09-08 09:39:17 +02:00
Johannes Rieken 0e91435a07 chore - trusted types search 2020-09-08 09:31:04 +02:00
Connor Peet df30a1ff76
fix: resolve sourcemaps in extensions
Fixes https://github.com/microsoft/vscode/issues/105859
2020-09-01 10:59:48 -07:00
Johannes Rieken 45e6a5e617 yarn.lock and task for tsec, https://github.com/microsoft/vscode/issues/105747 2020-09-01 13:04:39 +02:00
Benjamin Pasero 651fb28e3c web - rename resources/serverless => resources/web 2020-08-18 09:49:53 +02:00
Connor Peet 49924e7ba0
debug: improve self-host debug configurations
https://github.com/microsoft/vscode/issues/100368
2020-08-12 16:41:11 -07:00
Johannes Rieken 038573aa0f update notebooks 2020-08-11 16:15:41 +02:00
Johannes Rieken 4f00cac434 update es6 search 2020-08-10 12:52:12 +02:00
Jackson Kearl f64150b9bc Bump issue notebook month 2020-08-06 11:07:53 -07:00
Connor Peet 322293b46e
fix: vscode prelaunch task failing on case-sensitive filesystems
Fixes https://github.com/microsoft/vscode/issues/104105
2020-08-06 08:10:20 -07:00
Ladislau Szomoru 4108388d87 Add Wiki content, update queries 2020-08-04 15:59:19 +02:00
Connor Peet 262ab802d3
launch: check prerequisites in a pre-launch task
Fixes https://github.com/microsoft/vscode/issues/103708
2020-07-31 10:55:07 -07:00
Matt Bierner bdd3721849 Add custom editor test extension
Adds a simple set of tests for custom editors in a new extension. This is currently not run during CI since we want more testing to make sure it is reliable
2020-07-29 14:05:44 -07:00
Johannes Rieken 676ee1c945 add api notebook 2020-07-14 17:01:48 +02:00
Matt Bierner 362d345448 Adding tests for opening markdown document links 2020-07-10 13:25:55 -07:00
Johannes Rieken 0d7c4a6f20 update es6.code-search 2020-07-10 11:58:02 +02:00
Johannes Rieken 5cb5e32a4e dont recommend extension needing proposed API 2020-07-10 08:45:45 +02:00
Alex Ross 42764922e9 Add daemon build kill tasks 2020-07-08 13:53:39 +02:00
João Moreno 7199c076e3 use compound tasks for selfhost 2020-07-07 11:34:06 +02:00
Johannes Rieken fd8a7749f7 update queries 2020-07-03 10:27:26 +02:00
João Moreno a6327082d1 parallelize watch-client and watch-extensions 2020-07-03 10:25:24 +02:00
Miguel Solorio f3280356e4 Remove empty line 2020-07-02 14:32:30 -07:00
Connor Peet 800caa0f7f
debug: close whole vscode 'browser' when ending sessions
Fixes https://github.com/microsoft/vscode-js-debug/issues/554
2020-07-02 11:37:22 -07:00
Johannes Rieken 7e9c8f4814 exclude duplicates from verification 2020-07-02 11:58:22 +02:00
Johannes Rieken 819bc7363d tweaks 2020-07-02 11:28:24 +02:00
Johannes Rieken cf6b10a88a add verification notebook 2020-07-02 11:26:43 +02:00
Matt Bierner 1512c95b66 Update to latest TS nightly for building VS Code 2020-06-29 14:40:15 -07:00
Eric Amodio 2fbb91cca4 Adds tasks for web extensions 2020-06-29 11:43:09 -04:00
Chuck Lantz 0710dca120
Merge branch 'master' into clantz/dev-container 2020-06-29 06:47:03 -07:00
Matt Bierner a8f1fedaf6 Update to latest TS 4.0 for building VS Code
Also removes an unused export that was causing compile issues
2020-06-22 15:02:52 -07:00
Johannes Rieken c66ac0387c move perf data into separate file that's ignored by search, fyi @sandy081 2020-06-18 11:21:23 +02:00
Johannes Rieken fd2658d804 fix indentation 2020-06-15 16:14:34 +02:00
Johannes Rieken b4da98ac07 add more repos to my-work 2020-06-10 16:23:39 +02:00
Johannes Rieken cd6a361d7f notebook tweaks 2020-06-10 16:18:28 +02:00
Johannes Rieken 72627fa53b tweak my work 2020-06-10 16:11:39 +02:00
Johannes Rieken be0a7e2e66 add my-work and inbox GH notebooks 2020-06-10 16:04:56 +02:00
Eric Amodio bb97e452f1 Fixes #99666 - moves code-web into resources/ 2020-06-09 10:59:15 -04:00
Chuck Lantz fa63641648
Merge branch 'master' into clantz/dev-container 2020-06-09 07:57:55 -07:00
Eric Amodio c523955ccc Removes unneeded -- with yarn 2020-06-08 18:09:37 -04:00