Commit Graph

101657 Commits

Author SHA1 Message Date
Matt Bierner ff80ce61d7 Remove custom jupyter notebook migration logic (#163362)
This migration should have taken place so I don't think we need this code anymore
2022-10-14 18:08:52 +02:00
Tyler James Leonhardt 1bca8df333 Fixes #163151 (#163663)
Fixes #163151
2022-10-14 08:59:02 -07:00
Johannes Rieken ee0b7792a1 fix https://github.com/microsoft/vscode/issues/147762 (#162751) 2022-10-14 08:51:16 -07:00
SteVen Batten a2ecf38136 move banner above title bar in web (#163492)
* move banner above title bar in web

* bug fixes, testing PWA
2022-10-14 08:41:31 -07:00
Tyler James Leonhardt 6684350a58 Onboard GitHub & Microsoft auth extensions to l10n (#163662)
* onboard github-auth completely to l10n

* onboard microsoft-authentication entirely on to l10n
2022-10-14 08:41:21 -07:00
Tyler James Leonhardt f83ad50c89 Load bundle for web from unpkg service (#163641)
* move extensionResourceLoader service into platform

* use the ExtensionResourceLoader to load translations from a language pack

* do join after

* missed a deletion
2022-10-14 16:52:29 +02:00
Logan Ramos 28da8ed1aa Add some tests for extension telemetry (#163584)
* Add some tests for extension telemetry

* Fix failing tests

* More attempts at fixing failing tests

* Ok, I think I fixed the tests this time
2022-10-14 16:38:36 +02:00
Johannes Rieken d49452248d joh/super quelea (#163642)
* change how profiling sampling nodes are stringifyied so that they don't get confused as mail-address

* re-enable renderer auto-profile

* use/copy profiling model from https://github.com/microsoft/vscode-js-profile-visualizer

extract heaviest call path from bottom up profile and submit as telemetry event
2022-10-14 06:00:28 -07:00
Tyler James Leonhardt 5e8b6807b1 Command Center With Help (#163635)
* Command Center With Modes

* fix bug
2022-10-14 13:16:07 +02:00
João Moreno ac9aff3521 reenable terrapin (#163622)
* drop npx for terrapin

* enable terrapin by default
2022-10-14 01:35:15 -07:00
Rob Lourens 493d27bf48 Don't interrupt when deleting pending cells (#163609)
Fix #163133
2022-10-14 09:05:59 +02:00
Matt Bierner 7ef8e6b87a Use consistent origin for webview views (#163602)
For #132464
2022-10-13 17:40:07 -07:00
Matt Bierner 645129883e Add static preloads notebook contribution (#163512)
For #163511
2022-10-13 17:04:24 -07:00
Sandeep Somavarapu f55ddeb7da clean up logs (#163589)
* - log view messages in separate views log
- clean up log folders

* fix tests
2022-10-13 15:17:10 -07:00
Matt Bierner 186d3415a3 Use ??= in more places (#163594) 2022-10-13 14:59:35 -07:00
Jake Bailey 65a9097aa2 Remove forgoten reference to typescript/lib/protocol (#163585) 2022-10-13 13:15:13 -07:00
Daniel Imms 0ccdfcab03 Merge pull request #163551 from microsoft/tyriar/console_image
Add commented out debug helper for logging an image to the console
2022-10-13 11:10:18 -07:00
Daniel Imms 5d48408ed6 Merge pull request #163577 from microsoft/tyriar/runWhenIdle_docs
Add docs for runWhenIdle
2022-10-13 11:03:36 -07:00
Tyler James Leonhardt 4502088b10 fix empty check for json (#163576) 2022-10-13 11:01:05 -07:00
Connor Peet a5b8370294 Merge pull request #163574 from microsoft/connor4312/dead-test-code
testing: remove dead filter code
2022-10-13 10:53:06 -07:00
Daniel Imms d1104a8b5e Add docs for runWhenIdle
Had to explain timeout in #163313.

Part of #163572
2022-10-13 10:48:53 -07:00
Connor Peet 8d82e91fab testing: remove dead filter code
Refs https://github.com/microsoft/vscode/issues/162304
2022-10-13 10:39:58 -07:00
Henning Dieterichs 404a282465 Fixes #163279 (#163573) 2022-10-13 10:21:14 -07:00
Daniel Imms 4dec035c7a Merge pull request #163220 from babakks/fix-unawaited-workspace-picker
🐛 Fix un-awaited call to show CWD picker
2022-10-13 10:11:16 -07:00
Tyler James Leonhardt 77d14a4711 use size to check if any files were added (#163571)
use size
2022-10-13 09:54:57 -07:00
Sandeep Somavarapu 2b50ab06b1 support passing extension log level from cli (#163566) 2022-10-13 18:21:47 +02:00
João Moreno af4b19dd24 make eager service registration explicit (#163558)
Related-to: #159178
2022-10-13 07:57:36 -07:00
Henning Dieterichs 1436dd71bd Implements #160292: diffing against base (#163553) 2022-10-13 16:42:45 +02:00
Henning Dieterichs bf85140dfd Fixes #162173 (#163548) 2022-10-13 15:36:42 +02:00
Martin Aeschlimann 73e5ad2edf avoid using string and boolean as variable name (#163550) 2022-10-13 09:35:59 -04:00
Daniel Imms f9415ab383 Add commented out debug helper for logging an image to the console 2022-10-13 06:31:06 -07:00
Johannes Rieken 0dd2dc89d2 hook up unhandled extension errors with extension telemetry (#163424)
* hook up unhandled extension errors with extension telemetry

* fix layering

* forward unhandled language provider errors to extension telemetry loggers
2022-10-13 09:04:08 -04:00
Martin Aeschlimann 17c7a08962 Add cli & command to run the code server on the desktop (#163546)
Add cli & command to run the code server on the desktop
2022-10-13 15:02:42 +02:00
Sandeep Somavarapu 1e9295c908 Fix #163313 (#163542) 2022-10-13 14:56:33 +02:00
Sandeep Somavarapu 894aa9a7a7 Log improvements (#163532)
* - expose log level in the proposed api
- ability to set log level per logger

* fix tests
2022-10-13 03:48:52 -07:00
Henning Dieterichs a78f7af399 Adresses #159178 (#163535) 2022-10-13 12:19:27 +02:00
Don Jayamanne 6527023564 Additional test for handling stream outputs in notebooks (#163502)
* Additional test for nb stream output handling

* test
2022-10-13 18:02:35 +11:00
Connor Peet aea0fb3f03 Merge pull request #163521 from microsoft/cli-lint-fixes
cli: apply lint fixes
2022-10-12 23:14:08 -07:00
Connor Peet 8991187c38 cli: apply lint fixes 2022-10-12 22:39:57 -07:00
Tyler James Leonhardt a8108049ab Allow extensions to use new API and it get included in Language Packs (#163493)
* Allow extensions to use new API and it get included in Language Packs

This leverages the l10n-dev package to analyze ts files for `l10n.t` calls.

* delete console.logs
2022-10-12 17:28:34 -07:00
Connor Peet 8a942246fb Merge pull request #163496 from microsoft/fix-cli-tests
ci: fix wrong file in cli tests
2022-10-12 17:25:50 -07:00
Matt Bierner db9f5f9b9b Fix electron webviews not always updating _webviewKeyboardHandler when focus changes (#163495)
I believe any focus changes should also update the `_webviewKeyboardHandler`. Right now programatic focuses don't
2022-10-12 17:12:14 -07:00
Tyler James Leonhardt 2457d9eb46 Plumbing for desktop to pick up strings from language packs (#163494)
Web will come in the next PR (hence the TODO)

Also this includes the smallest translation change which will be the ultimate test that this is all working.
2022-10-12 17:08:27 -07:00
Connor Peet a5e9b83d65 ci: fix wrong file in cli tests 2022-10-12 17:05:41 -07:00
Matt Bierner 5b7233c5e3 Use for-of loop instead (#163491) 2022-10-12 17:01:38 -07:00
Matt Bierner 24a2b8af8c Re-apply: Clean up how the notebook renderer entrypoint is passed around (#163486)
Revert "Revert "Clean up how the notebook renderer entrypoint is passed around (#163373)""

This reverts commit a3d8c33761.

Fixes #163415
2022-10-12 16:49:40 -07:00
Matt Bierner 7cfb34dff4 Freeze the notebook kernel context (#163488)
This is an API object so it should not be extensible
2022-10-12 16:47:22 -07:00
Jake Bailey 07b87405e7 Don't depend on typescript protocol.d.ts (#163365) 2022-10-12 16:03:07 -07:00
Megan Rogge 6f7820c454 add accessibility setting tag (#163358) 2022-10-12 15:38:57 -07:00
Matt Bierner f5ced8231b Small clean up for terminal tab list rendering lifecycle (#163485)
Small clean up for terminal tab list lifecycle

- Reuse the same `DisposableStore` across calls to `renderElement`
- Make sure we call `dispose` on the actionbar instead of `clear`. This looks like an oversight
2022-10-12 15:38:29 -07:00