Commit graph

84322 commits

Author SHA1 Message Date
Brigit Murtaugh 9a918ea0c1
Update distro 2021-06-25 08:37:52 -07:00
Daniel Imms 3c1fc33b75
Merge pull request #127120 from microsoft/tyriar/126256
Terminal editor + button
2021-06-25 08:35:11 -07:00
Daniel Imms fed8dfca7b Document setCopyInstance 2021-06-25 08:34:51 -07:00
Benjamin Pasero 84d543b6cc
editors - remove createEditorInput(input: IEditorInputWithOptions) 2021-06-25 17:16:09 +02:00
Daniel Imms 86c6740414 Use getFindHost in find actions 2021-06-25 07:54:58 -07:00
Daniel Imms fbc9500800 Verify accessor isn't used after await 2021-06-25 07:51:12 -07:00
meganrogge 8d5c3c747e
move terminal group count to terminalGroupService 2021-06-25 07:45:55 -07:00
João Moreno 1bdad8092d
list, tree: dynamic multipleSelectionSupport
fixes #118829
2021-06-25 16:44:57 +02:00
Daniel Imms f47b7ac42a Fix terminal kill when editor terminal is focused 2021-06-25 07:42:16 -07:00
Daniel Imms 54c2969f32 Make panel alt actions split within panel only 2021-06-25 07:37:25 -07:00
Daniel Imms 4aba8c49dc Make split in panel only split panel terminals 2021-06-25 07:34:21 -07:00
Johannes Rieken 0e9f3aa50a
update nodejs requirement, https://github.com/microsoft/vscode/issues/121144 2021-06-25 16:32:33 +02:00
Johannes Rieken 413b9019a6
configure esbuild with esnext. means no harm since TS already compiles with lower es2020, https://github.com/microsoft/vscode/issues/121144 2021-06-25 16:31:44 +02:00
Daniel Imms 03fd0b19c9 Clean up resolved todos 2021-06-25 07:16:32 -07:00
João Moreno 5527c69c4b
list: fix npe 2021-06-25 16:14:20 +02:00
isidor 8396858d7a
make sure to not focus session that is going down
#126924
2021-06-25 16:02:55 +02:00
Daniel Imms de0f40532e Use default instance host for new with profile regardless of active 2021-06-25 07:01:39 -07:00
João Moreno bf495694c7
fixes #126964 2021-06-25 16:00:49 +02:00
Daniel Imms 590516eba6 Split in active workspace editor support 2021-06-25 06:52:43 -07:00
Johannes Rieken 6c3defb810
remove default tt-policy since https://github.com/electron/electron/issues/27211 is fixed, https://github.com/electron/electron/issues/27211 2021-06-25 15:44:27 +02:00
Henning Dieterichs f9f0798c53
Fixes leaking Ghost Text model by properly registering it. 2021-06-25 15:22:19 +02:00
Johannes Rieken 72e47d9dfe
set vscode compile target to es2020, https://github.com/microsoft/vscode/issues/121144 2021-06-25 15:08:33 +02:00
Daniel Imms ada9e8c66c Use correct instance host for split submenu 2021-06-25 06:07:15 -07:00
Alex Ross 48d81c8754
Better maintain original tunnel source 2021-06-25 14:43:24 +02:00
Alex Ross 20099087a0
Simplify port forward parameters 2021-06-25 14:43:23 +02:00
Daniel Imms f20eceb458 Tidy up options or profile validation 2021-06-25 05:34:59 -07:00
Daniel Imms af31cacb72 Fix split with profile in panel 2021-06-25 05:29:36 -07:00
Daniel Imms c4f332d5e6 Fix icons coming through as strings not codicons 2021-06-25 05:24:37 -07:00
Johannes Rieken b57065709d
adopt allSettled in AsyncEmitter and move back into event.ts, https://github.com/microsoft/vscode/issues/121144 2021-06-25 14:24:12 +02:00
Johannes Rieken bba84610e6
Align lib-definition of tsconfig.base with supported browsers reality. The smalled common denominator between Chrome, Edge, and Safari is surpisingly large and except for Atomics/SharedMem everything up until es2021 is OK, https://github.com/microsoft/vscode/issues/121144 2021-06-25 14:17:50 +02:00
Daniel Imms 39208ad5ae
Make sure background images don't show on terminal editors 2021-06-25 04:49:51 -07:00
Daniel Imms 062c3324c2 Add configure options to editor dropdown 2021-06-25 04:33:21 -07:00
Alex Ross 4e067da846
Reset tunnel protocol when setting is deleted 2021-06-25 13:24:50 +02:00
Daniel Imms 52f57284ad Support splitting in editor with profile 2021-06-25 04:17:12 -07:00
Alex Ross d6c109bae8
Read correct value when adding port attributes 2021-06-25 13:11:25 +02:00
Daniel Imms 46fa76a532 Fix double click open mode in tabs list
editorOptions.pinned was checked to fix middle click changing the active instance
in #124849, but it seems that's not needed. Plus double click would always pin
'the editor' which caused this bug.

Fixes #126381
2021-06-25 03:46:15 -07:00
deepak1556 7eae810d8a chore: disable sandbox on snap package
Fixes https://github.com/microsoft/vscode/issues/127081
Refs https://github.com/microsoft/vscode/issues/127140
2021-06-25 19:26:08 +09:00
Alex Ross c0cf0a12c6
Change protocol to be written to remote settings 2021-06-25 12:03:20 +02:00
isidor 1ef0e4c7d3
Fix that while debugging cannot continue a process that is not in focus
fixes #125327
2021-06-25 12:01:34 +02:00
João Moreno 8d7db6955d
remove proposal check
closes #124263
2021-06-25 11:49:37 +02:00
João Moreno 1834a0da4d
fixes #126502 2021-06-25 11:46:24 +02:00
isidor 126ecebbcd
Let users pick from installed debuggers before sending them to the Marketplace
fixes #126962
2021-06-25 11:40:48 +02:00
dependabot[bot] 2be485073a
Bump color-string from 1.5.4 to 1.5.5 (#127045)
Bumps [color-string](https://github.com/Qix-/color-string) from 1.5.4 to 1.5.5.
- [Release notes](https://github.com/Qix-/color-string/releases)
- [Changelog](https://github.com/Qix-/color-string/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Qix-/color-string/compare/1.5.4...1.5.5)

---
updated-dependencies:
- dependency-name: color-string
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-25 02:12:21 -07:00
Isidor Nikolic a9d716df00
Merge pull request #126852 from suzmue/toplevel
Set top level stopped reason when threadId not specified
2021-06-25 11:09:20 +02:00
Sandeep Somavarapu 17bf4db58f
update distro 2021-06-25 08:54:33 +02:00
Benjamin Pasero 07ad0309c8
editor models - add missing super.resolve 2021-06-25 08:52:55 +02:00
Benjamin Pasero 482da3fb80
transient workspaces - add tests (#119695) 2021-06-25 08:52:21 +02:00
rebornix 49e1f99198 set controller first. 2021-06-24 18:46:58 -07:00
rebornix 1750b2b231 select kernel for iw. 2021-06-24 17:15:38 -07:00
Daniel Imms 6931c0205f Create new default terminal in editor 2021-06-24 16:52:12 -07:00