Commit graph

85689 commits

Author SHA1 Message Date
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
Matt Bierner 2cddf0f039
Use o for paramter names
This aligns with the standard lib typings which usually use `o` for object types
2021-07-21 14:56:19 -07:00
Jackson Kearl a80ad998c0
Give min height to steps content 2021-07-21 14:50:27 -07:00
Logan Ramos e516cefa43
Revert "Remove telemetry appender from embedder API"
This reverts commit 889fc9ed82.
2021-07-21 17:03:01 -04:00
Megan Rogge 2b2924d1fb
focus the terminal when it is touched (#129128) 2021-07-21 13:35:44 -07:00
Xinyu Sui 93c8ad6ecb Improve stepping UI 2021-07-21 13:20:02 -07:00
Rob Lourens ffae23b5f1 Delete unused cell renderer parts 2021-07-21 12:19:54 -07:00
Rob Lourens b5253894dd Freeze notebook doc metadata 2021-07-21 12:16:58 -07:00
Tyler James Leonhardt 65913cfb22
remove vscs_target for prebuilds 2021-07-21 11:57:49 -07:00
Daniel Imms 9fee021ba4 Test getInstanceFromResource
Part of #126387

Co-Authored-By: Megan Rogge <merogge@microsoft.com>
2021-07-21 10:40:19 -07:00
Daniel Imms 954686aae5 Only set active on last dropped instance
Part of #126387

Co-Authored-By: Megan Rogge <merogge@microsoft.com>
2021-07-21 10:20:41 -07:00
Daniel Imms 802a170eff Test terminal drag event parsing
Part of #126387
2021-07-21 10:16:37 -07:00
Connor Peet 90aa979bb7
notebooks: renderer messaging feedback 2021-07-21 10:12:13 -07:00
Logan Ramos 889fc9ed82
Remove telemetry appender from embedder API 2021-07-21 12:55:50 -04:00
Rob Lourens f82e598599 Freeze notebook cell metadata 2021-07-21 09:17:37 -07:00
Sandeep Somavarapu 3eb7d6735e
report empty respone with 304 status 2021-07-21 17:44:20 +02:00
Logan Ramos 8bcc883c6a
Fix #128756 2021-07-21 10:16:41 -04:00
VocalTrance 715798221b
Fix typo in github-authentication/github.ts (#129100) 2021-07-21 06:30:45 -07:00
Alex Ross d3d46dc019
Use intervale in task terminal debouncing 2021-07-21 14:55:33 +02:00
Johannes Rieken a32e9ea2b2
use color constants, https://github.com/microsoft/vscode/issues/129037 2021-07-21 13:05:39 +02:00
Johannes Rieken e30d70f9f5
turn language status API proposal into push model, https://github.com/microsoft/vscode/issues/129037 2021-07-21 12:51:14 +02:00
Sandeep Somavarapu ee4740005e
use default hover delay time 2021-07-21 11:47:10 +02:00
Alex Ross 1ea2c631ee
Use TimeoutTimer instead of node timeout 2021-07-21 11:44:36 +02:00
Sandeep Somavarapu 79156e629f
Merge pull request #128909 from 71/main
platform/configuration: fix empty keys being ignored by configuration parser
2021-07-21 11:39:18 +02:00
Johannes Rieken 9167423503
update distro 2021-07-21 11:36:18 +02:00
Alex Ross dc4744f69a
Add line data debouncing for background tasks
Part of #129080
2021-07-21 11:33:43 +02:00
Sandeep Somavarapu ef55a57968
Fix #127903 2021-07-21 11:31:15 +02:00
Johannes Rieken cb4f7b5690
💄 for NotebookRendererMessaging, fyi @connor4312 2021-07-21 11:29:22 +02:00
Martin Aeschlimann 48c9fd1130
do not change storage when previewing. Fixes #129051 2021-07-21 11:29:11 +02:00
Christof Marti 45a5a62228 Remove postAttachCommand from waitFor enum 2021-07-21 11:14:14 +02:00
Johannes Rieken 4508c29d35
first cut for language status API proposal, https://github.com/microsoft/vscode/issues/129037 2021-07-21 10:22:36 +02:00
Johannes Rieken 5fb3fbf755
api todos 2021-07-21 09:56:30 +02:00
Johannes Rieken edd747fa7a
💄 ResourceMap ftw, fyi @sandy081 2021-07-21 09:54:40 +02:00
Henning Dieterichs 4f0939431c
Adds files to .eslintignore that are not linted by "yarn eslint" to ensure no CI errors => no editor errors. 2021-07-21 09:30:04 +02:00
Sandeep Somavarapu a7171fdad5
fix logging additional builtin extension ids 2021-07-21 09:12:31 +02:00
Sandeep Somavarapu 5b7a3b07c6
Merge pull request #128872 from jakebailey/fix-code-web
Fix --verbose flag in code-web.js
2021-07-21 09:06:35 +02:00
Joyce Er b11c11d112 Remove 'collapsed' css class 2021-07-20 23:29:33 -07:00
Xinyu Sui 526e1774ed Better go to address 2021-07-20 20:39:14 -07:00
rebornix 818c6613f7 fix #129075. 2021-07-20 19:13:28 -07:00
Xinyu Sui 420140fe7d Improve instruction breakpoint tooltip 2021-07-20 18:49:53 -07:00
Tyler Leonhardt e4fa4063da
Implement the auth test differently to not use assert.rejects 2021-07-20 17:26:44 -07:00
Tyler Leonhardt 76205395d5
attempt to fix auth test 2021-07-20 17:04:04 -07:00
Don Jayamanne 3c09e4e765
Fix support for builtin renderers (#128453)
* Support builtin renderers, lazy access renderers

* Oops
2021-07-20 16:53:45 -07:00