Commit Graph
124157 Commits
Author SHA1 Message Date
meganrogge 0a49cea839 rm something 2023-09-06 15:46:41 -04:00
meganrogge 932a8381e1 fix context key issues 2023-09-06 15:43:04 -04:00
Daniel Imms 5e49e0b077 Merge remote-tracking branch 'origin/main' into tyriar/190503 2023-09-06 12:34:05 -07:00
meganrogge 471f917de9 Revert "allow commands to be run in the terminal accessible view"
This reverts commit fdc8606048.
2023-09-06 14:54:54 -04:00
meganrogge fdc8606048 allow commands to be run in the terminal accessible view 2023-09-06 14:49:10 -04:00
meganrogge 6dc88d8b32 remove non-existent command 2023-09-06 14:46:08 -04:00
David DossettandGitHub f46fe189d9 Tweak inline actions padding (#192322) 2023-09-06 11:45:34 -07:00
Connor PeetandGitHub 4747d36068 tasks: use a type union for ITaskEvent (#192314)
When fixing a bug in tests I noticed that all properties of the
ITaskEvent were optional, so I had to go into task code to figure out
what types I could use.

This PR refactors the types so ITaskEvent is a union type that provides
as much information as possible about the presence of properties.

I tested this on some projects but am not sure if there's a repo/project
to test out the full gamut of task functionality. But there should be
no (barring once, see comment) functional change.
2023-09-06 20:31:29 +02:00
meganrogge fe4b638d4d use const enum 2023-09-06 14:30:06 -04:00
Rob LourensandGitHub a50759cfeb Add setting to disable chat history variables (#192319) 2023-09-06 20:29:16 +02:00
meganrogge 0ea659223d clean up showSymbol 2023-09-06 14:28:18 -04:00
meganrogge 117f6e3bdc safer udf checks 2023-09-06 14:23:34 -04:00
meganrogge da72c4326d more clean up 2023-09-06 14:22:04 -04:00
Megan RoggeandGitHub 93ac2746e5 Merge pull request #192000 from microsoft/merogge/rm-tab-focus-mode
rm terminal tab focus mode
2023-09-06 14:21:59 -04:00
meganrogge cc3c78fb62 clean up getSymbols 2023-09-06 14:18:41 -04:00
Joyce ErandGitHub f23b27c5cd feat: support format on type in SCM input (#192310)
I exclusively use the SCM input box for writing commit messages and have
wanted the ability to wrap my commit messages to fit the 50/72 rule so
they show up nicely on GitHub. @connor4312 wraps commit messages but by
using a vertical editor ruler. Since the SCM input box is hooked up to
code actions, I've implemented a quick fix for the input box that shows
up with `Ctrl+.` (https://github.com/joyceerhl/vscode-git-fit-commit),
but since the lightbulb is disabled for the SCM input, it's easy to miss
that a fix is available. I would also like to make formatting more
automatic, but unfortunately the SCM input isn't hooked up to format on
type yet--so this PR enables format on type for the SCM input box.
2023-09-06 10:37:26 -07:00
aamunger ffd8aa6e0a set icons for symbol 2023-09-06 09:53:43 -07:00
meganrogge f09bcc03d2 use diff't open detected link keybinding when in accessible view 2023-09-06 12:33:53 -04:00
meganrogge f7a0fb8ff0 fix issue 2023-09-06 12:26:13 -04:00
meganrogge 4865939359 delay so last line is available 2023-09-06 12:17:40 -04:00
aamunger 93bb97834a await promises 2023-09-06 09:17:18 -07:00
meganrogge 33bef7e985 get position to work better 2023-09-06 12:12:37 -04:00
meganrogge 66e15ea35e get closer to working 2023-09-06 12:00:38 -04:00
Aaron MungerandGitHub d581d0b646 Merge branch 'main' into aamunger/notebookSymbols 2023-09-06 08:43:12 -07:00
Henning DieterichsandHenning Dieterichs b254a4c05a Fixes CI 2023-09-06 17:21:03 +02:00
Henning DieterichsandHenning Dieterichs 1ad9d25cd5 Improves leak detection reporting. 2023-09-06 17:21:03 +02:00
Henning DieterichsandHenning Dieterichs 82af26f706 Cleans up diff editor. Fixes #185944 2023-09-06 17:20:53 +02:00
meganrogge c29814605c Merge branch 'main' into merogge/accessible-buffer 2023-09-06 11:13:25 -04:00
Ladislau SzomoruandGitHub 3788d799d2 Git - improve logging for git detection (#192297) 2023-09-06 07:30:59 -07:00
4247015d33 add ensureNoDisposablesAreLeakedInTestSuite and fix code (#192023)
* add `ensureNoDisposablesAreLeakedInTestSuite` and fix code

ref https://github.com/microsoft/vscode/issues/190503

* more disposable findings

* handle disposables in tests better

* fix missing disposables

---------

Co-authored-by: João Moreno <joao.moreno@microsoft.com>
2023-09-06 16:22:59 +02:00
Benjamin SimmondsandGitHub 3e1660e812 Merge pull request #192153 from microsoft/benibenj/tabHeight
Support different tab heights
2023-09-06 16:17:12 +02:00
Benjamin SimmondsandGitHub 72f67fa7ca Merge branch 'main' into benibenj/tabHeight 2023-09-06 16:02:48 +02:00
Henning DieterichsandHenning Dieterichs 87f8a9fcfd Fixes leaking tests 2023-09-06 16:00:38 +02:00
Henning DieterichsandHenning Dieterichs b506b0ce31 Fixes leaks 2023-09-06 15:48:19 +02:00
BeniBenj ebf1fa42c5 reformat 2023-09-06 15:46:01 +02:00
Henning DieterichsandHenning Dieterichs 79a9276e6a Uses disposable tracking for autorun 2023-09-06 15:37:08 +02:00
Benjamin SimmondsandGitHub 1f6e0ae054 Merge branch 'main' into benibenj/tabHeight 2023-09-06 15:25:34 +02:00
Michael BethkeandGitHub bde132b441 Fix Minimap AutoHide with StickyScroll Lines Running Together (#188499)
* Layer minimap above stickyscroll

* StickyScroll Allow Full-Width and Layer Under

* Restore stickyscroll zindex

* Increase minimap z-index

* Restore stickyscroll zindex
2023-09-06 13:23:04 +00:00
BeniBenj 908d5f155d variable renaming 2023-09-06 15:20:49 +02:00
Martin Aeschlimann ee54a929fb Merge branch 'main' into aiday/notRebuildingFullStickyScroll 2023-09-06 15:08:00 +02:00
Aiday Marlen KyzyandGitHub dc8730c6d6 Merge pull request #192286 from microsoft/aiday/checkViewNonNull
Check view non null before running code
2023-09-06 14:49:44 +02:00
Ladislau SzomoruandGitHub a4e1870896 Git - fix stage/unstage selected ranges in nested git repositories (#191987)
* Git - fix stage/unstage selected ranges in nested git repositories

* Remove the submodule check as it is being covered by the repository check

* Pull request feedback
2023-09-06 14:35:55 +02:00
Aiday Marlen Kyzy c71e8d7bb5 checking that view exists before running code 2023-09-06 14:25:26 +02:00
RoboandGitHub 1f40d64450 fix: deb and rpm dependency after keytar removal (#192275)
* fix: deb and rpm dependency after keytar removal

* chore: rm libsecret-1-dev from CI

* ci: update cache
2023-09-06 05:24:39 -07:00
Johannes RiekenandGitHub dfde37b41d Merge pull request #192282 from microsoft/joh/beneficial-marmoset
more `ensureNoDisposablesAreLeakedInTestSuite` work
2023-09-06 12:46:36 +02:00
Johannes 107eed5330 fix an actual leaking CTS 2023-09-06 12:11:52 +02:00
Sandeep SomavarapuandGitHub 2aa8453e35 Merge pull request #192270 from microsoft/sandy081/dreadful-ferret
#191860 - retry if command is not found
2023-09-06 11:59:04 +02:00
Johannes 1c285ac806 more ensureNoDisposablesAreLeakedInTestSuite work 2023-09-06 11:42:57 +02:00
Johannes 55abf1577a a bit more ensureNoDisposablesAreLeakedInTestSuite work 2023-09-06 11:17:52 +02:00
Sandeep Somavarapu 9ed384ffe7 fix while check 2023-09-06 11:10:35 +02:00