Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
55 commits
Select commit Hold shift + click to select a range
30c3b10
fixes #259261
meganrogge Oct 20, 2025
7c335a2
Merge branch 'main' into merogge/terminal-last
meganrogge Oct 20, 2025
b5e7b3e
include output
meganrogge Oct 23, 2025
27a3917
do not encode commandLine and outpu t in uri
meganrogge Oct 23, 2025
919b8f7
Merge branch 'main' into merogge/terminal-last
meganrogge Oct 23, 2025
44580cf
re-add something
meganrogge Oct 23, 2025
01a9423
format
meganrogge Oct 23, 2025
82dca7c
revert a bunch of changes
meganrogge Oct 23, 2025
cc4ad9a
revert more changes
meganrogge Oct 23, 2025
e5a1fc6
revert more changes
meganrogge Oct 23, 2025
e7894c6
get it mostly working
meganrogge Oct 23, 2025
581dab5
handle disposal properly
meganrogge Oct 23, 2025
45fea3d
add exit code
meganrogge Oct 23, 2025
d0f7d31
slight tweaks
meganrogge Oct 23, 2025
fe1e01e
add terminalService openResource
meganrogge Oct 24, 2025
0652e4f
pass in URI to xtermTerminal instead of instanceId
meganrogge Oct 24, 2025
28d4442
get hover and click working, add custom widget
meganrogge Oct 24, 2025
cc79afd
get it to work!
meganrogge Oct 24, 2025
7aa7432
rm resource check from input part
meganrogge Oct 24, 2025
d95cd6a
part of #271388
meganrogge Oct 24, 2025
3c7521c
Update src/vs/workbench/contrib/chat/browser/actions/chatContext.ts
meganrogge Oct 24, 2025
44fcff8
use html
meganrogge Oct 24, 2025
1756c51
Merge branch 'main' into merogge/inline-output
meganrogge Oct 24, 2025
026842a
scroll down by default
meganrogge Oct 24, 2025
e35e8fb
Merge branch 'main' into merogge/inline-output
meganrogge Oct 24, 2025
9e040ad
rename to align
meganrogge Oct 24, 2025
4d24d8a
rename
meganrogge Oct 24, 2025
e2e8410
fix issue with context menu action not showing up
meganrogge Oct 24, 2025
3ccc52f
fix issue with context menu action not showing up
meganrogge Oct 24, 2025
c085718
followups
meganrogge Oct 24, 2025
d3ebafd
Merge branch 'merogge/cleanup' into merogge/inline-output
meganrogge Oct 24, 2025
3990af9
add stuff
meganrogge Oct 24, 2025
ec55245
fix bug
meganrogge Oct 24, 2025
c892ad4
Merge branch 'main' into merogge/inline-output
meganrogge Oct 24, 2025
d5c0cf5
don't fallback
meganrogge Oct 24, 2025
fdad452
go back to text
meganrogge Oct 24, 2025
b4673ba
keep last max lines
meganrogge Oct 24, 2025
104b442
Merge branch 'main' into merogge/inline-output
meganrogge Oct 27, 2025
64be1c5
rm `chatSessionId` form `ITerminalCommand`, add `terminalCommandUri` …
meganrogge Oct 27, 2025
2066294
chars, not lines
meganrogge Oct 27, 2025
90984d6
rm space between elements, style
meganrogge Oct 27, 2025
1c9cdcc
try to get scrollbar working
meganrogge Oct 27, 2025
b0f1afd
fix layout issues
meganrogge Oct 27, 2025
cf9fce6
set scrollbars to auto
meganrogge Oct 27, 2025
f4e6d01
@xterm/xterm@5.6.0-beta.136
meganrogge Oct 28, 2025
ec7aca0
get it mostly working
meganrogge Oct 28, 2025
bafb618
get it to work on reload
meganrogge Oct 28, 2025
49de5ce
fix start/end
meganrogge Oct 28, 2025
4060a42
get reload working for real
meganrogge Oct 28, 2025
36388f0
Update src/vs/workbench/contrib/chat/browser/chatContentParts/toolInv…
meganrogge Oct 28, 2025
d402df0
Update src/vs/workbench/contrib/chat/browser/chatContentParts/toolInv…
meganrogge Oct 28, 2025
702e8d0
cleanup
meganrogge Oct 28, 2025
ffc125a
fix issue
meganrogge Oct 28, 2025
211e912
add action on command finished
meganrogge Oct 28, 2025
21336f5
fix action order
meganrogge Oct 28, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
96 changes: 48 additions & 48 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,16 +88,16 @@
"@vscode/windows-mutex": "^0.5.0",
"@vscode/windows-process-tree": "^0.6.0",
"@vscode/windows-registry": "^1.1.0",
"@xterm/addon-clipboard": "^0.2.0-beta.118",
"@xterm/addon-image": "^0.9.0-beta.135",
"@xterm/addon-ligatures": "^0.10.0-beta.135",
"@xterm/addon-progress": "^0.2.0-beta.41",
"@xterm/addon-search": "^0.16.0-beta.135",
"@xterm/addon-serialize": "^0.14.0-beta.135",
"@xterm/addon-unicode11": "^0.9.0-beta.135",
"@xterm/addon-webgl": "^0.19.0-beta.135",
"@xterm/headless": "^5.6.0-beta.135",
"@xterm/xterm": "^5.6.0-beta.135",
"@xterm/addon-clipboard": "^0.2.0-beta.119",
"@xterm/addon-image": "^0.9.0-beta.136",
"@xterm/addon-ligatures": "^0.10.0-beta.136",
"@xterm/addon-progress": "^0.2.0-beta.42",
"@xterm/addon-search": "^0.16.0-beta.136",
"@xterm/addon-serialize": "^0.14.0-beta.136",
"@xterm/addon-unicode11": "^0.9.0-beta.136",
"@xterm/addon-webgl": "^0.19.0-beta.136",
"@xterm/headless": "^5.6.0-beta.136",
"@xterm/xterm": "^5.6.0-beta.136",
"http-proxy-agent": "^7.0.0",
"https-proxy-agent": "^7.0.2",
"jschardet": "3.1.4",
Expand Down
96 changes: 48 additions & 48 deletions remote/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 10 additions & 10 deletions remote/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@
"@vscode/vscode-languagedetection": "1.0.21",
"@vscode/windows-process-tree": "^0.6.0",
"@vscode/windows-registry": "^1.1.0",
"@xterm/addon-clipboard": "^0.2.0-beta.118",
"@xterm/addon-image": "^0.9.0-beta.135",
"@xterm/addon-ligatures": "^0.10.0-beta.135",
"@xterm/addon-progress": "^0.2.0-beta.41",
"@xterm/addon-search": "^0.16.0-beta.135",
"@xterm/addon-serialize": "^0.14.0-beta.135",
"@xterm/addon-unicode11": "^0.9.0-beta.135",
"@xterm/addon-webgl": "^0.19.0-beta.135",
"@xterm/headless": "^5.6.0-beta.135",
"@xterm/xterm": "^5.6.0-beta.135",
"@xterm/addon-clipboard": "^0.2.0-beta.119",
"@xterm/addon-image": "^0.9.0-beta.136",
"@xterm/addon-ligatures": "^0.10.0-beta.136",
"@xterm/addon-progress": "^0.2.0-beta.42",
"@xterm/addon-search": "^0.16.0-beta.136",
"@xterm/addon-serialize": "^0.14.0-beta.136",
"@xterm/addon-unicode11": "^0.9.0-beta.136",
"@xterm/addon-webgl": "^0.19.0-beta.136",
"@xterm/headless": "^5.6.0-beta.136",
"@xterm/xterm": "^5.6.0-beta.136",
"cookie": "^0.7.0",
"http-proxy-agent": "^7.0.0",
"https-proxy-agent": "^7.0.2",
Expand Down
Loading
Loading