Commit graph

84210 commits

Author SHA1 Message Date
Benjamin Pasero
dccd72a244
tests - rename to proper test name 2021-06-21 15:49:02 +02:00
Daniel Imms
9dc76ccce1 Hide terminal editor textarea
Fixes #126701
2021-06-21 06:41:31 -07:00
Daniel Imms
64ff30cf63 Don't throw on joinInstances when <= 1 instance selected
Part of #10546
2021-06-21 06:35:52 -07:00
Daniel Imms
fa811c360a Focus term instance on editor focus
Fixes #126690
2021-06-21 06:30:37 -07:00
Daniel Imms
e72a087967 Fix terminal profile names containing new lines and tabs
Fixes #126521
2021-06-21 06:28:16 -07:00
Daniel Imms
1b4c1e8892 Fix double click focus mode
Fixes #126774
2021-06-21 06:22:40 -07:00
Daniel Imms
747e0b6060 Update term inline tab to work on groups only
Fixes #126818
2021-06-21 06:17:11 -07:00
Daniel Imms
1bec75d185 Dispose term editor input when instance dies
Part of #126818
2021-06-21 06:12:02 -07:00
Daniel Imms
53e7e64f43 Fix moving terminals from editor to view 2021-06-21 06:07:01 -07:00
Daniel Imms
36c59efcfe Don't detach instance on serialize
Fixes #126821
2021-06-21 05:49:00 -07:00
Daniel Imms
04ec7b0879 Add overloads to group service createGroup
Fixes #126734
2021-06-21 05:04:26 -07:00
Daniel Imms
4b909f536e Fire active changed event when it changed but the index remains the same
Fixes #126776
2021-06-21 05:02:51 -07:00
Dirk Baeumer
1f2a6cc331
Improve localization smoke test 2021-06-21 13:54:16 +02:00
Daniel Imms
93a218f98a Fix terminal tab decorations
Fixes #126735
2021-06-21 04:49:30 -07:00
João Moreno
4a9c5798d9
clean docs 2021-06-21 12:42:54 +02:00
Benjamin Pasero
b06322b394
Throttle file events (#126811)
* file watcher - some code 💄

* file watcher - implement some render side throttling

* file watcher - provide an event for raw changes access

* file watcher - give explicitly watched resources higher prio
2021-06-21 12:03:15 +02:00
Benjamin Pasero
242d33b092
file watcher - give explicitly watched resources higher prio 2021-06-21 11:57:55 +02:00
João Moreno
78946a0204
inline variables 2021-06-21 11:22:33 +02:00
Ladislau Szomoru
4a40a7e4ea
Fix #126240 2021-06-21 11:13:04 +02:00
Dirk Bäumer
04c80c94e0
Merge pull request #126462 from microsoft/dbaeumer/126408
Support changes in vscode-nls-dev that allow hint comments in package.nls.json
2021-06-21 10:49:50 +02:00
Sandeep Somavarapu
c770860b74
fix compilation 2021-06-21 09:54:43 +02:00
Sandeep Somavarapu
6c30459102
enable custom hover for view containers by default 2021-06-21 09:53:09 +02:00
Alex Dima
b8863bbe8f
Improve strings in confirmation dialog 2021-06-21 09:44:48 +02:00
Sandeep Somavarapu
23e8c9bc77
update doc 2021-06-21 09:31:04 +02:00
Benjamin Pasero
a102b4478e
file watcher - provide an event for raw changes access 2021-06-21 07:38:43 +02:00
Benjamin Pasero
eeed7b3faf
file watcher - implement some render side throttling 2021-06-21 07:12:17 +02:00
Benjamin Pasero
b26abaf934
file watcher - some code 💄 2021-06-21 07:04:26 +02:00
Ladislau Szomoru
6afedfdad5
Fix telemetry event 2021-06-20 08:52:09 +02:00
Rick Martin
ff6c225934 Add search.maxResults setting 2021-06-19 16:35:37 -07:00
Miguel Solorio
9262b186b9 Remove unused imports 2021-06-19 13:43:29 -07:00
Miguel Solorio
e0ad6209f5 Add useActiveIcons option for list to theme codicons (Fixes #126514) 2021-06-19 13:02:13 -07:00
Quentin Chateau
40f4aeff55 Merge formatting ranges that result in conflicting edits 2021-06-19 15:39:44 +02:00
Benjamin Pasero
b2614ce504
cli - improve fix for #126399 by unsetting VSCODE_CWD early 2021-06-19 08:12:10 +02:00
Benjamin Pasero
f555564a4b
Command line code . not working (fix #126702) 2021-06-19 08:03:42 +02:00
Jackson Kearl
20f2b31316
Remove unused config 2021-06-18 20:04:12 -07:00
Kai Maetzel
c200dc4909
fix isNoCorsEnvironment (#126718) 2021-06-18 17:36:59 -07:00
Jackson Kearl
e0d470c261
Remove description requirement 2021-06-18 16:11:03 -07:00
rebornix
e7ed3023f0 do not reopen notebook when it is opened in composite editor. 2021-06-18 15:40:40 -07:00
Megan Rogge
d6715d866d
add terminal editors to quick access (#126695) 2021-06-18 22:35:29 +00:00
Megan Rogge
86be87ab7d
Reconnect to terminal editors on reload (#126693) 2021-06-18 22:03:32 +00:00
Jackson Kearl
bcdd1a4572
Polish new contributions #124304 2021-06-18 14:52:05 -07:00
Daniel Imms
fabd4da160
Merge pull request #126674 from microsoft/tyriar/126243_group_service
Create terminal group service
2021-06-18 14:40:35 -07:00
Matt Bierner
77156aa504
Update default commit for webviews 2021-06-18 14:34:29 -07:00
Daniel Imms
f8fa1abd92 Fire hideFromUser terminal dispose events 2021-06-18 14:16:34 -07:00
Daniel Imms
84a14b105f Use group service for instances in tabbed view 2021-06-18 14:02:34 -07:00
Daniel Imms
2709165bd7 Have tabs list only deal with terminal groups
Fixes #126711

Co-Authored-By: Megan Rogge <merogge@microsoft.com>
2021-06-18 13:56:11 -07:00
Daniel Imms
9be212b478 Resolving feedback 2021-06-18 13:43:02 -07:00
Daniel Imms
f97906dfb1 Disallow setting active instance to undefined outside services 2021-06-18 13:38:15 -07:00
unknown
d985d0d29b
increment index to stop infinite loop reading credentials on windows fixes #117362 2021-06-18 13:28:27 -07:00
Daniel Imms
1ffc3100e6 Invert if statement to reduce indentation 2021-06-18 13:15:45 -07:00