Benjamin Christopher Simmonds
660264a263
Adopt custom hover for extension and runtime view ( #206154 )
...
adopt custom hover for extension and runtime view
2024-02-24 16:21:20 +01:00
Matt Bierner
d63202a538
Fix sharing copy paste data across editor groups ( #206142 )
...
Fix sharing copy paste data across editor groups
2024-02-23 16:05:26 -08:00
Connor Peet
47002157e9
debug: fix loading state in triggered bp widget ( #206140 )
...
Fixes #204699
2024-02-24 00:18:47 +01:00
Connor Peet
9a07ceb9f7
cli: ensure the canonical snap exe is used for the CLI ( #206133 )
...
Fixes #204907
2024-02-23 15:02:22 -08:00
Peng Lyu
250466afd7
Merge pull request #206132 from vinistock/vs/fix_in_dedent_in_comments
...
Fix accidental dedent for `in` and `when` dedent in Ruby comments
2024-02-23 14:57:27 -08:00
Megan Rogge
b06b876f85
Merge pull request #206135 from microsoft/merogge/link-view
...
enable link activation for SR users in accessible view
2024-02-23 14:51:48 -08:00
meganrogge
db5fbe6fd9
simplify
2024-02-23 14:31:18 -08:00
Megan Rogge
283d747d1a
Merge pull request #206128 from microsoft/merogge/acc-view-fix
...
fix issue with accessible view on windows
2024-02-23 14:30:37 -08:00
meganrogge
c43cd02a59
fix #203722
2024-02-23 14:27:53 -08:00
Daniel Imms
1e073432db
Merge pull request #205502 from NriotHrreion/fix-205353
...
Fix the unexpected position of hover widgets
2024-02-23 14:20:54 -08:00
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
Megan Rogge
9854e101dd
fix #204395
2024-02-23 13:29:43 -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
1cc9ae43bc
Merge remote-tracking branch 'origin/main' into pr/NriotHrreion/205502
2024-02-23 11:46:44 -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