Commit graph

10436 commits

Author SHA1 Message Date
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
Johannes Rieken 8c436826ae
Merge pull request #118471 from DonJayamanne/openNotebookBug
Repro for bug https://github.com/microsoft/vscode/issues/118470
2021-03-09 11:12:15 +01:00
Alex Ross 425316c376
Add a compose language (#118042) 2021-03-09 10:52:58 +01:00
Daniel Imms 09c3c2d3be Remove broken part of test 2021-03-08 17:43:35 -08:00
Daniel Imms 5fdbc82111 Re-enable task and term test 2021-03-08 17:07:14 -08:00
Daniel Imms 8fe29a7c41 Uncomment in test 2021-03-08 15:52:59 -08:00
Daniel Imms 30f4163184 Skip the failing test for remote only 2021-03-08 15:12:24 -08:00
Raymond Zhao bdbf585012
Bump vscode-emmet-helper, fixes #118363 2021-03-08 13:51:07 -08:00
Daniel Imms 221e20b374 Re-enable, add some more test logs 2021-03-08 11:44:37 -08:00
Don Jayamanne a39e734365 Oops 2021-03-08 11:05:28 -08:00
Don Jayamanne 584999658e Bug 2021-03-08 11:02:10 -08:00
Daniel Imms 45c032da7a Skip the failing task test 2021-03-08 08:17:16 -08:00
Daniel Imms 4d3b158023 Disable terminal tests in remote again, fix settings for tasks 2021-03-08 05:54:43 -08:00
Daniel Imms 1cd624c12a Merge remote-tracking branch 'origin/main' into tyriar/116467_2 2021-03-08 05:52:24 -08:00
Martin Aeschlimann caed3ea183
Merge pull request #118269 from davidanthoff/julia-indentation-rules
Add Julia indentation rules
2021-03-08 13:22:18 +01:00
João Moreno 007baec8d5 fixes #118214 (#118425)
* fixes #118214

* address feedback
2021-03-08 12:51:56 +01:00
Daniel Imms 074632a51f Try enable remote terminal integration tests
Part of #96057
2021-03-06 10:20:30 -08:00
Sora Morimoto 508fcfbb53 Add more OCaml related file extensions to the OCaml group
Signed-off-by: Sora Morimoto <sora@morimoto.io>
2021-03-06 20:58:40 +09:00
Matt Bierner e066c74761 Document new fixedChunkSizePolling ts watch mode 2021-03-05 18:49:17 -08:00
Daniel Imms 02a5d5925b Disable relaunch in tests 2021-03-05 17:51:34 -08:00
Daniel Imms 755fae50ab Bail out of create process if it's been disposed
This is likely the cause of several terminal test issues we've been seeing,
especially on remote. When process creation becomes async, the process
seems to hang around if the terminal was disposed during the process
creation.

Another thing to consider if env var relaunches messing with tests.
2021-03-05 17:47:39 -08:00
Daniel Imms b15bbfa851 More test logs 2021-03-05 16:21:33 -08:00
Daniel Imms ff09362f44 Merge remote-tracking branch 'origin/main' into tyriar/116467_2 2021-03-05 15:34:48 -08:00
Daniel Imms 7af259ab84 Add logs to test 2021-03-05 14:59:23 -08:00
Eric Amodio c24bfc336c 💄& localization 2021-03-05 17:54:27 -05:00
David Anthoff c18378655b Add Julia indentation rules 2021-03-05 14:14:46 -08:00
Matt Bierner f704f80f87 Pick up TS 4.2.3
For #118260
2021-03-05 12:44:48 -08:00
Oleg Demchenko 48be13acf8
Check if VSCode runs serverless (#118233)
In situations when VSCode runs as remote or serverless we should attempt
authentication flow without a local server.
2021-03-05 09:08:36 -08:00