Commit Graph

117167 Commits

Author SHA1 Message Date
MaxBR97
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 Szomoru
6115f6c319 Git - add autoClosingPairs to git language definitions (#201060) 2023-12-16 16:55:16 +01:00
Benjamin Pasero
4847e00791 Closing a terminal in the editor view unfocus the editor view (fix #171758) (#201047) 2023-12-16 13:57:29 +01:00
kkocdko
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
Connor Peet
9525bc132c debug: fix error on malformed paths (#201032)
Fixes #174054
2023-12-15 16:51:17 -08:00
Connor Peet
9b4a8d66e2 debug: handle runtime-registered dynamic config providers (#201030)
Fixes #198800
2023-12-16 01:19:33 +01:00
Connor Peet
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 Zhao
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 Rogge
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 Imms
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 Peet
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 Munger
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 Peet
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 Mah
d260879c50 ensureNoDisposablesAreLeakedInTestSuite for workbench search (#201019) 2023-12-15 13:26:23 -08:00
Daniel Imms
766fda9380 Merge pull request #201013 from microsoft/tyriar/200897
Fix terminal tabs condition
2023-12-15 13:26:01 -08:00
Daniel Imms
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 Mah
a10b7ff583 Quick search: Not possible to search for space in front (#201015)
Fixes #192765
2023-12-15 13:18:59 -08:00
Tyler James Leonhardt
ac66410966 Remove scrollTop from QuickPick API surface (#201014)
It's not used by anyone.
2023-12-15 21:54:11 +01:00
Daniel Imms
51260c4fb8 Fix terminalStickyScrollBackground key not being picked up in theme 2023-12-15 12:46:04 -08:00
Daniel Imms
8c746918b0 Properly support sticky scroll bg color in side/aux bar
Fixes #200737
2023-12-15 12:43:17 -08:00
Daniel Imms
a536dcdcbf Fix terminal tabs condition
Fixes #200897
2023-12-15 12:34:10 -08:00
Tyler James Leonhardt
9e3aaa4ac4 Remove redundant autoFocusOnList property (#201005)
* Remove redundant `autoFocusOnList` property

This property is the same as setting `.itemActivation` to `ItemActivation.NONE` before you set your `.items` and since it was only used in one place, I decided to remove it to make the API surface area of QP a little smaller to help me maintain it.

We should consider changing the behavior of the SimpleFileDialog to follow the existing QP behavior of focusing the first item... but that can be discussed elsewhere.

cc @alexr00

* missed ref
2023-12-15 21:22:02 +01:00
Daniel Imms
a587752d16 Merge pull request #200919 from sparxooo/200257-fix
Fix for #200257 plus existing trailing non-numerics regex fix
2023-12-15 12:18:06 -08:00
Raymond Zhao
541e34d290 fix: opt users out of upstream third-party data-sharing (#201010)
* fix: add opt out

* fix: set field outside of if statement
2023-12-15 21:09:46 +01:00
Megan Rogge
019e959e5e Merge pull request #200872 from jeanp413/fix-194618
Fix vscode.tasks.executeTask error Unexpected: Task does not exist after task.terminate()
2023-12-15 13:45:48 -06:00
Connor Peet
1edd865cb2 testing: fix peek over eagerly reveals lines (#201004)
Fixes #200944
2023-12-15 10:53:29 -08:00
sparxooo
50d485842d Updated trailing period detection regex, added appropriate trailing period tests for trailing periods without line numbers 2023-12-15 18:14:29 +00:00
Daniel Imms
ee3917653b Merge pull request #200999 from microsoft/tyriar/200469
Update xterm
2023-12-15 10:11:10 -08:00
sparxooo
e8a8e8a3ba Merge branch 'microsoft:main' into 200257-fix 2023-12-15 17:55:15 +00:00
Connor Peet
64c8c3fe98 eng: hint if rate limit error is reached on preinstall (#200993)
* eng: hint if rate limit error is reached on preinstall

Fixes #194790

* compile
2023-12-15 18:49:51 +01:00
Daniel Imms
a7cdc1e2a9 Merge pull request #200982 from microsoft/tyriar/200409
Ensure element is available when attaching mouse wheel zoom
2023-12-15 09:47:27 -08:00
Aaron Munger
b2b7df7a2f update command schema for findWithArgs (#200998)
update command schema
2023-12-15 09:45:31 -08:00
Daniel Imms
677f2baba3 Update xterm
Fixes #200469
2023-12-15 09:44:57 -08:00
sparxooo
c2454f49ed Merge branch 'microsoft:main' into 200257-fix 2023-12-15 17:43:04 +00:00
Johannes Rieken
2ebfb1c9fd fix https://github.com/microsoft/vscode/issues/200992 (#200995) 2023-12-15 18:39:10 +01:00
Andrea Mah
432e87b50f Cannot Search all files: path must of of type str (#200990)
Fixes #200845
2023-12-15 18:28:05 +01:00
sparxooo
83b2bd36c9 Merge branch 'microsoft:main' into 200257-fix 2023-12-15 16:41:34 +00:00
sparxooo
e77b9855ce Updated Regex to use *. Updated TerminalSearchLinkOpener test suite. 2023-12-15 16:25:18 +00:00
Ladislau Szomoru
9da155db32 SCM - fix regression with hiding menu items (#200983) 2023-12-15 16:46:39 +01:00
sparxooo
0eea34713a Merge branch 'microsoft:main' into 200257-fix 2023-12-15 15:45:56 +00:00
Benjamin Simmonds
242755e50a Fix Panel Title Overflow (#200980)
fix #200515
2023-12-15 16:27:54 +01:00
Daniel Imms
cd79ced426 Ensure element is available when attaching mouse wheel zoom
Fixes #200409
2023-12-15 07:24:57 -08:00
Ladislau Szomoru
11cc162fd9 SCM - 💄 code cleanup (#200977) 2023-12-15 16:20:06 +01:00
Johannes Rieken
a5698e8857 Joh/rainy-mollusk (#200976)
* snippet completions should also check with the completion model

this will allow to return "more" from the snippet completion item provider and rely on the completions model to do some filtering

* when debugging tests allow to use console.log

* fix https://github.com/microsoft/vscode/issues/191070
2023-12-15 16:07:56 +01:00
susiwen8
74bf30a8ec fix: #200046 (#200485) 2023-12-15 14:28:54 +00:00
Ladislau Szomoru
baab9bde4d Git - timeline provider should handle repository with no commits (#200962) 2023-12-15 15:17:38 +01:00
Ladislau Szomoru
e8e04769ec Git - explicitly open repository after initialized (#200957) 2023-12-15 14:53:18 +01:00
Ladislau Szomoru
81546fb355 Git - only add --diff-merges if flag is supported (#200954) 2023-12-15 14:39:46 +01:00