Commit graph

92638 commits

Author SHA1 Message Date
Martin Aeschlimann 923b583d55
update @vscode/test-web 2022-02-03 11:55:20 +01:00
Andrew Jones 9dc211a499
fix indentation (#141997)
* fix indentation

* add tests

* make regex valid
2022-02-02 19:51:57 -08:00
Matt Bierner cdd2af7919
Improve comments 2022-02-02 17:59:33 -08:00
Jackson Kearl 236a716283
Address #140970 2022-02-02 17:22:39 -08:00
meganrogge 039bdabc93
fix #142046 2022-02-02 17:58:01 -06:00
Jackson Kearl a5682fbe9a
Fix #141045 2022-02-02 14:23:18 -08:00
Jackson Kearl dc83d7ebff
Fix #141702 2022-02-02 14:06:46 -08:00
Matt Bierner 356d29fbf1
Remove most SyncDescriptorN forms (#141976)
* Remove most SyncDescriptorX forms

From what I can tell, `SyncDescriptor0` is the only one of these types still being used. In order to speed up TS's type checking around `createInstance`, I think it makes sense to remove the unused forms

* Remove `SyncDescriptorN` from tree shaker usages

Co-authored-by: Alex Dima <alexdima@microsoft.com>
2022-02-02 13:45:05 -08:00
Daniel Imms 1b0574e02c
Merge pull request #141755 from microsoft/tyriar/141743
Terminal link refactors
2022-02-02 12:59:05 -08:00
Daniel Imms f8d64e0c98 Remove unneeded TODOs 2022-02-02 12:11:53 -08:00
Daniel Imms 7ca7fbceb6 Put resolved link rate limit protections in place for local links
Fixes #139593
2022-02-02 12:10:46 -08:00
Daniel Imms b3c1221c59 Reduce duplication 2022-02-02 12:03:52 -08:00
Megan Rogge a3053f7022
allow creating a terminal in an empty workspace (#141971) 2022-02-02 14:02:59 -06:00
Daniel Imms 25e01c3a32 Fix terminal link openers tests 2022-02-02 11:53:55 -08:00
Daniel Imms 90a94e999f Removing todos, fix multiple extension link providers 2022-02-02 11:02:47 -08:00
Daniel Imms 8c20462d2a Fix hygiene after merge 2022-02-02 10:54:35 -08:00
Daniel Imms e650b3789e Merge remote-tracking branch 'origin/main' into tyriar/141743 2022-02-02 10:52:48 -08:00
Daniel Imms 082a500a64 Improve safety in ExternalTerminalService tests
Fixes #140901
2022-02-02 10:35:50 -08:00
Martin Aeschlimann fbdc009642
fix missing semicolon 2022-02-02 18:55:49 +01:00
Tyler James Leonhardt e52c81e783 remove no longer needed prebuilds action 2022-02-02 09:24:33 -08:00
Benjamin Pasero ee3556530f
smoke - skip test (#142020) 2022-02-02 18:16:10 +01:00
Martin Aeschlimann 92cecf1048
code-web fix --help 2022-02-02 17:53:24 +01:00
Martin Aeschlimann 47dbe8bbf6
code-web forward to @vscode/test-web 2022-02-02 17:48:41 +01:00
Alexandru Dima aacef0b137
Fixes #141770: Only generate scrollbar CSS when the menus are hosted inside shadow dom. (#141924) 2022-02-02 08:42:13 -08:00
Dirk Baeumer 6ea4b6961d
Tweaks to preinstall script 2022-02-02 17:10:43 +01:00
Alex Ross 142637c00e
Fix comments can't be updated
Part of #142012
2022-02-02 17:04:47 +01:00
Benjamin Pasero 7b16c503e8
💄 2022-02-02 17:01:55 +01:00
Benjamin Pasero 77a93b43e9
smoke - skip #141054 2022-02-02 16:51:55 +01:00
Dirk Baeumer 5c70859065
Add some comments to the preinstall script 2022-02-02 16:45:03 +01:00
Dirk Bäumer 27db62e533
Merge pull request #141965 from noellelc/patch-1
remove specific TS version for RichNav task
2022-02-02 16:27:41 +01:00
Alex Ross b170ef3444
Fix no-async-promise-executor in task tests
Fixes #141993
2022-02-02 16:27:26 +01:00
Martin Aeschlimann ae2b5d5eab
bump distro 2022-02-02 15:50:25 +01:00
Alex Ross 972ef3c8f0
Add value to TreeDataTransferItem dnd API 2022-02-02 15:02:27 +01:00
Alex Ross 2c3d342cf7
Add cancellation token to tree dnd 2022-02-02 15:02:20 +01:00
Alex Ross 7047c7590e
Add dragMimeTypes to tree dnd 2022-02-02 14:59:47 +01:00
Johannes Rieken 8e583c870e
update .git-blame-ignore after eslint change, https://github.com/microsoft/vscode/issues/140391 2022-02-02 14:39:49 +01:00
Johannes Rieken 4a130c40ed
enable @typescript-eslint/member-delimiter-style, https://github.com/microsoft/vscode/issues/140391 2022-02-02 14:35:33 +01:00
Martin Aeschlimann 5abc4e0071
remote cli: improve error handling over the pipe 2022-02-02 14:22:01 +01:00
Benjamin Pasero e6a6c81bd1
smoke - more logging 2022-02-02 13:55:21 +01:00
Alex Dima cab9713422
Fixes #141994: Address eslint problems 2022-02-02 13:18:12 +01:00
Johannes Rieken de1ae9e2cc
update todo-tag for https://github.com/microsoft/vscode/issues/141993 2022-02-02 12:39:06 +01:00
Johannes Rieken 7ccb868835
make sure to use .eslintignore when running yarn eslint, this will ensure that cli failure and editor squiggles are always equal 2022-02-02 12:37:29 +01:00
Johannes Rieken 138068aff3
fix https://github.com/microsoft/vscode/issues/141981 2022-02-02 11:44:16 +01:00
Johannes Rieken bd22470fad
dispose cancellation token listeners 2022-02-02 10:56:03 +01:00
Johannes Rieken 568230ef8b
fix jsdoc 2022-02-02 10:41:06 +01:00
Benjamin Pasero 482daf0366
smoke - more logging 2022-02-02 07:00:42 +01:00
Benjamin Pasero 892b69f9ae
smoke - log workbench config only in CI 2022-02-02 06:52:08 +01:00
Rob Lourens e89b0af0ef Clean up no-op regex string replace 2022-02-01 19:36:54 -08:00
Rob Lourens 2ca31fc845 Set aria-label on breakpoint widget editor
Fix #141721
2022-02-01 19:08:49 -08:00
Rob Lourens 6820250dd8 Avoid import from workbench/contrib/debug to api
See #141921
2022-02-01 18:41:07 -08:00