Commit Graph

116890 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
Daniel Imms
da0af68737 Support # as a line/col link format in terminal
Fixes #190288
2023-12-08 10:59:05 -08: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
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
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
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
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
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
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
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
Johannes Rieken
e529fdc05b fix https://github.com/microsoft/vscode/issues/189911 (#200347) 2023-12-08 14:14:21 +01:00
Francis Chartrand
bef295a70b timeline: use follow option so timeline follow file beyond renames (#187174)
feat(git): use follow option so timeline follow file beyond renames

Co-authored-by: Ladislau Szomoru <3372902+lszomoru@users.noreply.github.com>
2023-12-08 13:03:59 +00:00
Johannes Rieken
5bf577b08a make sure super.dispose is called inside overridden dispose methods (#200342) 2023-12-08 13:45:44 +01:00
Alexandru Dima
745cb55422 Disable ligatures when fontLigatures is an empty string (#200333)
Disable ligatures when `fontLigatures` is an empty string (#198517)
2023-12-08 12:43:55 +01:00
Roberto Huertas
62a957135b feat(stash): return the stash result (#177732)
re #177726
2023-12-08 12:29:19 +01:00
Ladislau Szomoru
fe055af0a4 Git - improve branch picker when merging (#200331)
* Git - improve branch picker when merging

* 💄
2023-12-08 12:26:40 +01:00
Tomer Chachamu
a28e68ad70 Wait for paste to finish in paste command (fixes #196161) (#196516)
* Wait for paste to finish in paste command (fixes #196161)

* 💄

---------

Co-authored-by: Alexandru Dima <alexdima@microsoft.com>
2023-12-08 12:15:02 +01:00
Aiday Marlen Kyzy
02b9071476 Reverting pressing alt to keep hover open (#200330)
* removing the alt pressing functionality

* removing the css and and toggle locked method also
2023-12-08 12:12:14 +01:00
Johannes Rieken
2d826896fc protect against faulty canUndo result (#200323)
https://github.com/microsoft/vscode/issues/200223
2023-12-08 11:19:31 +01:00
Alexandru Dima
57c5c8801d Only use the PointerEventHandler on phones (#200317)
Only use the PointerEventHandler on phones (fixes #200304)
2023-12-08 09:55:08 +01:00
Justin Chen
ab0520decb Bump to version 1.86-insiders (#200284)
Update package.json
2023-12-08 01:45:50 +01:00
Raymond Zhao
fb524480ac chore: exclude more labels (#200275) 2023-12-07 23:47:42 +01:00
Connor Peet
4fcc79567d debug: fix tasks get stuck when restoring a PTY (#200273)
It looks like we should prefer `.getKey()` when it exists since it's stable across reloads @meganrogge?

Fixes #193233
2023-12-07 23:02:05 +01:00
Connor Peet
3058bca393 testing: show individual test output when selected in results (#200272)
Fixes #193589
2023-12-07 13:56:12 -08:00
Daniel Imms
faacc5f480 Merge pull request #199706 from cpendery/fix/terminal-suggestion-positioning__accept-completions
fix: accepting terminal completions cursor positions
2023-12-07 13:00:40 -08:00