Commit graph

74067 commits

Author SHA1 Message Date
Matt Bierner
072d922c45 Revert "Revert "Pick up offical TS build for web server""
This reverts commit eb5c4388c7.
2020-12-11 13:39:19 -08:00
Matt Bierner
5b8a6ee21b Add more logging to resource loading for webviews 2020-12-11 13:39:19 -08:00
Matt Bierner
771068e997 Remove unused function 2020-12-11 13:39:19 -08:00
Alexandru Dima
3bad41ff3c
Attempt to run things in parallel 2020-12-11 22:36:44 +01:00
Alexandru Dima
0dd9cdbb45
Fix env variable usages 2020-12-11 22:17:46 +01:00
Alexandru Dima
e2e23aeb77
Add a compile and a linux build step 2020-12-11 22:15:15 +01:00
Miguel Solorio
f79e3aea63 Fix notebook status bar icon colors (fixes #112323) 2020-12-11 12:55:43 -08:00
Alexandru Dima
e3e3f8802f
Abandon composite actions since they cannot actually compose on other actions 2020-12-11 21:40:29 +01:00
Alexandru Dima
d1d4143971
Attempt using absolute path 2020-12-11 21:36:30 +01:00
Alexandru Dima
7e7c1de569
Follow the expected naming scheme 2020-12-11 21:33:46 +01:00
Alexandru Dima
623440c55c
Extract cached yarn logic to a separate file 2020-12-11 21:27:08 +01:00
Alexandru Dima
01ea0ecc09
Remove playwright caching 2020-12-11 21:17:52 +01:00
Matt Bierner
eb5c4388c7 Revert "Pick up offical TS build for web server"
This reverts commit f29a3cabc4.
2020-12-11 12:14:58 -08:00
Matt Bierner
92723a8a2c Bump markdown-it and highlight versions 2020-12-11 12:14:27 -08:00
Alexandru Dima
52d2132e8d
Move valid layers check together with the hygiene check 2020-12-11 21:11:54 +01:00
Brian Clark
4942f24205
quick fix for setting description typo (#112327) 2020-12-11 12:06:22 -08:00
Alexandru Dima
641abd4170
Extract the hygiene check to its own job 2020-12-11 21:01:50 +01:00
Alexandru Dima
0ec1755aa9
Simplify caching strategy 2020-12-11 20:33:02 +01:00
Alexandru Dima
d819caf1d2
Fix if condition 2020-12-11 20:19:57 +01:00
Alexandru Dima
c7fa4ef021
Troubleshoot expression 2020-12-11 20:13:59 +01:00
Jackson Kearl
b2444f539b Open Search Editor Action Bar item should clone search view's config
Closes #112209
2020-12-11 10:31:54 -08:00
Ladislau Szomoru
e1bc069d6a Push workflow stub file 2020-12-11 19:15:09 +01:00
Alexandru Dima
76436a4d43
Cache the /build/ folder compilation 2020-12-11 17:42:20 +01:00
Alexandru Dima
2554c8c14e
Remove the linux-node-modules job 2020-12-11 17:24:29 +01:00
Alexandru Dima
a012236111
Define path for the Cache node modules step 2020-12-11 17:13:05 +01:00
Alexandru Dima
dc99b1ab77
Add the key property to the Cache node modules action 2020-12-11 17:08:01 +01:00
Alexandru Dima
5e6152dcb3
Introduce a linux-node-modules job 2020-12-11 17:00:54 +01:00
Martin Aeschlimann
50d0d5f0d2 Theme icon modifiers should work everywhere. Fixes #112298 2020-12-11 16:48:45 +01:00
Martin Aeschlimann
2fc36a7d38 enum all breakpoint icons, avoid css selectors with patterns 2020-12-11 16:48:45 +01:00
Alexandru Dima
824df4da78
Fix duplicate name 2020-12-11 16:42:04 +01:00
Alexandru Dima
00c3a0bc9d
Gotta love yaml 2020-12-11 16:41:05 +01:00
Alexandru Dima
b95feff039
Fix indentation 2020-12-11 16:39:18 +01:00
Alexandru Dima
27dee68867
Attempt to revive linux github action 2020-12-11 16:36:40 +01:00
Alexandru Dima
b9b1b6156f
Run compile on the /build/ folder if the node_modules cache is hit 2020-12-11 16:18:13 +01:00
Johannes Rieken
ed584f486e use tt policy for nested workers, https://github.com/microsoft/vscode/issues/108400 2020-12-11 16:17:57 +01:00
Alexandru Dima
d39671e7cb
Convert to use for ... of 2020-12-11 16:07:47 +01:00
Sandeep Somavarapu
8f78f153fe Fix #112221 2020-12-11 15:59:44 +01:00
Alexandru Dima
bfaaca632f
Fix array syntax 2020-12-11 15:51:44 +01:00
Alexandru Dima
d9f2b49323
Attempt to cache all node_modules folders 2020-12-11 15:48:49 +01:00
Sandeep Somavarapu
8af387dddd Fix #112287 2020-12-11 15:42:17 +01:00
Alexandru Dima
b857599fb9
Attempt to cache root node modules 2020-12-11 15:36:11 +01:00
Sandeep Somavarapu
887bc52743 remove extra separator 2020-12-11 15:35:58 +01:00
Benjamin Pasero
684ceea0ed 🆙 distro 2020-12-11 15:31:30 +01:00
Sandeep Somavarapu
c350d8b423 #92038 Move panel actions to use menu registry 2020-12-11 15:22:07 +01:00
Johannes Rieken
f211a2bbe9 clarify docs, fixes https://github.com/microsoft/vscode/issues/111686 2020-12-11 15:14:50 +01:00
Johannes Rieken
fff6f7414f 💄 remove commented code 2020-12-11 15:04:14 +01:00
Alex Dima
eea0681288
adopt actions/setup-node@v2-beta 2020-12-11 14:48:05 +01:00
Johannes Rieken
af74fd420b nuke getSecondaryActions from outline, https://github.com/microsoft/vscode/issues/92038 2020-12-11 14:44:10 +01:00
Sandeep Somavarapu
56e35cf038 #92038 Create view and viewPaneContainer util actions 2020-12-11 13:33:39 +01:00
Johannes Rieken
136df0d897 nuke getActions in outline pane, https://github.com/microsoft/vscode/issues/92038 2020-12-11 13:13:37 +01:00