125581 Commits

Author SHA1 Message Date
Daniel Imms
3f5fa8a8bb
xterm@5.6.0-beta.65
Fixes #230010
2024-09-28 06:50:53 -07:00
Matt Bierner
626fc7d398
Make sure we delete new TS internal file names too (#230011)
https://github.com/microsoft/TypeScript/pull/59720
2024-09-27 21:50:52 +02:00
Matt Bierner
f74d65ef2c
Adopt preparePasteEdits for js/ts update imports on paste (#230007)
Client side of https://github.com/microsoft/TypeScript/pull/60053
2024-09-27 21:50:23 +02:00
Daniel Imms
acc4f88d1b
Merge pull request #230008 from microsoft/tyriar/cleanup_links
Improve lifecycle management in TerminalLinks.ts
2024-09-27 12:49:35 -07:00
Daniel Imms
b39517926c
Merge pull request #230006 from microsoft/tyriar/229944_2
Prefer remoteAuthority check over remote agent null
2024-09-27 12:33:29 -07:00
Joyce Er
aa0b6bb15a
feat: collapse codeblocks in editing sessions (#230005) 2024-09-27 21:31:21 +02:00
Daniel Imms
e0ca49c84a
Improve lifecycle management in TerminalLinks.ts 2024-09-27 12:26:54 -07:00
Peng Lyu
8f86741073
Fix ##229995. Exclude empty editor hint in notebook diff editor (#230001) 2024-09-27 21:18:29 +02:00
Daniel Imms
ad90d1a207
Prefer remoteAuthority check over remote agent null
Follow up on #229944, see #229992
2024-09-27 12:13:35 -07:00
Daniel Imms
83e902b7e2
Merge pull request #229992 from microsoft/tyriar/229944
Startup perf don't await pty host connection on web
2024-09-27 12:09:49 -07:00
Peng Lyu
e57ad41cfe
Limit top level functions in notebook webview preloads (#229998) 2024-09-27 21:00:03 +02:00
Matt Bierner
e956ece699
Pick up latest TS for building VS Code (#229991) 2024-09-27 20:02:11 +02:00
Martin Aeschlimann
da96c730ff
chat editing: new button (#229988)
chat editing: add new button
2024-09-27 19:42:26 +02:00
Daniel Imms
71cabbe74c
Startup perf don't await pty host connection on web
Fixes #229944
2024-09-27 10:40:35 -07:00
Daniel Imms
ee05ba8e90
Merge pull request #229981 from microsoft/tyriar/191768
Fix memory leak issues in terminal
2024-09-27 10:24:42 -07:00
Daniel Imms
c27536cc30
Merge pull request #229984 from microsoft/tyriar/229982
Remove spawn throttle when using conpty.dll
2024-09-27 10:20:37 -07:00
Daniel Imms
56eabd978e
Remove spawn throttle when using conpty.dll
Fixes #229982
2024-09-27 09:52:09 -07:00
Daniel Imms
40290c9f4f
Terminal developer contrib leaks, simplify line data option 2024-09-27 09:29:43 -07:00
Daniel Imms
1cb112d243
Fix XtermTerminal leaking 2024-09-27 09:12:46 -07:00
Daniel Imms
3c44096ff8
Fix TerminalInstance leaks
Part of #191768
2024-09-27 09:10:57 -07:00
Martin Aeschlimann
ceba479e72
Move the triggering of auto apply from extension to UI (#229976)
* auto invoke autoApply, get code blocks from chat model

* update

* update
2024-09-27 08:49:15 -07:00
Benjamin Christopher Simmonds
2b5ec43b36
Fix issue with disposable after being disposed (#229980)
dont add disposable after disposed
2024-09-27 17:45:18 +02:00
Sandeep Somavarapu
f029ec36a6
#214048 polish the fix (#229978) 2024-09-27 17:33:26 +02:00
Martin Aeschlimann
6be9a301e8
edit chat view: start editing session when created (#229975) 2024-09-27 17:19:10 +02:00
Johannes Rieken
ec1125c2d1
inline chat fixes (#229973)
* disposing the editor view should remove overflowing overlay widgets node

* use a suitable overflow widget dom node for the inline chat widget

fixes https://github.com/microsoft/vscode-internalbacklog/issues/4298

fixes (doesn't re-introduce) https://github.com/microsoft/vscode-copilot/issues/8701

* * make sure `ESC` first closes suggest before closing inline chat
* also remove duplicated action
2024-09-27 17:09:21 +02:00
Benjamin Pasero
f9910cd22e
esm - try to fix build (#229972) 2024-09-27 17:04:43 +02:00
Daniel Imms
1977d595aa
Merge pull request #229971 from microsoft/tyriar/227087_3
jsdoc for selection view part
2024-09-27 07:59:18 -07:00
Benjamin Christopher Simmonds
449e524fe5
Disable action to remove last view container (#229969)
Don't allow removing last view container
2024-09-27 16:55:14 +02:00
Jean Pierre
cee1e10cbc
Fix if logOutputChannel is created again after being disposed, it will disappear (#225709)
Fix #214048

Co-authored-by: Sandeep Somavarapu <sasomava@microsoft.com>
2024-09-27 16:47:33 +02:00
Benjamin Pasero
a1afeb629d
Fail to read from stdin (#229962) (#229967) 2024-09-27 16:40:01 +02:00
Daniel Imms
fd6dd87fa9
jsdoc for selection view part
Part of #227087
2024-09-27 07:37:43 -07:00
Daniel Imms
8af8a571c6
Merge pull request #229966 from microsoft/tyriar/229872
Prevent terminal SI decorations showing under quick fixes
2024-09-27 07:36:05 -07:00
Daniel Imms
73f3a3e076
Prevent terminal SI decorations showing under quick fixes
Fixes #229872
2024-09-27 07:15:20 -07:00
Daniel Imms
38b087c002
Merge pull request #229880 from microsoft/connor4312/issue229874
debug: fix escape characters shown when hovering DOM element
2024-09-27 06:57:26 -07:00
Benjamin Pasero
96cf88a8fe
esm - convert window related helpers to TS (#229961) 2024-09-27 15:39:15 +02:00
Sandeep Somavarapu
6043ad16d1
fix #229955 (#229959) 2024-09-27 14:59:40 +02:00
Ladislau Szomoru
f429fffa7f
SCM - switch action button to observable to avoid using the onDidChange event (#229958) 2024-09-27 14:54:34 +02:00
Ladislau Szomoru
e4f4c45bcc
Engineering - update agent pool (#229947) 2024-09-27 14:00:22 +02:00
Benjamin Christopher Simmonds
8bdc9ee1bd
Change buttons to use element hover placement (#229949) 2024-09-27 12:34:31 +02:00
Martin Aeschlimann
20ca71f4e6
Merge pull request #229893 from microsoft/dev/joyceerhl/quick-porpoise
feat: add a dedicated chat editing view
2024-09-27 12:24:01 +02:00
Ladislau Szomoru
6c94f0a703
SCM - 💄 ActionButton API cleanup (#229943) 2024-09-27 12:08:48 +02:00
Benjamin Pasero
1460d2f503
Merge pull request #229915 from microsoft/ben/mature-bird
esm - remove some AMD artefacts
2024-09-27 11:57:12 +02:00
Johannes Rieken
ded5e0d79e
counter revealLines-logic with sticky scroll max lines (#229939)
fixes https://github.com/microsoft/vscode/issues/229934
2024-09-27 11:48:08 +02:00
Ladislau Szomoru
0dea65fe0d
Git - rework integration tests (#229926)
* Git - rework integration tests

* Fix test
2024-09-27 11:38:10 +02:00
Benjamin Pasero
293e725467
esm - some 💄 2024-09-27 11:36:53 +02:00
Benjamin Pasero
7bf2f5e196
esm - more typing to jsonc 2024-09-27 11:13:04 +02:00
Sandeep Somavarapu
d16f06ec81
SCM Graph - 💄 switch to using px for badge font size (#229918) (#229931)
update signature verification link
2024-09-27 11:12:25 +02:00
Benjamin Christopher Simmonds
3ae2826d2c
Fix sticky node rerender (#229929)
* Fix rerender nodes which are sticky

* rename
2024-09-27 11:09:13 +02:00
Benjamin Pasero
db992f389a
esm - some 💄 2024-09-27 11:00:52 +02:00
Alex Ross
e67b1982e1
Update grammars (#229924) 2024-09-27 10:27:11 +02:00