Daniel Imms
ae8b7e703f
Merge pull request #170691 from microsoft/tyriar/142639_2
...
Fix IME input in terminal find widget
2023-01-06 09:03:00 -08:00
Daniel Imms
de629c1540
Merge pull request #170241 from microsoft/tyriar/unsafe_path__cmder
...
Support cmder profile detection
2023-01-06 09:01:38 -08:00
Alex Ross
c12209af1e
Handle tree data provider error in getChildren ( #170698 )
...
* Try a fix for all interfaces
* Handle tree data provider error in getChildren
* Revert "Try a fix for all interfaces"
This reverts commit 2877ed1e26
.
* Add error class
2023-01-06 17:58:00 +01:00
Daniel Imms
cbc8c30de5
Merge pull request #170250 from microsoft/tyriar/170242
...
Add unit tests for preparePathForShell
2023-01-06 07:38:01 -08:00
Daniel Imms
6becf165c2
Merge pull request #170689 from microsoft/tyriar/148572
...
Fix local terminal launching when back and frontend OS differs
2023-01-06 07:37:10 -08:00
Daniel Imms
a2a43d720d
Merge pull request #170696 from microsoft/tyriar/170643
...
Ctrl/cmd+shift+o to open detected link in the terminal
2023-01-06 07:34:14 -08:00
Daniel Imms
b19a431770
Return instead of throwing when the markers can't be found
...
Fixes #170463
2023-01-06 07:30:31 -08:00
Sandeep Somavarapu
c9cfd64293
perf: reduce number of registerAction2 calls ( #170692 )
2023-01-06 16:18:14 +01:00
Daniel Imms
4b4597e66a
Ctrl/cmd+shift+o to open detected link in the terminal
...
This is similar functionality to go to symbol in the editor.
Fixes #170643
2023-01-06 07:16:29 -08:00
Daniel Imms
39a9b365e6
Fix IME input in terminal find widget
...
Fixes #142639
2023-01-06 06:56:45 -08:00
Daniel Imms
e339a5050a
Fix local terminal launching when back and frontend OS differs
...
Terminals launched with local cwds were matching their executable names
against resolved (remote) profiles, causing the wrong executable to launch
which could lead to the wrong executable being used or failing all together
if it didn't exist or the path separators were switched.
Fixes #148572
2023-01-06 06:40:07 -08:00
Sandeep Somavarapu
f2df38568d
perf: reduce invocations of schema registeration ( #170686 )
2023-01-06 15:29:13 +01:00
Benjamin Pasero
91687c4795
Enhancements to handling large files in remote scenarios ( fix #169433 ) ( #170684 )
2023-01-06 15:12:15 +01:00
Daniel Imms
7adcb2c141
Merge branch 'main' into tyriar/170242
2023-01-06 06:06:33 -08:00
Alex Ross
56c7c6a210
Try to fix tree error ( #170680 )
...
Fixes #170478
2023-01-06 14:54:13 +01:00
Johannes Rieken
cac0d940c2
store EditorPaneDescriptor
only once ( #170668 )
2023-01-06 14:43:12 +01:00
ambujsahu81
d2b459ad7c
small correction to preserve previousDefault profile
2023-01-06 18:03:39 +05:30
ambujsahu81
db0eda2acc
Avoid making changes to defaultsProfiles config of different controllers
2023-01-06 16:40:05 +05:30
Alex Ross
93384f371a
Debounce storing forwarded ports ( #170666 )
...
Try debouncing
2023-01-06 11:42:16 +01:00
Connor Peet
314d7b6c47
debug: allow setting breakpoints in plain .js files ( #168921 )
...
* debug: allow setting breakpoints in plain .js files
Fixes #159684
* fixup! don't change sourceURLs in build
2023-01-06 09:22:46 +01:00
Ladislau Szomoru
797f4caca1
Git - Remove dependency on the refs
property ( #170579 )
...
* Remove usage of repository.refs from merge, rebase, pullFrom
* Remove remaining dependencies
2023-01-06 09:22:14 +01:00
Benjamin Pasero
c8917bb327
watcher - adopt native glob support ( #137872 ) ( #169744 )
...
* watcher - update settings description
* watcher - directly pass on exclude patterns
* more setting updates and exclude test
* 💄
* 💄
2023-01-06 07:23:26 +01:00
Connor Peet
add43fafd6
Merge pull request #170652 from microsoft/connor4312/pr-143054
...
DebugConfigurationProviders for the result type of another DebugConfigurationProvider
2023-01-05 22:14:45 -08:00
Connor Peet
1bcbb1142a
address pr comments
2023-01-05 15:17:22 -08:00
Connor Peet
990a496681
Merge branch 'main' into resolveConfiguration-change-type
2023-01-05 14:55:14 -08:00
Daniel Imms
727d2d32ae
Merge pull request #170642 from microsoft/tyriar/link_parsing_tests
...
Add more link parsing unit tests
2023-01-05 14:40:59 -08:00
Daniel Imms
277131e6ca
Merge pull request #170564 from microsoft/tyriar/169271
...
Resolve path before parsing URI
2023-01-05 14:40:23 -08:00
logica
dda26d34a8
cli: enable code-tunnel systemd service to start when the machine booted ( #170015 )
...
fix [Install] section of systemd service file
change WhantedBy from multi-user.target to default.target
2023-01-05 21:02:22 +00:00
Daniel Imms
fe40d210f5
Fix compile error
2023-01-05 12:54:58 -08:00
ambujsahu81
e9b7cc0b0e
Merge branch 'main' into patch-1
2023-01-05 23:40:16 +05:30
Aaron Munger
0294a28ca0
attachment field can be null ( #170584 )
2023-01-05 10:06:36 -08:00
ambujsahu81
0cf191a18a
only make run tests and debug tests default profile in sync
2023-01-05 23:34:26 +05:30
ambujsahu81
95ed783a45
Only make run tests and debug tests default profile in sync
2023-01-05 23:17:47 +05:30
Daniel Imms
bff0b5a2b2
Add unit tests for nbsp in links
2023-01-05 09:24:15 -08:00
Daniel Imms
0d3af038ff
Add unit tests for parsing [] and '
2023-01-05 09:20:20 -08:00
Sandeep Somavarapu
e1bb3ec918
remove profile term from the title ( #170633 )
2023-01-05 16:43:17 +01:00
Sandeep Somavarapu
c912bfb8c3
Merge pull request #170291 from microsoft/sandy081/fix116855
...
use code editor for when input
2023-01-05 15:34:16 +01:00
Benjamin Pasero
18820e481b
🆙 distro ( #170626 )
2023-01-05 15:08:59 +01:00
Sandeep Somavarapu
8a9f56cc6f
revert editor changes and disable transformations
2023-01-05 15:08:53 +01:00
ambujsahu81
deb4c35335
Merge branch 'main' into patch-1
2023-01-05 17:31:14 +05:30
Sandeep Somavarapu
56deb32796
Merge branch 'main' into sandy081/fix116855
2023-01-05 12:24:50 +01:00
Sandeep Somavarapu
4cb2b61cb0
use external overflow widget domnode for editor oveflow widgets
2023-01-05 12:24:04 +01:00
Benjamin Pasero
689624e401
tests - fix web integration tests to fail creating a page ( #170613 )
2023-01-05 02:54:56 -08:00
Benjamin Pasero
e5b0dac77d
🆙 @parcel/watcher@2.1.0
( #170603 )
2023-01-05 02:28:31 -08:00
Alexandru Dima
06b97f6be7
Add more logging and perf markers around resolving the connection token and the socket factory ( #170490 )
...
* Add more logging and perf markers around resolving the connection token and the socket factory
* set `exposeFunction` earlier
* bla windows
* also expose function for unit tests beofre opening
Co-authored-by: Benjamin Pasero <benjamin.pasero@microsoft.com>
2023-01-05 10:17:19 +01:00
Kasper
7b1f8ffe0f
Add terminal.integrated.tabSize
option
2023-01-05 02:14:32 +01:00
João Moreno
79c4f9b75d
fixes #170533 ( #170574 )
...
* fixes #170533
* update distro
2023-01-04 19:30:35 +01:00
Johannes Rieken
b4b9972cd4
don't dispose internal2external commands before updating the UI ( #170566 )
...
should fix https://github.com/microsoft/vscode/issues/165244
2023-01-04 19:08:57 +01:00
João Moreno
fb26225367
fixes #170559 ( #170567 )
...
Related-to: #64350
Related-to: #91740
2023-01-04 18:00:34 +01:00
Ladislau Szomoru
74f046bfa9
💄 Git - delete tag does not use repository.refs
( #170565 )
2023-01-04 17:40:35 +01:00