Commit Graph

118905 Commits

Author SHA1 Message Date
Vinicius Stock
228a35f333
Fix accidental dedent for in and when dedent in Ruby comments 2024-02-23 17:13:13 -05:00
Daniel Imms
8a64f0f1b8
Merge pull request #206129 from microsoft/tyriar/link_preview
Preview selected detected link
2024-02-23 14:05:07 -08:00
Daniel Imms
e6132eaeff
Preview selected detected link
Fixes #206126
2024-02-23 13:48:39 -08:00
Martin Aeschlimann
45e763b40c
Configure web server base path (#202491)
* add support for custom root URL path through command line option `--route-base-url-path`

* fix CI/CD errors

* refine path joining in `RemoteAuthoritiesImpl`

* revert changes to `.gitignore`

* avoid RemotePaths global

* polish. Option is now called `server-base-path`

* revert uri changes

* remove unnecessary file

* remove unnecessary new line

* revert address port change

---------

Co-authored-by: sysadmin <>
Co-authored-by: Jared C <28533997+oakaigh@users.noreply.github.com>
Co-authored-by: sysadmin <sysadmin@homelab-hvac>
2024-02-23 21:52:10 +01:00
Daniel Imms
2eb1380d6e
Merge pull request #206123 from microsoft/tyriar/dispose
Exit early when object is disposed
2024-02-23 12:43:55 -08:00
Daniel Imms
2c3c6f89a0
Merge pull request #205034 from microsoft/tyriar/204694
Try use shell integration in debug terminals
2024-02-23 11:42:40 -08:00
Daniel Imms
ef1836b20c
Exit early when object is disposed
Fixes #206116
2024-02-23 11:37:30 -08:00
Logan Ramos
ec72162ee6
Deregister before registering to prevent view collisions (#206117) 2024-02-23 19:45:43 +01:00
Joyce Er
25bc3dfec4
fix: use CancellationToken.None (#206115) 2024-02-23 10:37:02 -08:00
Connor Peet
3bee3f48a5
fix: cwd not escaping when running wt.exe externally (#206113)
We actually already set the cwd when spawning wt.exe, so we can use just
`.` to reference it and avoid dealing with escaping entirely.
2024-02-23 10:30:11 -08:00
Logan Ramos
436af204d4
Bump tas client (#206106) 2024-02-23 10:00:23 -08:00
Henning Dieterichs
bd4ba72a33
Fixes #199290 (#206112) 2024-02-23 18:52:11 +01:00
Henning Dieterichs
12997e68fd
Fixes #196084 (#206100) 2024-02-23 10:14:21 -07:00
Ulugbek Abdullaev
cdb1a962cc rename controller: don't throw on cancellation & more type-safety to avoid MessageController#showMessage throwing 2024-02-23 17:51:43 +01:00
Henning Dieterichs
c6eed5d1b5 Stricter assert 2024-02-23 17:08:11 +01:00
Henning Dieterichs
18e68638bd Fixes #204948 2024-02-23 17:08:11 +01:00
Krzysztof Cieślak
10ddce6696
Fix off-by-one error in rendering removals in inline edits (#205890) 2024-02-23 15:24:50 +00:00
Johannes Rieken
95e10d938f
Remove livePreview and its implementation (#206073)
* Remove `livePreview` and its implementation

fixes https://github.com/microsoft/vscode/issues/205535

* make compiler happy
2024-02-23 15:19:33 +01:00
Benjamin Christopher Simmonds
aca9718d33
Register treeview hover delegate (#206089)
dispose treeview hover delegate
2024-02-23 15:17:44 +01:00
Johannes Rieken
529e73d71b
api - sketch up vscode.lm.makeChatRequest alternative to requesting chat access (#206088)
re https://github.com/microsoft/vscode/issues/205800
2024-02-23 15:15:06 +01:00
Benjamin Christopher Simmonds
11a6b428f8
Custom hover adoption for test explorer (#206086)
ustom hover adoption for test explorer
2024-02-23 15:06:44 +01:00
Isidor Nikolic
228f88dacd
Merge pull request #206084 from microsoft/isidorn/adjacent-opossum
add "Chat" as Category
2024-02-23 14:49:35 +01:00
Benjamin Christopher Simmonds
c18d58d962
Adopt Custom Hover for search/find/replace views/widgets (#206077)
* Adopt Custom Hover for search/find/replace views

* tree search filters
2024-02-23 14:36:18 +01:00
Henning Dieterichs
0bd70d48ad
code editor move (#206074) 2024-02-23 14:35:45 +01:00
isidor
af1f874650 add "Chat" as Category 2024-02-23 14:34:41 +01:00
Henning Dieterichs
1c16af45f1
multiDiffEditorWidget -> multiDiffEditor (#206075) 2024-02-23 14:34:07 +01:00
Henning Dieterichs
22508a5000
Moves testDiffProviderFactoryService (#206078) 2024-02-23 14:30:27 +01:00
Henning Dieterichs
7127151f30
Move hoverWidget to hoverService (#206070) 2024-02-23 13:46:26 +01:00
Johannes Rieken
345d0c0af2
Merge pull request #206069 from microsoft/aiday/bumpingUpVersion
Bumping up version to `1.86.0`
2024-02-23 13:45:58 +01:00
Aiday Marlen Kyzy
640131f6e3
bumping up the version from package json 2024-02-23 13:28:00 +01:00
Henning Dieterichs
3363acb98b
Fixes revealing unchanged code bug (#206065) 2024-02-23 12:28:04 +01:00
Henning Dieterichs
64355fa7f4
Fixes #195384 (#206004) 2024-02-23 11:55:32 +01:00
Aiday Marlen Kyzy
ba8645668e
Merge pull request #206055 from microsoft/aiday/doingChecksOnLineNumberAndLength
Doing checks on length and line number in the `inlineCompletionsModel` file
2024-02-23 11:53:58 +01:00
Aiday Marlen Kyzy
1ad43ea49a
adding telemetry when error happens 2024-02-23 11:39:20 +01:00
Johannes Rieken
13d3452a5c
chore - rename chatProvider-files to languageModel (#206054)
chore - rename chatProvider-file to languageModel
2024-02-23 11:33:58 +01:00
Benjamin Christopher Simmonds
3658a5124f
More hover adoptions and debt (#205972)
* Hover Fixes

* Updated hover behavior and accessibility attributes across multiple components
2024-02-23 11:33:33 +01:00
Aiday Marlen Kyzy
b60b4d70b7
doing checks on length and line number 2024-02-23 11:20:48 +01:00
Loïc Mangeonjean
0f282e2a59
Fix fullscreen container dimension detection when not directly on body (#205884)
* Fix container dimension detection when not directly on body

* Add some comments

Co-authored-by: Benjamin Pasero <benjamin.pasero@gmail.com>

---------

Co-authored-by: Loïc Mangeonjean <loic@coderpad.io>
Co-authored-by: Benjamin Pasero <benjamin.pasero@gmail.com>
2024-02-23 11:16:40 +01:00
Aiday Marlen Kyzy
ade28aab49
Merge pull request #206046 from microsoft/aiday/settingDefaultEnablementStateToTrue
Setting default enablement state of editor sticky scroll to true
2024-02-23 10:28:12 +01:00
Benjamin Christopher Simmonds
63d967f8c8
Fix tooltips in quick pick actions (#206043)
fix #206039
2024-02-23 09:48:12 +01:00
Aiday Marlen Kyzy
709da0f7b2
setting default enablement state to true 2024-02-23 09:39:09 +01:00
Megan Rogge
1cc266cc82
Merge pull request #206014 from microsoft/merogge/terminal-bell
`terminalBell` -> `terminalVisualBell` and `signals.terminalBell`
2024-02-22 13:37:31 -08:00
meganrogge
9e9b9fd430
rm duplicated line 2024-02-22 13:22:04 -08:00
Megan Rogge
2baf1fbc23
Merge pull request #206020 from microsoft/merogge/cleared
rm inaccurate info fr setting description
2024-02-22 12:57:24 -08:00
meganrogge
4e291018c1
fix #206019 2024-02-22 12:39:00 -08:00
meganrogge
a85dd8c427
fix #205974 2024-02-22 11:32:25 -08:00
Peng Lyu
96d451b00e
Fix #205987. (#206012) 2024-02-22 20:10:55 +01:00
Megan Rogge
1e76ed6179
Merge pull request #206011 from microsoft/merogge/tooltip-tweak
tweak tooltip description
2024-02-22 11:08:11 -08:00
Megan Rogge
a3ab3b418e
Merge pull request #206010 from microsoft/merogge/setting-removal
remove alert, audio cue settings after migration
2024-02-22 10:58:52 -08:00
meganrogge
f5583237a0
tweak tooltip description 2024-02-22 10:52:27 -08:00