Commit Graph

11641 Commits

Author SHA1 Message Date
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
Stephen Sigwart
e2dbe9747f Update select to matching bracket direction 2021-07-17 23:56:38 -04: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
Matt Bierner
3fd02ec7ba Update inlay hints when inlay settings change 2021-07-15 15:59:59 -07:00
headerjson
48975dc080 Add isDefault to TaskGroup API (#128596)
* first pass at adding api

(cherry picked from commit 8a583c52ee)

* add task2 remaining changes

* remove unnecessary changes

* modify tasks.json directly for test

* reset tasks in test

* Fix compilation errors

Co-authored-by: Alex Ross <alros@microsoft.com>
2021-07-15 15:42:12 +02:00
Daniel Imms
3cd98a5056 Fix flakiness in test and re-enable
Fixes #128710
2021-07-15 06:32:31 -07:00
Daniel Imms
91ef2dd04a Remove child process monitor logs 2021-07-15 05:56:14 -07:00
Johannes Rieken
dd9162b48d fix tsconfig libs 2021-07-15 14:03:47 +02:00
Daniel Imms
b605479359 Disable suite instead of just test 2021-07-14 19:00:56 -07:00
Daniel Imms
039582c0dd Disable env var collection test on Windows
See #128710
2021-07-14 17:42:34 -07:00
Martin Aeschlimann
8207551d34 update request-light 2021-07-14 22:34:03 +02:00
Martin Aeschlimann
7927075f89 Merge pull request #128545 from microsoft/joh/webpack5
Adopt webpack 5
2021-07-14 22:32:54 +02:00
Logan Ramos
63fad00228 Fix misspelling of parameters 2021-07-14 10:48:12 -04:00
Martin Aeschlimann
9f4c43ff1b Merge pull request #128550 from karolz-ms/patch-1
Improve defaults for dockercompose language
2021-07-14 11:19:13 +02:00
Eric Amodio
6f9483bab6 Disables auto-fetch in untrusted workspaces 2021-07-13 13:04:49 -04:00
Eric Amodio
5ef5837c58 Improves Git security with untrusted workspaces 2021-07-13 13:04:49 -04:00
Matt Bierner
5b8ce768f3 Add getNonce function to generate webview nonces 2021-07-13 10:02:24 -07:00
Karol Zadora-Przylecki
929deac3c3 Improve defaults for dockercompose language
The Docker Compose language will benefit from the same defaults that vanilla YAML. See https://github.com/microsoft/vscode-docker/issues/3057 for an example of customer-submitted issue illustrating this.
2021-07-13 08:57:14 -07:00
Alex Ross
6e2b7dda7a Update cpp and objective c grammars 2021-07-13 11:44:15 +02:00
Martin Aeschlimann
d38279ba73 Merge branch 'main' into joh/webpack5 2021-07-13 09:27:13 +02:00
Martin Aeschlimann
23c58d4176 update request-light 2021-07-13 09:16:43 +02:00
Logan Ramos
c1ae18fad7 Fix #26425 2021-07-12 14:48:32 -04:00
Martin Aeschlimann
57376f410d typescript: avoid global setImmediate 2021-07-09 12:39:38 +02:00