Commit Graph
124157 Commits
Author SHA1 Message Date
Connor PeetandGitHub 027aa0ff19 testing: avoid console log in unit tests (#201141)
Fixes #192468
2023-12-18 18:39:13 +01:00
Megan RoggeandGitHub 2535c6ca13 Merge branch 'main' into fix-201081 2023-12-18 11:05:49 -06:00
Megan RoggeandGitHub 5ce6349ae3 Merge pull request #201064 from jeanp413/fix-200430
Fix task progress indicator does not appear after the first time
2023-12-18 11:01:32 -06:00
Greg Van LiewandGitHub 59c4ac34c1 Add missing commas (#201137)
Add missing commas, avoid Latin
2023-12-18 08:54:58 -08:00
Megan RoggeandGitHub e879ee46b2 Merge branch 'main' into fix-200430 2023-12-18 10:39:30 -06:00
Ladislau SzomoruandGitHub 536dcced4e Git - disable wrapping for git-commit language (#201135) 2023-12-18 17:11:08 +01:00
Ladislau SzomoruandGitHub 811fa13bbb SCM - enable editor option overrides for the scminput language (#201134) 2023-12-18 17:06:04 +01:00
Callum OKaneandGitHub d9b9968d01 Add bun.lockb to default file nesting under package.json (#201065)
Add bun.lockb to compact folders for package.json
2023-12-18 08:59:10 -07:00
Alex RossandGitHub 646bb51ab2 Add comment reactors to comment reactions (#201132)
Add comment reactors proposal
Part of #201131
2023-12-18 07:57:34 -08:00
Daniel ImmsandGitHub 60017c39ff Merge pull request #201036 from jaraco/feature/xonsh-env
Add support for extracting environment from xonsh.
2023-12-18 07:51:51 -08:00
74df98f990 fix: select theme according to current color theme in dev mode (#190035)
* fix: select theme according to current color theme

* fix: select theme according to current color theme and write configuration

---------

Co-authored-by: ermin.zem <ermin.zem@alibaba-inc.com>
2023-12-18 15:13:46 +00:00
Johannes RiekenandGitHub 3369508fe7 inline chat tweaks (#201126)
* streamline tel data

* rename to LiveStrategy

* fix up highlights
2023-12-18 15:17:26 +01:00
Martin AeschlimannandGitHub 69d84f2a7b can not show ssh tag after VS code update from 1.78.2 (#201125) 2023-12-18 15:09:30 +01:00
ksg97031 3311d94195 docs: Fix typos in description field of goToLocations and peekLocations commands
- Fixed typos in the description field of the `multiple` argument in the `editor.action.goToLocations` command
- Fixed typos in the description field of the `multiple` argument in the `editor.action.peekLocations` command

Signed-off-by: ksg97031 <ksg97031@gmail.com>
2023-12-18 22:35:55 +09:00
Martin AeschlimannandGitHub cbd417525b xml: remove the CDATA autoClosingPairs. Fixes #200671 (#201109) 2023-12-18 14:29:50 +01:00
Ladislau SzomoruandGitHub 26f67e0dd4 SCM - fix #194524 (#201119) 2023-12-18 14:28:37 +01:00
Alex RossandGitHub 4b0847c7c3 Decouple comments badge from view (#200974)
* Decouple comments badge from view
Fixes #200972

* Dispose disposable
2023-12-18 14:27:15 +01:00
Ladislau SzomoruandGitHub 4061a9a5e7 Git - log branch name in case the branch cannot be found (#201117) 2023-12-18 13:15:48 +01:00
Johannes RiekenandGitHub 6df54af21c Merge pull request #201113 from microsoft/joh/interim-sloth
Joh/interim-sloth
2023-12-18 12:41:15 +01:00
Johannes 42daedfd6c add overview ruler decorations for inline chat insertions, only show line level decoration but not word level changes 2023-12-18 12:22:54 +01:00
Johannes 8bfb30d567 don't reveal UI during streaming or when diff was recomputed
fixes https://github.com/microsoft/vscode-copilot/issues/3350
2023-12-18 11:46:28 +01:00
Benjamin PaseroandGitHub 3148688541 themes - add a setting to hardcode the native theme source (#200144)
* themes - add a setting to hardcode the native theme source

* disable in linux

* .

* .
2023-12-18 11:21:31 +01:00
Henning DieterichsandGitHub a93f0f5753 Fixes #152088 - Adds various editor gutter tooltips (#200335)
* Allows line decorations to set a tooltip (for #152088).
Adopts the tooltip for folding and dirty diff decorator.

* Shows a tooltip to add breakpoints (for #152088)
2023-12-18 09:58:26 +01:00
Ladislau SzomoruandGitHub 279872bd96 Git - improve git-commit language settings (#201091) 2023-12-17 23:43:05 +01:00
Jason R. Coombs c62c57540e Provide a native implementation, bypassing issues invoking electron. 2023-12-17 12:02:16 -05:00
Ladislau SzomoruandGitHub dbbf1dc671 SCM - update settings to be consistent with other settings (#201078) 2023-12-17 16:20:47 +01:00
susiwen8 d022a7b517 fix: install in npm script shouldn't be opened 2023-12-17 22:09:59 +08:00
Ladislau SzomoruandGitHub d696b40313 SCM - 💄 code cleanup and bug fix (#201068) 2023-12-16 21:30:42 -08:00
MaxBR97andGitHub 3fdb0d4e83 Added scm.inputMinLines configuration (#200551)
* added scm.inputMinLines

* Update scm.contribution.ts

Changed default to 1 per PR reject
2023-12-16 15:57:50 +00:00
Ladislau SzomoruandGitHub 6115f6c319 Git - add autoClosingPairs to git language definitions (#201060) 2023-12-16 16:55:16 +01:00
Jean Pierre 747461c794 Fixes #200430 2023-12-16 10:45:19 -05:00
Benjamin PaseroandGitHub 4847e00791 Closing a terminal in the editor view unfocus the editor view (fix #171758) (#201047) 2023-12-16 13:57:29 +01:00
kkocdkoandGitHub c52d8fb97a Fix platform detection after Node.js 21 (#200935)
Node.js 21 added `navigator.userAgent`, which breaks the previous detection.
2023-12-16 10:02:21 +00:00
Jason R. Coombs 6da0f6d6d4 Add support for extracting environment from xonsh.
Closes #200374.
2023-12-15 21:24:29 -05:00
Connor PeetandGitHub 9525bc132c debug: fix error on malformed paths (#201032)
Fixes #174054
2023-12-15 16:51:17 -08:00
Connor PeetandGitHub 9b4a8d66e2 debug: handle runtime-registered dynamic config providers (#201030)
Fixes #198800
2023-12-16 01:19:33 +01:00
Connor PeetandGitHub d6cef87e54 fix: part of freeze with debug.inlineValues: on in large files (#201028)
Fixes #187783

We now limit inline value display to the area around the viewport, which is what we do with an extension-provided InlineValueProvider anyway. This saves having to force tokenization for the entire file, and instead only in the interested range.

It can still stall if the tokenizer is slow, but there's not a
workaround for that aside from the extension providing their own inline
value provider.
2023-12-15 15:58:30 -08:00
Raymond ZhaoandGitHub 0e7b4fcf1f fix: don't set query if there already is one (#201027)
Don't set query if there already is one

Fixes #200085
2023-12-15 15:57:27 -08:00
Megan RoggeandGitHub 6248d9bc35 Merge pull request #201021 from jeanp413/fix-201008
Fix single tab context menu actions sometimes don't work
2023-12-15 16:36:00 -06:00
Daniel ImmsandGitHub ce1f3a7579 Merge pull request #201024 from microsoft/tyriar/199697
Move SI toggle vis into right click and simplify
2023-12-15 14:15:43 -08:00
Connor PeetandGitHub 8969e52fa0 debug: fix Edit Condition... on context menu of function breakpoint requires a second action (#201022)
Fixes #195696
2023-12-15 22:58:54 +01:00
Aaron MungerandGitHub 8371e4a567 easy no leak test cases (#201017)
* easy no leak cases

* remove unused function
2023-12-15 13:53:43 -08:00
Daniel Imms a603f5eb44 Move SI toggle vis into right click and simplify
Fixes #199697
2023-12-15 13:43:57 -08:00
Jean Pierre 7f04768e91 Fixes #201008 2023-12-15 16:35:30 -05:00
Connor PeetandGitHub 9af00bdd83 fix: external terminal not registering Ctrl+C with .NET Core (#201020)
Best I can tell, `start` eats process interrupt signals, even though we
don't pass `/b` which is documented to request this behavior. So
instead, in the year 2024, launch using the windows terminal instead of
it exists on the system to sidestep this issue.

Fixes #81322
2023-12-15 22:34:44 +01:00
Andrea MahandGitHub d260879c50 ensureNoDisposablesAreLeakedInTestSuite for workbench search (#201019) 2023-12-15 13:26:23 -08:00
Daniel ImmsandGitHub 766fda9380 Merge pull request #201013 from microsoft/tyriar/200897
Fix terminal tabs condition
2023-12-15 13:26:01 -08:00
Daniel ImmsandGitHub 3e1d578c99 Merge pull request #201016 from microsoft/tyriar/200737
Properly support sticky scroll bg color in side/aux bar
2023-12-15 13:25:23 -08:00
Andrea MahandGitHub a10b7ff583 Quick search: Not possible to search for space in front (#201015)
Fixes #192765
2023-12-15 13:18:59 -08:00
Tyler James LeonhardtandGitHub ac66410966 Remove scrollTop from QuickPick API surface (#201014)
It's not used by anyone.
2023-12-15 21:54:11 +01:00