M Hickford
1debf21160
Reverse lines: apply to whole document when selection is single line ( #257031 )
...
Monaco Editor checks / Monaco Editor checks (push) Has been cancelled
Code OSS (node_modules) / Compile (push) Has been cancelled
Code OSS (node_modules) / Linux (push) Has been cancelled
Code OSS (node_modules) / macOS (push) Has been cancelled
Code OSS (node_modules) / Windows (push) Has been cancelled
Likewise for actions 'Delete duplicate lines' and 'Sort lines'
2025-12-26 18:41:10 +00:00
Seong Min Park
4a433b1fec
Refactor: Move Dom creations to the constructor of RenderedStickyLine ( #252169 )
...
* Refactor: Dom creations are in the constructor of the RenderedStickyLine
* polish
* fixing incorrect merge
---------
Co-authored-by: Aiday Marlen Kyzy <amarlenkyzy@microsoft.com>
2025-12-26 18:41:03 +00:00
Ladislau Szomoru
d0bba70758
Git - do not prompt when opening a worktree ( #285107 )
...
* Git - do not prompt when opening a worktree
* Pull request feedback
2025-12-26 13:37:44 +00:00
Dmitriy Vasyura
7f4d1c3321
Merge pull request #284371 from microsoft/dev/dmitriv/fix-tab-size-detection
...
Monaco Editor checks / Monaco Editor checks (push) Waiting to run
Code OSS (node_modules) / Compile (push) Waiting to run
Code OSS (node_modules) / Linux (push) Waiting to run
Code OSS (node_modules) / macOS (push) Waiting to run
Code OSS (node_modules) / Windows (push) Waiting to run
Adjust heuristic for preferring 2 over 4 for indentation size
2025-12-26 04:51:36 -08:00
Dmitriy Vasyura
1e06fcd697
Merge pull request #284711 from microsoft/dev/dmitriv/vb-indent-rules
...
Add indentation rules for Visual Basic
2025-12-26 04:48:44 -08:00
Ladislau Szomoru
43081d3bac
Git - expose list of worktrees through the git extension API ( #285087 )
...
* Git - expose list of worktrees through the git extension API
* Fix compilation error
* Add property to `RepositoryState`
2025-12-26 02:04:01 -08:00
Dmitriy Vasyura
4ea54fb7da
Merge branch 'main' into dev/dmitriv/fix-tab-size-detection
2025-12-25 17:26:01 -08:00
Dmitriy Vasyura
73621d0054
Merge branch 'main' into dev/dmitriv/vb-indent-rules
2025-12-25 17:25:21 -08:00
Dmitriy Vasyura
e5d4511919
Merge pull request #284438 from microsoft/dev/dmitriv/fetch-tool-fixes
...
Monaco Editor checks / Monaco Editor checks (push) Waiting to run
Code OSS (node_modules) / Compile (push) Waiting to run
Code OSS (node_modules) / Linux (push) Waiting to run
Code OSS (node_modules) / macOS (push) Waiting to run
Code OSS (node_modules) / Windows (push) Waiting to run
Allow redirects to trusted domains
2025-12-25 17:16:39 -08:00
Dmitriy Vasyura
d5b11474da
Merge pull request #284668 from microsoft/dev/dmitriv/go-to-column
...
Treat column number in Go To Line as visible column
2025-12-25 16:44:45 -08:00
Daniel Imms
857aea7560
Merge pull request #285033 from microsoft/tyriar/xterm_251225
...
xterm@6.1.0-beta.22
2025-12-25 13:47:29 -08:00
Daniel Imms
6979e72216
Merge pull request #285039 from microsoft/tyriar/285032__285031
...
Fix performance problems with terminal tabs
2025-12-25 13:31:00 -08:00
Daniel Imms
874799b352
Support customGlyph in webgl options
2025-12-25 13:24:48 -08:00
Daniel Imms
64c7e39338
Merge branch 'main' into tyriar/285032__285031
2025-12-25 13:11:00 -08:00
Daniel Imms
64929b87d2
Merge pull request #285035 from microsoft/tyriar/285032
...
Monaco Editor checks / Monaco Editor checks (push) Waiting to run
Code OSS (node_modules) / Compile (push) Waiting to run
Code OSS (node_modules) / Linux (push) Waiting to run
Code OSS (node_modules) / macOS (push) Waiting to run
Code OSS (node_modules) / Windows (push) Waiting to run
Remove forced layout from terminal command guide
2025-12-25 13:09:39 -08:00
Daniel Imms
54528f7804
Move shell integration refresh into debounced method
...
Fixes #285031
2025-12-25 06:07:02 -08:00
Daniel Imms
5dbd5d6297
Move terminal tabs width eval to happen on resize only
...
Part of #285031
2025-12-25 04:55:36 -08:00
Daniel Imms
9f86d7e787
Remove forced layout from terminal command guide
...
I could not reproduce the issue in OSS, this should remove the forced
layout though.
Fixes #285032
2025-12-25 04:27:23 -08:00
Daniel Imms
0fa7421669
Update src/vs/workbench/contrib/terminal/common/terminalConfiguration.ts
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-12-25 04:20:50 -08:00
Daniel Imms
c2dc549488
Update customGlyph setting description with new details
...
Fixes #284758
2025-12-25 04:02:40 -08:00
Daniel Imms
ba7faf15ab
xterm@6.1.0-beta.22
...
Fixes #284592
2025-12-25 04:02:14 -08:00
Simone Salerno
b0e9dce905
Refactor virtual model creation logic in MoveLinesCommand ( #284785 )
...
Monaco Editor checks / Monaco Editor checks (push) Waiting to run
Code OSS (node_modules) / Compile (push) Waiting to run
Code OSS (node_modules) / Linux (push) Waiting to run
Code OSS (node_modules) / macOS (push) Waiting to run
Code OSS (node_modules) / Windows (push) Waiting to run
* refactor virtual model creation logic in MoveLinesCommand
* remove parameter type in getLineContent
* Add TODO comment for token adjustment in MoveLinesCommand
2025-12-25 11:38:03 +00:00
RedCMD
3eb7d6567b
Support # pragma folding markers in C ( #284927 )
2025-12-25 11:37:40 +00:00
Dmitriy Vasyura
83f180cca3
Merge pull request #284423 from microsoft/dev/dmitriv/hsla-colors-regex
...
Add tests and CSS 4 syntax support
2025-12-24 22:37:52 -08:00
Dmitriy Vasyura
20b1485855
Merge pull request #284946 from microsoft/dev/dmitriv/color-picker-hex-alpha
...
Defer alpha channel setting to `Color.Format.CSS` functions
2025-12-24 21:48:50 -08:00
Daniel Imms
ad2acdf419
Merge pull request #284993 from microsoft/tyriar/npm_why
...
Monaco Editor checks / Monaco Editor checks (push) Waiting to run
Code OSS (node_modules) / Compile (push) Waiting to run
Code OSS (node_modules) / Linux (push) Waiting to run
Code OSS (node_modules) / macOS (push) Waiting to run
Code OSS (node_modules) / Windows (push) Waiting to run
Add completions for npm why|explain
2025-12-24 12:45:53 -08:00
Daniel Imms
4ec1d67e71
Add completions for npm why|explain
...
Fixes #284905
2025-12-24 12:26:59 -08:00
Aiday Marlen Kyzy
5d2a6f896d
making sure the then on triggerPaste is not evaluated twice ( #284961 )
...
Monaco Editor checks / Monaco Editor checks (push) Waiting to run
Code OSS (node_modules) / Compile (push) Waiting to run
Code OSS (node_modules) / Linux (push) Waiting to run
Code OSS (node_modules) / macOS (push) Waiting to run
Code OSS (node_modules) / Windows (push) Waiting to run
making sure the then is not evaluated twice
2025-12-24 08:56:26 -08:00
Daniel Imms
2934fd48b2
Merge pull request #284953 from microsoft/Tyriar-patch-1
...
Fix indent space -> tab
2025-12-24 04:48:28 -08:00
Daniel Imms
60594246f6
Fix indent space -> tab
2025-12-24 04:27:38 -08:00
Dmitriy Vasyura
9b2d30c83f
Revert one more change.
2025-12-24 03:45:20 -08:00
Dmitriy Vasyura
f5422b129a
Fix incorrect copilot change
2025-12-24 03:29:49 -08:00
Dmitriy Vasyura
0adb45aa02
Revert "Fix incorrect Copilot change"
...
This reverts commit 19de81f85f .
2025-12-24 03:28:57 -08:00
Dmitriy Vasyura
19de81f85f
Fix incorrect Copilot change
2025-12-24 03:27:57 -08:00
Dmitriy Vasyura
b42058b799
Update src/vs/editor/contrib/colorPicker/browser/defaultDocumentColorProvider.ts
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-12-24 02:44:57 -08:00
Dmitriy Vasyura
b41b3d5cc7
Defer alpha channel setting to Color.Format.CSS functions
2025-12-24 02:28:18 -08:00
Dmitriy Vasyura
9de6f4eeae
Merge pull request #284889 from microsoft/dev/dmitriv/skip-permanent-delete-confirm
...
Monaco Editor checks / Monaco Editor checks (push) Waiting to run
Code OSS (node_modules) / Compile (push) Waiting to run
Code OSS (node_modules) / Linux (push) Waiting to run
Code OSS (node_modules) / macOS (push) Waiting to run
Code OSS (node_modules) / Windows (push) Waiting to run
Enable skip confirmation on permanent file deletion
2025-12-23 12:56:59 -08:00
Dmitriy Vasyura
b3a49accb5
Enable skip confirmation on permanent file deletion
2025-12-23 12:22:32 -08:00
Dmitriy Vasyura
2a1ac1b0ff
Merge branch 'main' into dev/dmitriv/fix-tab-size-detection
2025-12-23 11:55:08 -08:00
Dmitriy Vasyura
2957efd55d
Merge branch 'main' into dev/dmitriv/hsla-colors-regex
2025-12-23 11:54:59 -08:00
Dmitriy Vasyura
1663fb5c57
Merge branch 'main' into dev/dmitriv/fetch-tool-fixes
2025-12-23 11:53:36 -08:00
Dmitriy Vasyura
296108389a
Merge branch 'main' into dev/dmitriv/go-to-column
2025-12-23 11:53:21 -08:00
Dmitriy Vasyura
70847ce802
Merge branch 'main' into dev/dmitriv/vb-indent-rules
2025-12-23 11:52:48 -08:00
Don Jayamanne
c561232a0a
Support refreshing Chat Session Provider Options ( #284815 )
Monaco Editor checks / Monaco Editor checks (push) Waiting to run
Code OSS (node_modules) / Compile (push) Waiting to run
Code OSS (node_modules) / Linux (push) Waiting to run
Code OSS (node_modules) / macOS (push) Waiting to run
Code OSS (node_modules) / Windows (push) Waiting to run
2025-12-23 16:45:33 +08:00
Rob Lourens
e90ece8f4d
Some lint fixes ( #284809 )
2025-12-23 04:00:54 +00:00
Dmitriy Vasyura
e7a20ba839
Merge remote-tracking branch 'origin/copilot/sub-pr-284711' into dev/dmitriv/vb-indent-rules
2025-12-22 13:16:15 -08:00
copilot-swe-agent[bot]
f860aef1ee
Update onEnterRules to use case-insensitive patterns
...
Co-authored-by: dmitrivMS <9581278+dmitrivMS@users.noreply.github.com>
2025-12-22 21:08:56 +00:00
Dmitriy Vasyura
1780fff71c
Update extensions/vb/language-configuration.json
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-12-22 13:03:53 -08:00
copilot-swe-agent[bot]
e666a5507b
Initial plan
2025-12-22 21:03:40 +00:00
Rob Lourens
e78d8b5085
Reduce debt in ChatService ( #284777 )
...
Monaco Editor checks / Monaco Editor checks (push) Waiting to run
Code OSS (node_modules) / Compile (push) Waiting to run
Code OSS (node_modules) / Linux (push) Waiting to run
Code OSS (node_modules) / macOS (push) Waiting to run
Code OSS (node_modules) / Windows (push) Waiting to run
Fix #278996
2025-12-22 20:51:29 +00:00