Commit Graph

11111 Commits

Author SHA1 Message Date
Rob Lourens
26625e8fb3 Fix incorrect buffer slices 2021-07-26 11:39:49 -07:00
Logan Ramos
c8e6d08e3a Update to the latest extension module 2021-07-26 13:44:43 -04:00
Don Jayamanne
198a555322 Ensure ipynb serializer supports node env and large # of outputs 2021-07-26 09:55:42 -07:00
Alex Ross
3d5b13265d Re-add task default API with fixes (#129397)
Part of #79188
2021-07-26 15:30:46 +02:00
Martin Aeschlimann
4feb4fd4d9 [html/css/json] update services 2021-07-25 17:31:20 +02:00
Don Jayamanne
754b1defb0 Fix save error 2021-07-23 17:10:22 -07:00
Don Jayamanne
7f43ac34a1 re-use text encoder 2021-07-23 17:10:22 -07:00
Don Jayamanne
739cc8974f Fix ipynb serializer 2021-07-23 17:10:20 -07:00
Joyce Er
4e5d793a78 ipynb extension need not handle NotebookDocument and NotebookCell
Co-authored-by: rebornix <penn.lv@gmail.com>
2021-07-23 17:07:17 -07:00
Peng Lyu
4148736349 Migrate webview notebook editor backup to builtin serializer (#129211)
* Migrate webview notebook editor backup to builtin serializer

* update extension kind.

* discard webview backup once it is opened in notebook editor.
2021-07-23 16:25:37 -07:00
Tyler Leonhardt
c7e45c4fa4 Add a bunch of logging to github-authentication
Co-authored-by: Eric Amodio <eamodio@users.noreply.github.com>
2021-07-23 15:28:06 -07:00
Matt Bierner
04485223eb Fix undefined not allowed for configFile in ts-load
Seems like the presense of  `configFile` causes problems if it is not a string
2021-07-23 12:06:39 -07:00
Tyler Leonhardt
c1b4cf00b9 update auth extensions to use packageJSON property instead 2021-07-23 11:48:39 -07:00
Tyler Leonhardt
8a4ace6ebf maintain promise instead in github-auth to ensure the exp service doesn't get created twice 2021-07-23 09:24:40 -07:00
Rob Lourens
437f5b7559 ipynb: Prefer "workspace" to"ui"
and "web" is inferred from the browser entrypoint
2021-07-23 09:16:09 -07:00
Tyler Leonhardt
a8134002cd lazily load experimentation service in github-authentication 2021-07-23 09:07:41 -07:00
Daniel Imms
5b5766d77d Fix async in terminal ext host and custom pty impl terminals
Fixes #129240
2021-07-23 06:15:00 -07:00
meganrogge
9b5319cab4 await create terminal call 2021-07-22 20:16:11 -07:00
Matt Bierner
847a6d8cd0 Fix request position of the inlay hints
Fixes #129134

The document may change between the request and when `ensureConfigurationForDocument` completes

I think this should fix the shifting around
2021-07-22 17:53:53 -07:00
Matt Bierner
50ac52ca92 Add explicit list of types 2021-07-22 17:53:53 -07:00
Matt Bierner
0e09ae9244 Don't include node types in markdown-math 2021-07-22 17:53:53 -07:00
Tyler Leonhardt
54a2e15f6b remove unused variable 2021-07-22 17:40:13 -07:00
Tyler Leonhardt
3ed425bef9 Rework github authentication extension to make less HTTP requests.
Co-authored-by: Eric Amodio <eamodio@users.noreply.github.com>
2021-07-22 17:25:59 -07:00
Matt Bierner
560877f625 Don't include @types/node in image-preview extension 2021-07-22 17:19:07 -07:00
Matt Bierner
cd48aa9544 Remove @types/node dep for simple browser
This package does not use any node modules
2021-07-22 17:16:33 -07:00
Matt Bierner
134c345351 Try adding browser specific tsconfig
Trying to add this to catch dependencies we take on node types
2021-07-22 17:00:17 -07:00
Matt Bierner
b7cba9e7d4 Don't use custom tsconfig settings for markdown ext 2021-07-22 17:00:17 -07:00
Matt Bierner
ff922dc231 Use TextDecoder instead of Buffer
Fixes #129165
2021-07-22 13:36:22 -07:00
Matt Bierner
0207dfe18c Remove unused class 2021-07-21 18:32:57 -07:00
Rob Lourens
2bc4f8f94b Simplify TextDecoder call 2021-07-21 15:18:04 -07:00
Rob Lourens
0e6388c47a Merge branch 'dev/joyceerhl/builtin-jupyter' 2021-07-21 15:04:11 -07:00
Rob Lourens
35cc9582a4 Fix serializer buffer slice 2021-07-21 15:03:41 -07:00
Rob Lourens
6ed3b6cc0e Clean up ipynb serializer 2021-07-21 15:03:37 -07:00
Rob Lourens
5793ae026a Rename serializer extension and set up build scripts 2021-07-21 15:03:24 -07:00
Joyce Er
58cc6980d6 Serializer code 2021-07-21 15:03:13 -07:00
Matt Bierner
23d99b3055 Prompt users to update TS versions before reporting issues
Fixes #129131
2021-07-21 14:56:20 -07:00
Matt Bierner
76885d753d Use static list of commit characters
Testing this for the TS side. We think that being consistent may be better than trying to be smart here
2021-07-21 14:56:20 -07:00
VocalTrance
715798221b Fix typo in github-authentication/github.ts (#129100) 2021-07-21 06:30:45 -07:00
Christof Marti
45a5a62228 Remove postAttachCommand from waitFor enum 2021-07-21 11:14:14 +02:00
Alex Ross
8aea156be8 Update css grammar 2021-07-20 09:52:12 +02:00
Matt Bierner
475370b7c9 Check if process exists 2021-07-19 14:14:38 -07:00
Martin Aeschlimann
8023f20a6b update seti theme 2021-07-19 15:59:02 +02:00
Martin Aeschlimann
44488bc348 Merge branch 'main' into pr/adaex/123404 2021-07-19 15:45:52 +02:00
Johannes Rieken
b27a33cc43 no modern JavaScript for us 2021-07-16 17:34:00 +02:00
Daniel Imms
740774991e Remove debug logs 2021-07-16 08:27:51 -07:00
Daniel Imms
bbd67acb25 Remove replaceAll 2021-07-16 06:52:18 -07:00
Daniel Imms
fcce57fc66 Debug logs in test 2021-07-16 06:05:34 -07:00
Daniel Imms
4bcac02b15 Revert "skip failing tests - #128828"
This reverts commit 599f5d2c67.
2021-07-16 05:16:01 -07:00
Sandeep Somavarapu
599f5d2c67 skip failing tests - #128828 2021-07-16 11:43:24 +02:00
Alex Ross
cbde02b886 Failing test: Revert "Add isDefault to TaskGroup API (#128596)"
This reverts commit 48975dc080.
2021-07-16 10:16:16 +02:00