Commit graph

586 commits

Author SHA1 Message Date
Matt Bierner 5b21c7f28b
Run our custom eslint rules using ts-node (#157532)
* Run our custom eslint rules using ts-node

Use `ts-node` to run our custom eslint rules.  This lets us delete the pre-compiled js. It also means you can don't have to compile the rules while editing them

As part of this change, I've also switched us to using an eslint plugin instead of a rulesDir. This is now the preferred way to ship custom rules

* Fix two more disables

* Move ts-node to project root

* Enable transpileOnly
2022-08-29 09:39:09 -07:00
Sandeep Somavarapu 6ec6d9d94d
Fix #158219 (#159289) 2022-08-26 14:05:37 +02:00
Rob Lourens c7be140926
Update list of team members in my-endgame notebook (#159082) 2022-08-24 19:48:25 +02:00
Matt Bierner 61be189220
Update endgame notebook milestones (#158844) 2022-08-23 08:31:08 +02:00
Ladislau Szomoru 8bc7e3dc4e
Engineering - Update notebook (#158751)
Update notebook
2022-08-22 15:08:14 +02:00
Joyce Er 5a9675ec6b
Bump milestone in endgame notebook (#158632) 2022-08-19 17:37:48 -07:00
Rob Lourens 5a94444624
Remove pwa- from launch.json (#158234) 2022-08-16 05:16:35 +01:00
Matt Bierner 57599a9ecd
Bump api notebook milestone (#157011) 2022-08-03 11:38:52 -04:00
Logan Ramos 7163116004
Update label triage-needed (#156202) 2022-07-25 21:27:29 +02:00
Logan Ramos 1a7d1b4230
Fix missing label changes (#156164) 2022-07-25 16:37:32 +02:00
Johannes Rieken a74ce8a5ce
update miletsone (#155028) 2022-07-13 10:00:08 +02:00
Matt Bierner cdb606fc06
Bump api notebook milestone (#154369) 2022-07-07 15:46:18 +00:00
Johannes 7c78e2ea8e
enable merge editor for the team 2022-06-27 12:55:05 +02:00
Ladislau Szomoru 81113e2d4b
Engineering - Update notebooks (#153273)
Update notebooks
2022-06-27 08:59:17 +02:00
Matt Bierner bbe7b54cf4
Remove custom editor tests (#152777)
These tests are not actively being run or maintained. Removing them for now
2022-06-21 15:37:19 -04:00
Martin Aeschlimann c46555d9c8
Tests for configuration editing completion providers (#151953)
tests for configuration editing completion providers
2022-06-14 09:08:27 +02:00
Johannes da01cb05cb
update notebook milestones 2022-06-08 15:43:12 +02:00
Connor Peet 21e6c2aac0
debug: enable crash reporter when running debugging (#151430) 2022-06-08 11:11:13 +02:00
Sandeep Somavarapu 6a670d79c3
add ms-vscode.vscode-selfhost-test-provider to workspace recommendations (#150979) 2022-06-01 15:40:57 +00:00
Logan Ramos 134df57c2b
Update some milestones in notebooks (#150545) 2022-05-27 15:21:56 +00:00
João Moreno 3ed15398de
update endgame notebook (#150407) 2022-05-25 13:22:30 -07:00
Ladislau Szomoru 3b4fb8e3b1
Add branch protection settings (#149437) 2022-05-13 05:15:14 -07:00
Ladislau Szomoru 3549cf9f3a
Enable random branch creation (#149241) 2022-05-11 09:43:34 +00:00
Alex Ross 9fe391d5eb
Add squash as default merge method (#149237) 2022-05-11 11:04:32 +02:00
Alex Ross 934e378165
Add setting to assign PRs to self (#149139) 2022-05-10 08:02:20 +00:00
Johannes Rieken 9837a6708f
update API milestone 2022-05-03 08:20:37 +02:00
Johannes Rieken 180d8e93c1
update my work milestone 2022-05-02 11:06:43 +02:00
Johannes Rieken d62d95d4dc
update team list 2022-04-27 14:13:32 +02:00
Jackson Kearl 872a78f6e9
Close #148090 2022-04-25 16:55:35 -07:00
Ladislau Szomoru e79abae520
Update endgame notebook 2022-04-25 09:48:10 +02:00
Johannes 89d7548ecc
enable inline quick suggestions to force team feedback 2022-04-05 14:33:32 +02:00
Babak K. Shandiz 7fc55261aa
Ask user to select PR templates when forking a repository (#143733)
* Add getPullRequestTemplates method to discover templates

Signed-off-by: Babak K. Shandiz <babak.k.shandiz@gmail.com>

* Add method to quick pick for PR templates

Signed-off-by: Babak K. Shandiz <babak.k.shandiz@gmail.com>

* Handle possible PR templates

Signed-off-by: Babak K. Shandiz <babak.k.shandiz@gmail.com>

* Remove unnecessary return value assignment

Co-authored-by: João Moreno <mail@joaomoreno.com>

* Change comparison operands' order

Co-authored-by: João Moreno <mail@joaomoreno.com>

* Remove sorting template URIs in pickPullRequestTemplate

Signed-off-by: Babak K. Shandiz <babak.k.shandiz@gmail.com>

* Sort template URIs before showing quick-pick list

Signed-off-by: Babak K. Shandiz <babak.k.shandiz@gmail.com>

* Rename getPullRequestTemplates method to findPullRequestTemplates

Signed-off-by: Babak K. Shandiz <babak.k.shandiz@gmail.com>

* Find Github PR templates in-parallel using readdir/stat

Signed-off-by: Babak K. Shandiz <babak.k.shandiz@gmail.com>

* Export method for visibitliy in tests

Signed-off-by: Babak K. Shandiz <babak.k.shandiz@gmail.com>

* Add tests for Github PR template detection

Signed-off-by: Babak K. Shandiz <babak.k.shandiz@gmail.com>

* Add launcher configration to run Github tests

Signed-off-by: Babak K. Shandiz <babak.k.shandiz@gmail.com>

* 💄

* Replace stat with readDirectory for OS native case sensitivity

Signed-off-by: Babak K. Shandiz <babak.k.shandiz@gmail.com>

* Delete some files to avoid duplicate names on case insensitive envs

Signed-off-by: Babak K. Shandiz <babak.k.shandiz@gmail.com>

* Exclude deleted files from test case expected result

Signed-off-by: Babak K. Shandiz <babak.k.shandiz@gmail.com>

Co-authored-by: João Moreno <mail@joaomoreno.com>
Co-authored-by: João Moreno <joao.moreno@microsoft.com>
2022-04-01 07:07:33 -07:00
Johannes Rieken 9ab351fa85
update API notebook milestone 2022-03-29 07:57:24 +02:00
Johannes Rieken 5444f79160
update my work milestone 2022-03-28 08:24:40 +02:00
Logan Ramos 72c4ca754b
Update milestone on verification notebook 2022-03-25 12:22:05 -04:00
Jackson Kearl cc92ff83be
Revert "Promote file nesting out of experimental"
Will continue with experimental rollout in order to investigate potential alternative configuration formats

This reverts commit 4ae1f28671.
2022-03-22 11:44:51 -07:00
Jackson Kearl f6533ad8b1
Dogfood file nesting in vscode 2022-03-22 11:44:51 -07:00
Dirk Baeumer 16a4d24cbb
Add query for test iitems without milestone 2022-03-21 21:47:52 +01:00
Johannes Rieken 74942e165d
update endgame notebooks 2022-03-21 13:12:58 +01:00
Jackson Kearl 4ae1f28671
Promote file nesting out of experimental 2022-03-18 17:26:50 -07:00
João Moreno 04229c64e0
add PRs to my work notebook 2022-03-10 14:42:18 +01:00
Alex Dima 61ad5b6eef
Consider error-telemetry to be a type label 2022-03-09 21:03:13 +01:00
Alex Dima 7412074cf3
Add missing repo and missing label 2022-03-08 08:48:49 +01:00
Johannes Rieken d13e7e7d6d
update milestones in notebooks 2022-02-28 11:48:57 +01:00
Tyler James Leonhardt 07601513c7
add -label:unreleased to the my-endgame notebook 2022-02-25 15:23:27 -08:00
Alex Ross db8c1f7877
Add restart VS Code build task
Fixes #143589
2022-02-22 14:29:23 +01:00
Alex Ross 5fff5f1d06
Add close options to build tasks
Fixes #143407
2022-02-21 08:48:59 +01:00
Logan Ramos 25ee7d964c
Change milestone on endgame notebooks 2022-02-18 13:10:53 -05:00
Rob Lourens f3153f1466 Always show mouseover markdown fold buttons for a focused cell 2022-02-10 11:37:32 -08:00
Rob Lourens 2be84d7df0 Hide focus indicator while dragging cell 2022-02-10 10:50:19 -08:00