Commit graph

94246 commits

Author SHA1 Message Date
Matt Bierner 7f39250d49
Remove extra spread 2022-03-08 14:51:45 -08:00
Matt Bierner becce316b2
Avoid re-parsing uri 2022-03-08 14:48:13 -08:00
Jackson Kearl ec4bbaa5c4
Adopt reduced motion in find (#144645) 2022-03-08 14:40:50 -08:00
Matt Bierner eb6050d8a8
Preserve path item details for JS/TS completions
Fixes #144455
2022-03-08 14:33:26 -08:00
Alex Dima 41d5806cbf
Fixes #144612: Avoid potentially unreliable offsetHeight 2022-03-08 21:43:35 +01:00
Daniel Imms 9e7c382d02
Merge pull request #144689 from microsoft/tyriar/144583
Fix link hover lifecycle problems
2022-03-08 12:38:54 -08:00
Alexandru Dima 2bd72bc4da
Merge pull request #144670 from microsoft/alex/native-watchdog-1.4.0
`native-watchdog@1.4.0`
2022-03-08 21:26:45 +01:00
Daniel Imms 7d04133fc6
Merge pull request #144696 from microsoft/tyriar/rerun
Re-run -> Rerun
2022-03-08 12:21:59 -08:00
Daniel Imms e94bf3d09c
Merge pull request #144687 from microsoft/tyriar/144411
Default terminal min contrast to 4.5 (WCAG AA)
2022-03-08 12:21:30 -08:00
Alex Dima a2e8cd7f1c
Allow passing in strings 2022-03-08 21:16:21 +01:00
Rob Lourens ffe6db96f5
Merge pull request #144035 from apeltop/change-to-camelcase
chore: hasfocus -> hasFocus
2022-03-08 11:54:40 -08:00
Matt Bierner 41a470a3a9
Bump distro 2022-03-08 11:38:37 -08:00
Matt Bierner c569182d08
Encode webview parent origin in authority
Fixes #144703
2022-03-08 11:28:59 -08:00
Matt Bierner fa6ee6ce91
Only allow webviews protocol in top level editor windows 2022-03-08 11:17:01 -08:00
Rob Lourens 98e5315c0d Better callstack tooltips
Fix #144540
2022-03-08 10:45:40 -08:00
Alex Dima a68c739508
update distro 2022-03-08 19:22:29 +01:00
Alex Dima bdc97509d2
Fix layer violations 2022-03-08 19:19:31 +01:00
Jackson Kearl bac505d4be
Update wording to include "animation" for searching
Ref #128595
2022-03-08 10:15:36 -08:00
Alex Dima e61c171778
Improve embedding the web worker iframe 2022-03-08 19:13:39 +01:00
Sandeep Somavarapu 3a41eb6bac
Fix #144646 2022-03-08 18:55:17 +01:00
Rob Lourens 77ef6aa20e Fix listener leak in cellParts
Fix #144338
2022-03-08 09:39:47 -08:00
Daniel Imms 845f027eb3 Re-run -> Rerun
This is correct according to Oxford Dictionary
2022-03-08 09:33:47 -08:00
Sandeep Somavarapu 55c34a3df6
Fix #19561 2022-03-08 18:29:03 +01:00
Jackson Kearl 9117450e6b
Observe reduced motion in pane split views (#144644) 2022-03-08 09:28:23 -08:00
Jackson Kearl 0c498599fe
Adopt reduced motion in notifications (#144643) 2022-03-08 09:27:54 -08:00
Henning Dieterichs d54c705f65
Fixes #131027 by introducing editor.bracketPairColorization.useIndependentColorPoolPerBracketType 2022-03-08 18:10:31 +01:00
Sandeep Somavarapu 028f61ace4
Fix #144198 2022-03-08 18:02:45 +01:00
Sandeep Somavarapu 422665c68a
- store target platform in local extension
- show update action for extensions with outdated target platform
2022-03-08 17:59:57 +01:00
Johannes Rieken 9aa84a3eb0
finalize DocumentFilter#notebookType, https://github.com/microsoft/vscode/issues/141143 2022-03-08 17:53:18 +01:00
Alex Dima d221d38512
Merge remote-tracking branch 'origin/main' into alex/native-watchdog-1.4.0 2022-03-08 17:46:10 +01:00
Alexandru Dima fdf2b5c6fa
Merge pull request #144669 from microsoft/alex/native-keymap-3.3.0
`native-keymap@3.3.0`
2022-03-08 17:45:10 +01:00
Johannes Rieken 4e417cbc55
add tests, also an issue that the tests uncovered 2022-03-08 17:44:06 +01:00
Matt Adam 9be0d5ed05
Add badges extension API (#139225)
* First attempt at a badges API

* Updated badge API to reflect feedback

* Update to reflect PR feedback

* Address further feedback

* Badge -> ViewBadge

Co-authored-by: Alex Ross <alros@microsoft.com>
2022-03-08 17:07:15 +01:00
Daniel Imms 28ae21d199 Fix link hover lifecycle problems
- The mouse no longer needs to hover the tooltip to hide the link hover/target, this
  was fixed by having the widget container live under xterm.js' screen element instead
  of element. This ensures the events bubble in the right order and have the link get
  hidden by xterm.js (vscode link widget -> xterm.js link [listening to screen]).
- Don't hide the hover when a modifier was pressed. This regressed in #128362 because
  the behavior is desirable in the activity bar/status bar.

There is still a remaining issue where hovering a link, mousing over the
tooltip and then back to the link will not allow link activation. This
is hard to reproduce and I believe it's a bug in xterm.js somewhere.

Fixes #143982
Fixes #144583
2022-03-08 08:04:54 -08:00
Daniel Imms a566d63fdf
Update setting description for new default 2022-03-08 07:25:24 -08:00
Daniel Imms 952b2f81eb
Default terminal min contrast to 4.5 (WCAG AA)
Fixes #144411
2022-03-08 07:20:55 -08:00
Raymond Zhao cf86a5e310
Identify language tag settings (#144441) 2022-03-08 07:00:28 -08:00
Henning Dieterichs 92f4bd7894
Update distro 2022-03-08 15:37:27 +01:00
Johannes Rieken e8e34889d8
missing throw 2022-03-08 15:33:47 +01:00
Johannes Rieken d77935ebfd
update distro 2022-03-08 15:07:01 +01:00
Johannes Rieken c7334ace34
fix https://github.com/microsoft/vscode/issues/144681 2022-03-08 15:05:26 +01:00
Johannes Rieken 07ad8ae638
also popular and fix executionSummary 2022-03-08 14:31:49 +01:00
Johannes Rieken 52faf21ef2
move/copy onDidSaveNotebookDocument-event into workspace, add onDidChangeNotebookDocument-event which fires for any notebook change: metadata, structure, cell output, cell metadata 2022-03-08 14:15:35 +01:00
Alexandru Dima d0d8fe14cf
Merge pull request #144528 from jeanp413/fix-144527
Fixes wrong extension running location shown in running extension editor
2022-03-08 13:15:06 +01:00
Alex Dima 4249087e68
Update native-watchdog also in the remote folder 2022-03-08 12:54:37 +01:00
Alex Dima 8e6177fc9c
native-watchdog@1.4.0 2022-03-08 12:33:47 +01:00
Alex Dima a4e406e5bc
native-keymap@3.3.0 2022-03-08 12:29:00 +01:00
Johannes Rieken 1a9016d0a4
add failing/skipped test for https://github.com/microsoft/vscode/issues/144664 2022-03-08 11:20:37 +01:00
Christof Marti 733bf1d58e Add support for definitions nested in .devcontainer 2022-03-08 11:15:34 +01:00
Johannes Rieken 68718a5b52
more API todos for inline completions 2022-03-08 10:30:57 +01:00