Commit Graph

10463 Commits

Author SHA1 Message Date
Matt Bierner
c0885dd0c4 Add task to build extension media (#119294)
This lets us avoid checking in the compiled js files that are used inside webviews and notebooks
2021-03-18 19:15:59 -07:00
Eric Amodio
45ef649384 Adds support for fork on push for Codespaces 2021-03-18 18:46:50 -04:00
Martin Aeschlimann
5804f7dd83 Merge branch 'main' into aeschli/testsinwebworker 2021-03-18 13:10:18 +01:00
Alex Ross
3da9f36645 Cancel packagejson search in npm after 1 second 2021-03-18 12:00:20 +01:00
Alex Ross
c359effab0 Fix unconfiguredPortsAttributes in devcontainer.json 2021-03-18 11:31:47 +01:00
Matt Bierner
111a6cec70 Don't include build files in repo 2021-03-17 17:57:09 -07:00
Matt Bierner
3e4c057624 Make sure we exclude ts files from published build 2021-03-17 17:53:23 -07:00
Matt Bierner
043a0ee0d9 Try cache busting on reload in simple browser
Fixes #118389
2021-03-17 17:24:48 -07:00
Matt Bierner
b9f33fc242 Rename CodeActionKind.Manual -> Invoke
For #118084
2021-03-17 16:57:22 -07:00
Matt Bierner
e7f3b77a9c Remove typings for unused package 2021-03-17 16:50:32 -07:00
Matt Bierner
a7ae58f4db Use rmdirSync instead of rimraf 2021-03-17 16:50:32 -07:00
Rachel Macfarlane
05e970086c Add missing change session events to ms auth provider 2021-03-17 15:57:11 -07:00
Alex Ross
fdb91e27d3 Add new unconfiguredPortsAttributes to config edit 2021-03-17 13:42:34 +01:00
Matt Bierner
fc8d7681c4 Make sure katex styles are shipped under root of
Also copies of just the katex css we need instead of bundling the entire module
2021-03-16 17:43:52 -07:00
Matt Bierner
581a659d42 Update markdown notebook scripts 2021-03-16 17:28:29 -07:00
Matt Bierner
806c22dcc9 Skip multiple tabs test for now
This seems to work properly in my testing but breaks with the new markdown renderer. Will investigate further
2021-03-16 17:28:29 -07:00
Martin Aeschlimann
c09b3d2358 typescript: enable built-in 2020 semantic token support 2021-03-17 00:15:42 +01:00
Daniel Imms
b38200cf0a Ignore testWorkspace tasks.json 2021-03-16 07:25:24 -07:00
Daniel Imms
2d536914ea Await task config updates 2021-03-16 07:20:49 -07:00
Daniel Imms
e8f5186722 Improve task test layout 2021-03-16 06:29:44 -07:00
Daniel Imms
1b9a61662a Regression test for #118256
Part of #118256
2021-03-16 06:28:16 -07:00
Ladislau Szomoru
149a8b71c5 Workspace trust changes (#119017)
* Add dialog button customisation and reject promise if cancelled
* Use different promises to modal/soft requests
2021-03-16 10:18:42 +00:00
Martin Aeschlimann
51a15dee0a update seti theme. fixes #118912 2021-03-15 22:13:09 +01:00
Martin Aeschlimann
ae510aec2a no indent after 'source' tag: for #118902 2021-03-15 15:16:43 +01:00
Benjamin Pasero
7a55f6fed7 skip failing notebook test 2021-03-15 13:24:01 +01:00
Johannes Rieken
0e05a1f21a fix integration test 2021-03-15 09:11:45 +01:00
Johannes Rieken
819cb01e0e make notebook integration test more stable, fixes https://github.com/microsoft/vscode/issues/118889 2021-03-15 08:58:55 +01:00
Peng Lyu
1a5d7f4f8e Merge pull request #118482 from microsoft/rebornix/nb-list-focus
Rebornix/nb list focus
2021-03-12 11:56:14 -08:00
Abhijeet Joshi
b81cea2a35 Fix Emmet abbreviation for Handlebars style blocks (#118832)
Co-authored-by: Abhijeet Joshi <abhjos@microsoft.com>
2021-03-12 11:54:16 -08:00
rebornix
216bff5771 Merge remote-tracking branch 'origin/main' into rebornix/nb-list-focus 2021-03-12 10:59:40 -08:00
rebornix
eac163c061 fix tests. 2021-03-12 10:56:46 -08:00
Matt Bierner
d31566b57f Don't include css in main katex bundle 2021-03-11 14:03:01 -08:00
Alex Ross
bc405e936f Try new CSS grammar
Fixes #115480
2021-03-11 16:09:05 +01:00
Matt Bierner
9b2ee7fb7d Reduce size of Katex bundle
Only load woff2 fonts instead of including all fallback font types in the bundle
2021-03-10 19:56:46 -08:00
Rachel Macfarlane
5b5dd90655 Fix manually providing PAT for GitHub auth, fixes #118675 2021-03-10 14:48:33 -08:00
Matt Bierner
1f2313b4a2 Add back custom editor test workspace 2021-03-10 11:38:06 -08:00
Martin Aeschlimann
f0c44394d1 Merge pull request #118433 from microsoft/aeschli/openWindowsWithAuthority
Pass along remote authority when opening window on folders with custom scheme
2021-03-10 15:01:05 +01:00
Johannes Rieken
637b659e4a refine NotebookCell API 2021-03-10 14:49:05 +01:00
Danylo Shevchenko
6d07984577 fix(typescript-snippet): fixed "newpromise" snippet
Fixed "newpromise" snippet
2021-03-10 06:13:14 +02:00
Rob Lourens
bcb8c8a4f4 Remove notebook document runnable metadata
#106747
2021-03-09 15:26:19 -08:00
Rob Lourens
8454701b67 Update test for api 2021-03-09 15:26:19 -08:00
Matt Bierner
ba54c76164 Use TS replacement span if returned 2021-03-09 12:25:18 -08:00
Eric Amodio
88655de610 Adds logging 2021-03-09 14:11:35 -05:00
Martin Aeschlimann
b8a320867e allow null for remoteAuthority in IBaseOpenWindowsOptions to force local window 2021-03-09 16:05:48 +01:00
Daniel Imms
1e7fbfa767 Merge remote-tracking branch 'origin/main' into tyriar/116467_2 2021-03-09 06:49:30 -08:00
Daniel Imms
e7b0596d89 Revert "Comment out notebook compile error"
This reverts commit 7bcec04426.
2021-03-09 06:49:10 -08:00
Johannes Rieken
aaf6287ecc remove skipped test 2021-03-09 15:48:16 +01:00
Daniel Imms
7bcec04426 Comment out notebook compile error 2021-03-09 06:46:29 -08:00
Daniel Imms
d1dbb93317 Remove remote test failure comment
FIxes #96057
2021-03-09 05:36:38 -08:00
Daniel Imms
6d01ad952a Merge remote-tracking branch 'origin/main' into tyriar/116467_2 2021-03-09 05:35:42 -08:00