Commit Graph

94101 Commits

Author SHA1 Message Date
Jackson Kearl c811becbbb Improve Nest Rendering
- Force nests to render with a twistie
- Resolve alignment issues by hiding nested parent icon to match folders
Fixes #142938, #141428, #141359
2022-03-08 16:59:43 -08:00
Daniel Imms b20e5beb3c Merge pull request #144624 from microsoft/tyriar/posix_shell_type
Support shell type context key on mac/linux
2022-03-08 16:48:33 -08:00
Daniel Imms 6be9a40073 Update src/vs/platform/terminal/node/terminalProcess.ts
Co-authored-by: Megan Rogge <merogge@microsoft.com>
2022-03-08 16:48:27 -08:00
Henning Dieterichs 2076178ec0 Adds token to make 403s less likely when downloading ripgrep. (#144686) 2022-03-09 09:41:49 +09:00
Jackson Kearl 55243d79f7 Remove legacy expand mode 2022-03-08 16:32:12 -08:00
Matt Bierner 78e1b3cca8 Bump highlight JS version 2022-03-08 16:27:42 -08:00
Matt Bierner fb6cf37ea9 Move simple-browser to use esbuild for webview scripts 2022-03-08 16:23:14 -08:00
Matt Bierner e65a786a92 Fix build script to use esbuild 2022-03-08 16:09:23 -08:00
Matt Bierner 2f48496d2b Switch the markdown preview script to use esbuild 2022-03-08 15:48:13 -08:00
Matt Bierner 79d381f1df Use vscode-uri instead of node's path
This makes sure we handle other types of uris instead of assuming they are all file uris
2022-03-08 15:48:13 -08:00
Jackson Kearl 6ecba6531f Fix svg's not appearing in getting started 2022-03-08 15:34:33 -08:00
Matt Bierner 664c94293a Update distro 2022-03-08 14:56:16 -08:00
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
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
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