Commit Graph
124157 Commits
Author SHA1 Message Date
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
Daniel Imms d10f4557a8 Add missing service 2023-12-08 12:18:54 -08:00
Daniel Imms bc22c540d7 Don't expose link manager unnecessarily 2023-12-08 12:18:07 -08:00
Connor PeetandGitHub d3bedefd42 process-explorer: fix not updating pid/name mapping correctly (#200401)
The mapPidToName was getting reassigned rather than mutated which prevented the ProcessRenderer from seeing the correct names if they got updated.

Fixes #172120
2023-12-08 21:16:12 +01:00
Logan RamosandGitHub ceb8df5c02 Patch crashing explorer on paste (#200396)
* Patch crashing explorer on paste

* Write filename to clipboard
2023-12-08 11:59:09 -08:00
Daniel ImmsandGitHub 17f5cff837 Merge pull request #200389 from microsoft/tyriar/193384
Fix col-col link matching for columns of length > 2
2023-12-08 11:58:48 -08:00
Connor PeetandGitHub 846f74c3ae debug: use a warning in toolbar to be consistent with errors from keybindings (#200397)
Fixes #172918
2023-12-08 11:58:20 -08:00
Daniel Imms b32812c49c Fix TerminalInstance memory leak
The mapped event was causing terminal instances to be retained as the TerminalService's
store was being passed in, instead of being bound to the instance's lifecycle

Fixes #200400
2023-12-08 11:53:03 -08:00
Aiday Marlen Kyzy 1775224314 removing this check which is not neded 2023-12-08 20:00:35 +01:00
Daniel Imms da0af68737 Support # as a line/col link format in terminal
Fixes #190288
2023-12-08 10:59:05 -08:00
Aiday Marlen Kyzy f7c313d15d changing the method so that different selections are returned depending on the settings value 2023-12-08 19:46:20 +01:00
Daniel Imms 7bf048eb77 Support validated/suffixed file URI links
Fixes #193629
2023-12-08 10:46:06 -08:00
Henning DieterichsandHenning Dieterichs 0b8478b790 Fixes #172183 2023-12-08 19:18:53 +01:00
Aiday Marlen Kyzy 23b19bb6b1 polishing the code 2023-12-08 19:17:23 +01:00
Aiday Marlen Kyzy c8769e8ef3 Merge branch 'main' into aiday/changingTheSettingsForTheLightbulb 2023-12-08 19:10:22 +01:00
Daniel Imms 89c8af3c47 Improve logging of URI links
Part of #193629
2023-12-08 10:00:37 -08:00
Daniel Imms 60b2a0db43 Fix col-col link matching for columns of length > 2
This was caused by a single missing `\` char in a regex. A bunch of
new supported formats were added:

- foo:339:12-789
- "foo",339.12-789
- "foo",339.12-341.789

Fixes #193384
2023-12-08 09:49:15 -08:00
Henning DieterichsandHenning Dieterichs 9acd614217 Fixes #191065 2023-12-08 18:34:23 +01:00
Aiday Marlen Kyzy 7c7c1855b3 placing the check effective column number into the if statement 2023-12-08 18:22:04 +01:00
Aiday Marlen Kyzy d3d984d0ca registering two new colors for outputEditor and outputEditorStickyScroll background colors 2023-12-08 18:04:05 +01:00
Aiday Marlen KyzyandGitHub a78a05d0d1 Merge pull request #200232 from microsoft/aiday/dontHideOnAdditionalTextEdits
Do not hide color picker on additional text edits
2023-12-08 17:42:13 +01:00
Aiday Marlen KyzyandGitHub 20d07c3261 Merge pull request #199682 from microsoft/aiday/enablingByDefaultInsiders
Enabling sticky scroll by default
2023-12-08 17:36:42 +01:00
Simon Siefke bb05ee67d6 fix: memory leak in diff editor 2023-12-08 17:35:59 +01:00