Commit Graph

117229 Commits

Author SHA1 Message Date
Greg Van Liew
4e70a0f5eb Edits to setting descriptions (#200408) 2023-12-08 22:26:39 +01:00
Daniel Imms
af0bd75640 Merge pull request #200405 from microsoft/tyriar/leak
Fix several terminal memory leaks
2023-12-08 12:50:26 -08:00
Daniel Imms
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 Imms
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 Imms
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 Peet
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 Ramos
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 Imms
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 Peet
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 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 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 Kyzy
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 Kyzy
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
Aiday Marlen Kyzy
b20636596c adding css rul into the views.css file 2023-12-08 17:28:21 +01:00
Aiday Marlen Kyzy
14d593fb5f Adding colors vscode-editorStickyScroll-border and vscode-editorStickyScroll-shadow (#200239)
* adding two more colors

* rewording text and making the border color null
2023-12-08 17:25:59 +01:00
Aiday Marlen Kyzy
bd5917f219 removing useless import 2023-12-08 17:10:43 +01:00
Aiday Marlen Kyzy
54b9bd693f setting the default enablement to true 2023-12-08 17:10:11 +01:00
Daniel Imms
26723a2f2e Merge pull request #200377 from microsoft/tyriar/sticky_scroll_issue
Add terminal-sticky-scroll to issue grooming notebook
2023-12-08 08:00:47 -08:00
Daniel Imms
d2163dce8e Add terminal-sticky-scroll to issue grooming notebook 2023-12-08 07:46:07 -08:00
BeniBenj
fb019c37d0 💄 2023-12-08 16:32:21 +01:00
Benjamin Pasero
225e1ae838 aux window - make legacy action more explicit (#200370) 2023-12-08 16:25:40 +01:00
Alexandru Dima
15c649493f Allow setting indent size to an explicit number when it is computed from tab size (#200368)
Allow setting indent size to an explicit number when it is computed from tab size (fixes #199791)
2023-12-08 16:11:14 +01:00
BeniBenj
d45c2c27eb 💄 2023-12-08 16:05:26 +01:00
Benjamin Simmonds
a67b341968 Added highlight for toggled items in pane composite part (maximize, restore) (#200367) 2023-12-08 16:01:18 +01:00
Henning Dieterichs
62493d90ca Fixes #162340 2023-12-08 15:57:02 +01:00
Aiday Marlen Kyzy
a36340275a Merge branch 'main' into aiday/refactoringContentHoverFile 2023-12-08 15:56:08 +01:00
Aiday Marlen Kyzy
287d9ab0e1 undoing the rename 2023-12-08 15:55:23 +01:00
João Moreno
434d2e1644 bump @vscode/test-electron (#200361)
fixes #200348
2023-12-08 15:53:05 +01:00
Aiday Marlen Kyzy
0cc93cf588 making one call to execute edits from the color picker 2023-12-08 15:45:53 +01:00
Ladislau Szomoru
b0b6913211 Git - gif config should not throw if key does not exist (#200358) 2023-12-08 15:10:52 +01:00
Aiday Marlen Kyzy
b5ad415b68 adding new color for sticky scroll inside of the panel 2023-12-08 15:05:20 +01:00
Johannes Rieken
2018d1523e await undo, reuse code (#200349)
* Revert "protect against faulty `canUndo` result"

This reverts commit cc629533b9.

* await undo, reuse code

https://github.com/microsoft/vscode/issues/200223
2023-12-08 14:41:43 +01:00
Aiday Marlen Kyzy
7c732be466 changing the color of the sparkle to be yellow 2023-12-08 14:25:30 +01:00
Johannes Rieken
e529fdc05b fix https://github.com/microsoft/vscode/issues/189911 (#200347) 2023-12-08 14:14:21 +01:00