Matt Bierner
52ea1fd44e
Move toggleDragDropEnabled
2021-06-09 15:17:20 -07:00
Daniel Imms
3984275430
Fix localized command string
...
Fixes #125786
2021-06-09 15:12:29 -07:00
Daniel Imms
a88fa5b58f
Format terminalMenus
...
Part of #123473
2021-06-09 14:57:32 -07:00
Alexandru Dima
daec68cd66
update distro
2021-06-09 23:41:58 +02:00
Alexandru Dima
1518fb55e9
Merge pull request #125304 from stefanloerwald/patch-1
...
Fixes #125303
2021-06-09 22:38:32 +02:00
Alexandru Dima
74d24ff55f
Reduce impact of fix for #125303 to standalone editor only
2021-06-09 22:37:43 +02:00
Alexandru Dima
f163b54a19
Fixes #123882
...
The catch block around the return statement was never executing, as it would catch only synchronous errors thrown by `_doHandleExtensionTests`. By awaiting the returned promise, we make sure to catch also promise rejections, which gives us a chance to log the error message on the extension host console as well.
2021-06-09 22:31:14 +02:00
Martin Aeschlimann
ef6ec74920
Ensure hover gets disposed when icon label is removed
2021-06-09 22:21:22 +02:00
Connor Peet
77b7a91b4c
testing: allow running tests from RHS of diff editor
...
Fixes #124493
2021-06-09 12:49:43 -07:00
Connor Peet
8ea6989af4
testing: scope context more strictly
...
Fixes https://github.com/microsoft/vscode/issues/125311
2021-06-09 12:39:26 -07:00
Benjamin Pasero and Jackson Kearl
33f84b36fd
tests - disable getting started in integration tests and smoke tests ( #125808 )
...
* tests - disable getting started in integration tests and smoke tests
* --skip-getting-started => --skip-welcome
Co-authored-by: Jackson Kearl <jakearl@microsoft.com >
2021-06-09 18:36:42 +00:00
Jackson Kearl
c6f3512edd
Fix #124345
2021-06-09 11:15:06 -07:00
SteVen Batten
ae5a300389
add workspace trust docs label
2021-06-09 11:06:52 -07:00
Jackson Kearl
8802cd7849
Fix #125869
2021-06-09 10:59:43 -07:00
Matt Bierner
72c5213004
Comment spelling
2021-06-09 10:56:27 -07:00
Matt Bierner
6f6147f335
Events should be readonly
2021-06-09 10:56:27 -07:00
Alexandru Dima
bb01438efc
Log more information to track down reconnection cause
2021-06-09 18:57:14 +02:00
Matt Bierner
7446e50a91
Get mime from cell instead of hardcoding markdown
2021-06-09 09:46:36 -07:00
Matt Bierner
3476074d45
Extract createMarkupCellInitialization
2021-06-09 09:22:18 -07:00
Matt Bierner
c4fa9ff85b
Use Mimes.text where possible
2021-06-09 09:04:37 -07:00
Matt Bierner
b776d802d9
Add markdown mime
2021-06-09 09:04:36 -07:00
Matt Bierner
7e5abebf76
Add mimes as a namespace
...
This follows the pattern we have for `Schemes`. I plan on adding a few new mimes here as well to reduce the number of duplicated strings we have floating around the codebase
2021-06-09 09:04:36 -07:00
Matt Bierner
4a7cf06a1f
💄
2021-06-09 09:04:36 -07:00
Wojciech Nawrocki
e8fc4264e8
Add WASM MIME type ( #125782 )
2021-06-09 08:40:33 -07:00
大表哥
d48645cf61
fix: areLanguageDiagnosticSettingsEqual always return true ( #125365 )
2021-06-09 08:35:43 -07:00
isidor
be6cc2c13a
accessibility issues also to sana-ajani
2021-06-09 17:10:36 +02:00
Daniel Imms
4ae99d1027
Make off proc service name var more explicit
...
Fixes #123480
2021-06-09 07:58:38 -07:00
João Moreno
78c2a0fa4c
fixes #116777
2021-06-09 16:55:38 +02:00
Alexandru Dima
bbf64b8a09
update glob-parent to 5.1.2
2021-06-09 16:51:09 +02:00
João Moreno
9685c7d2a4
clean async tests
2021-06-09 16:49:49 +02:00
João Moreno
4168941dee
remove domEvent
...
related to #123487
2021-06-09 16:37:09 +02:00
Logan Ramos
3c62b7834a
Fix #124386
2021-06-09 10:27:50 -04:00
Daniel Imms
2a9a7701b0
Finalize Pseudoterminal.onDidChangeName
...
No proposed check for this one
Fixes #114898
2021-06-09 07:07:42 -07:00
Daniel Imms
4abdf4d3fb
Cover kill short string
...
Fixes #123907
2021-06-09 07:03:35 -07:00
Daniel Imms
fe36ec7e75
Move common term strings into shared file
...
Fixes #123907
2021-06-09 07:01:54 -07:00
isidor
a12af58ad6
touch events: context menu support across workbench
...
fixes #120956
2021-06-09 15:45:21 +02:00
Logan Ramos
b5d6d7e62e
Bump telemetry extractor
2021-06-09 09:14:42 -04:00
isidor
cf212bfb03
Stop / disconnect of child session should always respect the parent session
...
fixes #125230
2021-06-09 13:40:37 +02:00
dependabot[bot]
48bcb4a831
Bump glob-parent from 5.1.1 to 5.1.2 in /build/lib/watch ( #125832 )
...
Bumps [glob-parent](https://github.com/gulpjs/glob-parent ) from 5.1.1 to 5.1.2.
- [Release notes](https://github.com/gulpjs/glob-parent/releases )
- [Changelog](https://github.com/gulpjs/glob-parent/blob/main/CHANGELOG.md )
- [Commits](https://github.com/gulpjs/glob-parent/compare/v5.1.1...v5.1.2 )
---
updated-dependencies:
- dependency-name: glob-parent
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-09 04:38:40 -07:00
dependabot[bot]
1c80951eca
Bump normalize-url from 4.5.0 to 4.5.1 in /build ( #125829 )
...
Bumps [normalize-url](https://github.com/sindresorhus/normalize-url ) from 4.5.0 to 4.5.1.
- [Release notes](https://github.com/sindresorhus/normalize-url/releases )
- [Commits](https://github.com/sindresorhus/normalize-url/commits )
---
updated-dependencies:
- dependency-name: normalize-url
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-09 04:38:09 -07:00
Isidor Nikolic
a5279d2b4f
Merge pull request #125487 from microsoft/isidorn/rootContext
...
empty space should be root context also in MR workspace
2021-06-09 13:32:45 +02:00
Martin Aeschlimann
23863841df
clarify nls comment
2021-06-09 12:35:52 +02:00
Martin Aeschlimann
edcd499235
fix localization strings with command:. For #125786
2021-06-09 12:35:51 +02:00
Henning Dieterichs
83d889c27f
Merge pull request #125749 from microsoft/hediet/update-sinon
...
Updates sinon from 1.17 to 11.1.
2021-06-09 12:08:41 +02:00
isidor
6bf4b4f6dd
use unique translation id
2021-06-09 12:01:37 +02:00
Henning Dieterichs
00123b32a7
Updates sinon from 1.17 to 11.1.
2021-06-09 10:03:46 +02:00
Johannes Rieken
dd1373fff1
Merge pull request #125734 from hantatsang/issue/125633-DocumentFilter-jsdoc
...
Improve DocumentFilter doc
2021-06-09 09:27:17 +02:00
hantatsang
f3ba77fb47
Merge branch 'main' into issue/125633-DocumentFilter-jsdoc
2021-06-09 17:06:23 +10:00
hantatsang
730a80866e
Resolve pr comment
2021-06-09 17:04:01 +10:00
Nicholas Rayburn and Jackson Kearl
66579f083e
add hover css to the hover element ( #123384 )
...
Co-authored-by: Jackson Kearl <jakearl@microsoft.com >
2021-06-08 19:13:58 -07:00