Commit Graph
116939 Commits
Author SHA1 Message Date
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
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
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
BeniBenj 751baa0a26 💄 2023-12-11 11:06:42 +01:00
Aiday Marlen KyzyandGitHub fb76941eb9 Disabling auto-send on sparkle auto-run command (#199680)
* wip

* changing the arguments when opening inline chat

* making the code more concise
2023-12-11 10:22:32 +01:00
Benjamin PaseroandGitHub d0c510b416 api - warn when using isCloseAffordance multiple times (fix #200504) (#200521) 2023-12-11 08:17:17 +01:00
Benjamin PaseroandGitHub 513adf583a aux window - show lock icon in main window if locked (#200520) 2023-12-11 07:58:56 +01:00
BeniBenj 61a8604678 💄 2023-12-10 12:48:35 +01:00
BeniBenj 0202181a0d Workspace Trust 2023-12-10 12:29:11 +01:00
BeniBenj 787dfdc6b4 DisassemblyViewInput 2023-12-10 12:19:28 +01:00
BeniBenj 15a273248e Runtime extensions 2023-12-10 12:14:50 +01:00
BeniBenj 94687d50df Terminal theme icon support 2023-12-10 11:58:52 +01:00
BeniBenj 88864a3f13 chat editor icon 2023-12-10 11:56:43 +01:00
Benjamin PaseroandGitHub 46a2336466 title - menu compact is also hidden (#200467) 2023-12-10 10:19:59 +01:00
Benjamin PaseroandGitHub 8edc58a136 auto save - skip non-dirty editors (#200468) 2023-12-10 10:19:35 +01:00
Benjamin PaseroandGitHub 71966e4682 auto save - make it language overridable and add more settings (#200326)
* auto save - make it language overridable and add more settings

* .

* .

* fix tests

* .

* .

* .

* .

* cache

* .

* .
2023-12-10 07:49:31 +01:00
BeniBenj 3b4d17d77b 💄 2023-12-09 15:20:57 +01:00
BeniBenj 30a352a727 move css 2023-12-09 15:15:11 +01:00
BeniBenj d0fa890a65 Refactored getIconClasses function to accept optional ThemeIcon parameter and updated its usage across multiple files 2023-12-09 15:00:13 +01:00
BeniBenj bcb4fd8c20 hide codicons 2023-12-09 14:28:58 +01:00
Connor PeetandGitHub b8ea8d1083 testing: fix glitch with test view widget and sticky scroll (#200418)
Fixes #200192
2023-12-09 01:18:54 +01:00
Aaron MungerandGitHub 10b5818f9d enable accessibility help when focused on preview markdown cell (#200417)
enable accessibility help when focused on preview markdown cell in notebooks
2023-12-09 01:03:41 +01:00
Daniel ImmsandGitHub eb59e06163 Merge pull request #200416 from microsoft/tyriar/193183
Pass location internalOption through to main thread
2023-12-08 15:34:23 -08:00
Daniel Imms 2f4104ef0f Pass location internalOption through to main thread
Fixes #193183
2023-12-08 15:04:07 -08:00
Greg Van LiewandGitHub 4e70a0f5eb Edits to setting descriptions (#200408) 2023-12-08 22:26:39 +01:00
Daniel ImmsandGitHub af0bd75640 Merge pull request #200405 from microsoft/tyriar/leak
Fix several terminal memory leaks
2023-12-08 12:50:26 -08:00
Daniel ImmsandGitHub 9773897cfc Merge pull request #200394 from microsoft/tyriar/193384__190288
Support # as a line/col link format in terminal
2023-12-08 12:46:30 -08:00
Daniel ImmsandGitHub d460ef1272 Merge pull request #200393 from microsoft/tyriar/193629
Support validated/suffixed file URI links
2023-12-08 12:33:08 -08:00
Daniel Imms 24970831b1 Correct test case 2023-12-08 12:32:03 -08:00
Daniel Imms 11601f762a Update xterm.js
This fixes several issues thanks to xtermjs/xterm.js#4910
2023-12-08 12:26:08 -08:00
Daniel ImmsandGitHub 3ffbd773b1 Merge branch 'main' into tyriar/193384__190288 2023-12-08 12:19:41 -08:00