Commit Graph
124157 Commits
Author SHA1 Message Date
Johannes RiekenandGitHub 04c01c089d wrap API-events per extension so that blaming and telemetry-ignoring/redirecting is possible (#200657)
fixes https://github.com/microsoft/vscode/issues/184132
2023-12-12 16:33:18 +01:00
Daniel Imms 2790466e40 Fix terminal resize commands when in side bar
Fixes #140873
2023-12-12 07:30:37 -08:00
Daniel ImmsandGitHub 18941c523c Merge pull request #200654 from microsoft/tyriar/134623
Max out terminal canvas width to 4096px
2023-12-12 07:21:17 -08:00
Benjamin SimmondsandGitHub 40753f6dba fix #200515 (#200651)
include padding in width calculation
2023-12-12 08:20:39 -07:00
Johannes RiekenandGitHub 2380ef77cb fix https://github.com/microsoft/vscode-copilot-release/issues/577 (#200650)
fyi @roblourens this also affects panel chat
2023-12-12 08:20:13 -07:00
Daniel ImmsandGitHub 2b3dd1ab45 Merge pull request #200639 from microsoft/tyriar/76381
Terminal mouse wheel zoom
2023-12-12 07:19:08 -08:00
Aiday Marlen Kyzy 282eba8cc4 optimizing the sticky scroll 2023-12-12 16:15:29 +01:00
Aiday Marlen KyzyandGitHub a93d99bee5 Merge pull request #200136 from microsoft/aiday/refactoringContentHoverFile
Refactoring the contentHover.ts file
2023-12-12 16:06:13 +01:00
Aiday Marlen KyzyandGitHub b7a9b3854f Merge pull request #200354 from microsoft/aiday/makingYelloSparkle
Making the sparkle icon yellow
2023-12-12 16:05:59 +01:00
Daniel Imms a622c731d7 Max out terminal canvas width to 4096px
Fixes #134623
2023-12-12 07:03:20 -08:00
Henning DieterichsandHenning Dieterichs 55cca47484 Fixes #141229 2023-12-12 15:45:15 +01:00
Daniel Imms d25b735c3a Remove logs 2023-12-12 05:54:26 -08:00
Daniel Imms 93ae54738e Fix editor.mouseWheelZoom string on mac
Fixes #200635
2023-12-12 05:46:55 -08:00
Daniel Imms 04224e8098 Correct strings 2023-12-12 05:45:46 -08:00
Daniel Imms 32bf697587 Update xterm, adopt wheel event handler 2023-12-12 05:45:30 -08:00
Daniel Imms 1d952ed6e7 Terminal mouse wheel zoom
Fixes #76381
2023-12-12 05:07:47 -08:00
Daniel ImmsandGitHub 6f4bb998a4 Merge pull request #200633 from microsoft/tyriar/200510
Fix 3 terminal panel action toggles
2023-12-12 04:43:57 -08:00
Johannes RiekenandGitHub 45a10538c4 fix https://github.com/microsoft/vscode/issues/200631 (#200632) 2023-12-12 13:21:33 +01:00
Daniel Imms 039dacca94 Fix 3 terminal panel action toggles
Fixes #200510
2023-12-12 04:17:59 -08:00
João MorenoandGitHub 91a4378f47 allow CORS from PRSS CDN (#200554)
fixes microsoft/vscode-remote-release#9246
2023-12-12 12:49:40 +01:00
Benjamin SimmondsandGitHub 5d86561178 some context keys do not updated on active editor change (#200624)
context keys not updated on active editor change
2023-12-12 12:34:55 +01:00
Isidor NikolicandGitHub 3489014276 Merge pull request #200620 from microsoft/isidorn/national-ant
Update distro version in package.json
2023-12-12 11:08:11 +00:00
Benjamin SimmondsandGitHub d8285a1789 Benibenj/removeUnusedContextKeys (#200618)
* Remove unused context keys

* 💄
2023-12-12 11:47:06 +01:00
isidor 1d10285782 Update distro version in package.json 2023-12-12 11:44:20 +01:00
Benjamin PaseroandGitHub f29415ce2c editors - do not prevent group locking anymore when only 1 group opened (#200610)
* editors - do not prevent group locking anymore when only 1 group opened

* .
2023-12-12 11:43:03 +01:00
RoboandGitHub e7b5076dd7 refactor: use sysroots on linux prod pipeline (#192513)
* ci: use sysroots on linux prod pipeline to build native modules

* ci: rebuild after electron update
2023-12-12 11:39:00 +01:00
Benjamin PaseroandGitHub 9c679f1e07 Aux window: increase current view size doesn't consider floating windows (fix #200613) (#200617) 2023-12-12 11:14:59 +01:00
Rob LourensandGitHub 3648016369 Merge pull request #200606 from microsoft/roblou/reduced-amphibian
Fix ChatAgentTask placeholder styling
2023-12-11 23:32:39 -07:00
Rob Lourens df9f2a1868 Fix ChatAgentTask placeholder styling
Fix #200575
2023-12-11 20:59:55 -08:00
Logan RamosandGitHub 72cb92fdc5 Fix explorer paste (#200601)
Fix paste
2023-12-12 02:44:17 +01:00
Aaron MungerandGitHub d5d1424296 Allow disabling filepath links (#200577)
* add setting to enable/disable linkifying filepaths

* implement linkify setting

* update setting without reload

* switch casing style
2023-12-11 15:47:06 -08:00
Matt BiernerandGitHub 4c5336dae1 Skip encoding of markdown links (#200588)
Fixes #200213

This encoding should no longer be needed now that we can smartly insert angle bracket links
2023-12-12 08:52:25 +11:00
Jean Pierre 51ea68dcd2 Fixes #200590 2023-12-11 16:39:38 -05:00
Benjamin PaseroandGitHub c2ed45b371 editors - let live preview auto lock groups (#200584) 2023-12-11 12:15:55 -08:00
Benjamin PaseroandGitHub 2120c548c3 editors - let simple browser auto lock groups (#200578) 2023-12-11 20:11:57 +01:00
Benjamin SimmondsandGitHub aa79d7e579 fix terminal editor icon color (#200573) 2023-12-11 10:41:25 -08:00
gjsjohnmurray 9824af2c7b Fix Customize Layout bugs related to Activity Bar (fix #200571) 2023-12-11 17:52:06 +00:00
Aiday Marlen KyzyandGitHub 83180a3d09 Using the action title in the hover message when auto-running on clicking of sparkle (#199521)
* using the action title prepended with Run keyword

* setting the title in one function which is outside of _updateLightBulbTitleAndIcon
2023-12-11 16:36:57 +01:00
Aiday Marlen KyzyandGitHub 3fca41e19b Making the settings readonly (#200221)
making the settings readonly
2023-12-11 16:34:20 +01:00
Benjamin SimmondsandGitHub 66fda5f088 Merge pull request #200329 from microsoft/benibenj/codIconLabelSupport
Added support for custom icons in various editor inputs
2023-12-11 16:33:00 +01:00
BeniBenj 692599b833 support updating icon 2023-12-11 16:04:41 +01:00
Ladislau SzomoruandGitHub 5d6eac5b2d SCM - 💄 remove unused service (#200555) 2023-12-11 15:06:26 +01:00
BeniBenj 8ff022bbe9 fix selector and icon name 2023-12-11 15:03:42 +01:00
BeniBenj 528afd8e42 fix typechecker error 2023-12-11 14:41:37 +01:00
Henning DieterichsandGitHub d8910c5832 Merge pull request #200382 from SimonSiefke/fix/memory-leak-diff-editor
fix: memory leak in diff editor
2023-12-11 14:04:14 +01:00
BeniBenj 13d454deca fix terminal test? 2023-12-11 13:58:26 +01:00
Ladislau SzomoruandGitHub d68f53fdea SCM - Input widget should use a context key service with an overlay (#200544) 2023-12-11 13:23:43 +01:00
Isidor NikolicandGitHub 09dc82e96b Merge pull request #126199 from loganrosen/patch-1
Update Stack Overflow tag in CONTRIBUTING.md
2023-12-11 11:37:20 +00:00
Isidor NikolicandGitHub 1fe872e131 Merge branch 'main' into patch-1 2023-12-11 11:12:18 +00:00
Ladislau SzomoruandGitHub 55d7566112 SCM - fix scmProvider context keys (#200536) 2023-12-11 12:09:12 +01:00