Commit graph

95640 commits

Author SHA1 Message Date
Benjamin Pasero 497a035770
smoke - properly pick suite name 2022-04-10 10:13:07 +02:00
Benjamin Pasero e358a02a35
smoke - also screenshot on failure 2022-04-09 13:55:56 +02:00
Benjamin Pasero d9db5d10ec
smoke - try to fix terminal tests and partition logs path per suite 2022-04-09 13:38:59 +02:00
Benjamin Pasero 5ce840053d
Revert "Fix #microsoft/vscode-remotehub/issues/317"
This reverts commit 722855c138.
2022-04-09 10:29:33 +02:00
Jackson Kearl 722855c138
Fix #microsoft/vscode-remotehub/issues/317 2022-04-08 16:02:35 -07:00
Jackson Kearl 0f7a226410
Fix #145996 2022-04-08 15:22:06 -07:00
Rob Lourens 481a5e7908 Don't show alt action in tooltip when not supported 2022-04-08 14:43:34 -07:00
Rob Lourens eb4f5e11aa Don't show debugger disconnect alt when not supported. Fix #145650 2022-04-08 14:43:16 -07:00
Rob Lourens 807fd90ffe supports supportSuspendDebuggee requires supportTerminateDebuggee. For #134412 2022-04-08 14:33:59 -07:00
Rob Lourens 5a83043780 Simplify #144285, use OverlayContextKeyService 2022-04-08 13:54:37 -07:00
Rob Lourens 55d04653f8 Use more readonly in DebugModel 2022-04-08 13:54:37 -07:00
Rob Lourens d3a0e1c0fb Add separate CKS for callstack view rows. Fix #144285 2022-04-08 13:54:37 -07:00
David Dossett 5e5ed9982d Update light hc theme name 2022-04-08 11:03:29 -07:00
Benjamin Pasero b60fefb1d4
Opening VSCode results in a mostly blank window with some GUI outlines (fix #147086) 2022-04-08 19:53:18 +02:00
Benjamin Pasero 7e5180fb34
Remote extension host does not respect trace log (fix #146897) 2022-04-08 19:36:12 +02:00
Logan Ramos 627801843d
Update telemetry endpoint 2022-04-08 13:33:05 -04:00
Benjamin Pasero 9a8fa5f014
revert 2022-04-08 19:12:34 +02:00
tanhakabir a10f1e7ba3
Expose progress in the web embedder API (#147033)
* Expose progress in web embedder API

* Fix documentation of progress in embedder API

* Update progress in embedder to match ProgressService API

* Remove cancellation callback

It doesn't make sense to cancel progress in the embedder since the embedder is mainly setting up the workbench
2022-04-08 09:32:00 -07:00
Ladislau Szomoru 404fe73c20
Enable more logging during repository discovery 2022-04-08 16:59:56 +02:00
Henning Dieterichs c86e322252
Don't render guides of unclosed pairs. 2022-04-08 16:50:05 +02:00
João Moreno a5f1312637
bump to mocha@9 (#147091) 2022-04-08 07:48:48 -07:00
Logan Ramos 9794ac58b5
Bump distro 2022-04-08 10:03:05 -04:00
Logan Ramos 49b4fded16
Add a few sample of the new typings 2022-04-08 09:59:27 -04:00
Henning Dieterichs de3136da38
💄 2022-04-08 15:50:41 +02:00
Christof Marti d3af2375bc Update generated schema 2022-04-08 14:55:34 +02:00
Greggory Rothmeier 5fbc46d0f3 Disallow trailing commas in devcontainer files
Align the JSON Schema spec with JSONC, which allows JS-style comments but does not allow trailing commas.

https://github.com/microsoft/dev-container-spec/pull/24
2022-04-08 14:55:34 +02:00
Henning Dieterichs 2ebc1530f5
Revert "Revert "Fixes #146529 by canceling the completion session on explicit cursor moves.""
This reverts commit e2b873e1af.
Failing unit test is fixed.

Fixes #146529.
2022-04-08 14:41:32 +02:00
isidor da8af6c5fc
compositeBar: use role tablist
#147036
2022-04-08 14:26:35 +02:00
Henning Dieterichs 1d7f8442aa
Removes seemingly dead code in getPreviewRangeBasedOnBrackets to unblock bracket pair AST adoption. 2022-04-08 14:12:17 +02:00
Benjamin Pasero af6bfd1352
smoke - bring back ext tests with retry for now to have coverage (#146800) 2022-04-08 12:33:52 +02:00
Joao Moreno 38c60d7117
update distro 2022-04-08 12:25:48 +02:00
Joao Moreno 542deaef75
bump versions 2022-04-08 12:10:57 +02:00
isidor 497e420d23
debug: offer configure action on debug task error
fyi @bpasero @roblourens
2022-04-08 10:47:35 +02:00
Martin Aeschlimann cc47c60e96
testresolver: set log level with TESTRESOLVER_LOG_LEVEL. For #146897 2022-04-08 10:41:36 +02:00
Benjamin Pasero b6fc6eae3b
skip terminal tests (#147063) 2022-04-08 10:32:00 +02:00
Benjamin Pasero 7e5c345ff2
smoke - remov verbose again 2022-04-08 09:45:40 +02:00
Benjamin Pasero c4de759c43
smoke - limit diagnostics to x64 platforms 2022-04-08 09:24:40 +02:00
Benjamin Pasero 897ab9567c
editors - reload error placeholder when file is coming back 2022-04-08 09:13:06 +02:00
Benjamin Pasero cffd590665
editor - implement error placeholder and drop toasts 2022-04-08 08:44:51 +02:00
Rob Lourens 6ea335e334
Merge pull request #147026 from microsoft/roblou/altActionEnablement
Respect alt action precondition. Fix #147024
2022-04-07 16:19:16 -07:00
Akat b499467f9f
fix(markdown): avoid considering link references/sources in code sections (#146826) 2022-04-07 14:50:37 -07:00
Logan Ramos 108baab0c6
Fix GDPR typings and compilation 2022-04-07 17:07:23 -04:00
Henning Dieterichs 9898ceaee2
Enables bracket pair colorization by default. 2022-04-07 22:40:47 +02:00
Alexandru Dima e49c5b9eb9
Merge pull request #146968 from dlech/patch-10
Fix editor eating ContextMenu key when contexmenu is disabled
2022-04-07 22:38:03 +02:00
Alex Dima 80e81c66c0
Deactivate extensions after tests are run (#96090 , #146944) 2022-04-07 22:27:14 +02:00
Alex Dima e02a7747eb
Move terminate() to IExtHostExtensionService 2022-04-07 22:23:38 +02:00
Matt Bierner ad78a1cdfe
Enable drop into editor for notebooks (#146966)
Fixes #146961

This makes two changes:

- For drag over, make sure the cellDnd sees the event before the editor widget does (using `useCapture`). This lets us avoid showing the drop into indicator when dragging notebook cells

- For drag_over and drop events, don't do anything if a cell is not being dragged. This lets us drop other things into code cells
2022-04-07 13:18:41 -07:00
SteVen Batten 4e1b02fdd0
fixes microsoft/vscode-internalbacklog#2816 2022-04-07 15:30:40 -04:00
Alex Dima 0e9a835187
update distro 2022-04-07 21:00:50 +02:00
Alexandru Dima f115682b7d
Merge pull request #147015 from microsoft/alex/vscode-textmate-7.0.0
Adopt `vscode-textmate@7.0.0`
2022-04-07 20:55:55 +02:00