Commit Graph
124157 Commits
Author SHA1 Message Date
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 LeonhardtandGitHub 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 ImmsandGitHub 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 ZhaoandGitHub 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 RoggeandGitHub 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 PeetandGitHub 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 ImmsandGitHub ee3917653b Merge pull request #200999 from microsoft/tyriar/200469
Update xterm
2023-12-15 10:11:10 -08:00
sparxoooandGitHub e8a8e8a3ba Merge branch 'microsoft:main' into 200257-fix 2023-12-15 17:55:15 +00:00
Connor PeetandGitHub 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 ImmsandGitHub 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 MungerandGitHub 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
sparxoooandGitHub c2454f49ed Merge branch 'microsoft:main' into 200257-fix 2023-12-15 17:43:04 +00:00
Johannes RiekenandGitHub 2ebfb1c9fd fix https://github.com/microsoft/vscode/issues/200992 (#200995) 2023-12-15 18:39:10 +01:00
Andrea MahandGitHub 432e87b50f Cannot Search all files: path must of of type str (#200990)
Fixes #200845
2023-12-15 18:28:05 +01:00
sparxoooandGitHub 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 SzomoruandGitHub 9da155db32 SCM - fix regression with hiding menu items (#200983) 2023-12-15 16:46:39 +01:00
sparxoooandGitHub 0eea34713a Merge branch 'microsoft:main' into 200257-fix 2023-12-15 15:45:56 +00:00
Benjamin SimmondsandGitHub 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 SzomoruandGitHub 11cc162fd9 SCM - 💄 code cleanup (#200977) 2023-12-15 16:20:06 +01:00
Johannes RiekenandGitHub 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
susiwen8andGitHub 74bf30a8ec fix: #200046 (#200485) 2023-12-15 14:28:54 +00:00
Ladislau SzomoruandGitHub baab9bde4d Git - timeline provider should handle repository with no commits (#200962) 2023-12-15 15:17:38 +01:00
Ladislau SzomoruandGitHub e8e04769ec Git - explicitly open repository after initialized (#200957) 2023-12-15 14:53:18 +01:00
Ladislau SzomoruandGitHub 81546fb355 Git - only add --diff-merges if flag is supported (#200954) 2023-12-15 14:39:46 +01:00
Benjamin PaseroandGitHub 1b27c60b38 auto save - schedule later when errors clear (#200942)
* auto save - schedule later when errors clear

* .

* .

* .
2023-12-15 11:48:12 +01:00
Ladislau SzomoruandGitHub 2a3c9df2fa SCM - adopt WorkbenchToolbar for the repository toolbar (#200947)
* Adopt WorkbenchToolbar

* Split the two menus so that items can be hidden independently
2023-12-15 11:47:27 +01:00
Johannes RiekenandGitHub 4da031abb8 only show ViewInChat when there are just messages, not when the response is mixed (#200939) 2023-12-15 11:02:01 +01:00
Johannes RiekenandGitHub a33752f9f0 clean up strategies (#200938) 2023-12-15 10:57:40 +01:00
Johannes RiekenandGitHub 12b59f5109 fix https://github.com/microsoft/vscode/issues/180132 (#200932) 2023-12-15 10:37:21 +01:00
Johannes RiekenandGitHub 8558face53 fix https://github.com/microsoft/vscode-copilot/issues/3240 (#200933) 2023-12-15 10:35:01 +01:00
Johannes RiekenandGitHub 2cf5c59bcc reset history offset when finishing session (#200930) 2023-12-15 09:59:44 +01:00
Johannes RiekenandGitHub 4cd3c65902 team-enable live mode (#200929) 2023-12-15 09:46:51 +01:00
Benjamin PaseroandGitHub 8db82d0d32 cli - do not --wait when reading from stdin (#199035) (#200926) 2023-12-15 09:38:02 +01:00
Aiday Marlen KyzyandGitHub 6ef3ba2504 Merge pull request #199786 from microsoft/aiday/changingTheSettingsForTheLightbulb
Changing the settings for the lightbulb code action menu
2023-12-15 09:37:19 +01:00
Ladislau SzomoruandGitHub 371a1579f2 Git - make close other repositories command available in the command palette (#200925) 2023-12-15 08:34:24 +01:00
sparxoooandGitHub f4ed7453d3 Merge branch 'main' into 200257-fix 2023-12-15 04:42:35 +00:00
sparxooo fbdfaf623f Added tests to validate trailing period removal from line/column numbers 2023-12-15 04:32:57 +00:00
sparxooo 0a71680fad Remove trailing periods from end of link before opening to prevent search issues 2023-12-15 04:15:56 +00:00
sparxooo 7740b7e241 Fix non-numeric trailing character regex from matching line/column numbers 2023-12-15 04:14:00 +00:00
Connor PeetandGitHub 37fe2d06d6 debug: fix hover expands over cursor (#200913)
Unexpectedly annoying to fix

Fixes #109653
2023-12-15 02:34:25 +01:00
Matt BiernerandGitHub 9b8f216b8c Support escapes in markdown destination settings (#200911)
Support escaping `$` to prevent use as variable and escaping `/` inside of transforms
2023-12-15 02:02:27 +01:00
Connor PeetandGitHub 58bbee628c debug: support context menu actions in hover (#200908)
Fixes #125763
2023-12-14 17:00:12 -08:00
Tyler James LeonhardtandGitHub 4e3ae66ed7 Add jsdocs to important QuickInput interfaces (#200907)
* Add jsdocs to important QuickInput interfaces

Fixes https://github.com/microsoft/vscode/issues/154255

* custom button
2023-12-14 16:59:34 -08:00
Andrea MahandGitHub 5c0e27c4bb vscode.workspace.findFiles and WorkspaceFolder.uri inconsistency regarding Windows driver letter (#200903)
Fixes #194692
2023-12-14 16:51:16 -08:00