Commit graph

83879 commits

Author SHA1 Message Date
rebornix
16cc6ded6d
Merge branch 'notebook/dev' into main 2021-06-15 13:55:10 -07:00
meganrogge
377131da05
migrate createTerminal to use CreateTerminalOptions everywhere 2021-06-15 13:26:00 -07:00
meganrogge
03da9c1deb
remove iconManager 2021-06-15 12:14:30 -07:00
meganrogge
4c60be9606
delete iconManager for now
Co-Authored-By: Daniel Imms <daimms@microsoft.com>
2021-06-15 12:00:52 -07:00
meganrogge
22f216d7bf
Squashed commit of the following:
commit 89de2bd6ed
Author: meganrogge <megrogge@gmail.com>
Date:   Tue Jun 15 11:43:13 2021 -0700

    dispose of instance on close of editor

commit 583f348737
Author: meganrogge <megrogge@gmail.com>
Date:   Tue Jun 15 11:21:02 2021 -0700

    get unique terminal instances to work
    Co-authored-by: Daniel Imms <daimms@microsoft.com>

commit 7fa7440d6e
Author: meganrogge <megrogge@gmail.com>
Date:   Tue Jun 15 09:44:29 2021 -0700

    call attachToElement in setInput

commit 5416f7555c
Author: Benjamin Pasero <benjamin.pasero@microsoft.com>
Date:   Tue Jun 15 15:49:49 2021 +0200

    :chore: - ignore unhandled promise cancel rejections

    //cc @joaomoreno @alexdima @sbatten

commit 55c6ee0872
Author: Benjamin Pasero <benjamin.pasero@microsoft.com>
Date:   Tue Jun 15 15:45:10 2021 +0200

    .

commit 25fe69f920
Author: Benjamin Pasero <benjamin.pasero@microsoft.com>
Date:   Tue Jun 15 15:40:20 2021 +0200

    fix emmet test integration path

commit f4bc7d3c32
Author: Martin Aeschlimann <martinae@microsoft.com>
Date:   Tue Jun 15 15:34:54 2021 +0200

    Use custom hover for all status bar entries

commit 5b79dcf94a
Author: Martin Aeschlimann <martinae@microsoft.com>
Date:   Tue Jun 15 15:17:12 2021 +0200

    MarkdownString for StatusBarItem.tooltip. For #126258

commit 0a0c8f3d2a
Author: João Moreno <joao.moreno@microsoft.com>
Date:   Tue Jun 15 15:29:36 2021 +0200

    Revert "switch to generic pool"

    This reverts commit 6495c052ab.

commit 19f9cd42ea
Author: Johannes Rieken <johannes.rieken@gmail.com>
Date:   Tue Jun 15 15:24:09 2021 +0200

    fix https://github.com/microsoft/vscode/issues/125942

commit c6945f1c52
Author: João Moreno <joao.moreno@microsoft.com>
Date:   Tue Jun 15 15:15:41 2021 +0200

    fix integration browser tests

commit e99f7918b8
Author: Sandeep Somavarapu <sasomava@microsoft.com>
Date:   Mon Jun 14 23:29:27 2021 +0200

    - move writing user configuration to main process
    - safe guard read from writing in parallel from other windows

commit 4a840ce386
Author: Megan Rogge <megan.rogge@microsoft.com>
Date:   Tue Jun 15 07:31:23 2021 -0500

    finalize terminal iconPath (#125783)

commit 5745873a72
Author: Alex Ross <alros@microsoft.com>
Date:   Tue Jun 15 14:08:59 2021 +0200

    Fix timing issue where port detection can fail to start

commit d47661d453
Author: João Moreno <joao.moreno@microsoft.com>
Date:   Tue Jun 15 14:07:35 2021 +0200

    skip the entire notebook test suite so Code isn't even launched

commit 41c7c251ca
Author: Alex Ross <alros@microsoft.com>
Date:   Tue Jun 15 13:20:11 2021 +0200

    Fix task close=false
    Fixes #126352

commit 5d70c90530
Author: Ladislau Szomoru <3372902+lszomoru@users.noreply.github.com>
Date:   Tue Jun 15 13:08:59 2021 +0200

    💄 clean-up workspace contribution

commit 537b1f0b9e
Author: meganrogge <megrogge@gmail.com>
Date:   Tue Jun 15 07:00:12 2021 -0700

    add icon manager

commit e97953a703
Author: Daniel Imms <2193314+Tyriar@users.noreply.github.com>
Date:   Tue Jun 15 06:57:18 2021 -0700

    Add move to editor command

    Part of #126247

commit 56501c57f5
Author: Daniel Imms <2193314+Tyriar@users.noreply.github.com>
Date:   Tue Jun 15 06:50:21 2021 -0700

    Disable serialization by returning undefined

commit 52d8d8e77a
Merge: 46877c9abc f5696915ba
Author: Daniel Imms <2193314+Tyriar@users.noreply.github.com>
Date:   Tue Jun 15 06:43:37 2021 -0700

    Merge pull request #126383 from microsoft/merogge/terminalEditor_tyriar

    Terminal editor lifecycle work

commit f5696915ba
Merge: a215c798d5 46877c9abc
Author: Daniel Imms <2193314+Tyriar@users.noreply.github.com>
Date:   Tue Jun 15 06:26:45 2021 -0700

    Merge remote-tracking branch 'origin/merogge/terminalEditor' into merogge/terminalEditor_tyriar

commit 46877c9abc
Author: meganrogge <megrogge@gmail.com>
Date:   Tue Jun 15 06:16:17 2021 -0700

    fix serialization error

commit a215c798d5
Author: Daniel Imms <2193314+Tyriar@users.noreply.github.com>
Date:   Tue Jun 15 06:10:21 2021 -0700

    Move editor creation into new service

commit 4475d8461e
Author: Daniel Imms <2193314+Tyriar@users.noreply.github.com>
Date:   Tue Jun 15 05:03:39 2021 -0700

    Create editor terminal in terminal service

commit 86b4336e37
Author: Daniel Imms <2193314+Tyriar@users.noreply.github.com>
Date:   Tue Jun 15 04:44:53 2021 -0700

    Make detach return a Promise

    Part of #118276

commit 120f9b88cd
Author: Daniel Imms <2193314+Tyriar@users.noreply.github.com>
Date:   Tue Jun 15 04:34:42 2021 -0700

    Change createTerminal signature to use options object

commit 0baba5e51e
Author: Daniel Imms <2193314+Tyriar@users.noreply.github.com>
Date:   Tue Jun 15 04:14:27 2021 -0700

    Rename editor to just 'Terminal'

    Other editors that don't actually edit don't have 'Editor' in the name either (eg.
    Running Extensions), so it will be an internal term.

commit 8bb96ced86
Author: Daniel Imms <2193314+Tyriar@users.noreply.github.com>
Date:   Tue Jun 15 04:11:08 2021 -0700

    Inline terminal editor input ID

commit c2304c2330
Author: Daniel Imms <2193314+Tyriar@users.noreply.github.com>
Date:   Tue Jun 15 04:07:57 2021 -0700

    Remove unneeded !

commit 8367f1875a
Merge: c29d362ec2 9b4f499aca
Author: Daniel Imms <2193314+Tyriar@users.noreply.github.com>
Date:   Tue Jun 15 04:05:12 2021 -0700

    Merge remote-tracking branch 'origin/main' into merogge/terminalEditor

commit c29d362ec2
Author: meganrogge <megrogge@gmail.com>
Date:   Mon Jun 14 19:23:52 2021 -0700

    use terminal instance.resource

commit fb50a7fe7a
Author: meganrogge <megrogge@gmail.com>
Date:   Mon Jun 14 17:13:51 2021 -0700

    revert some css changes

commit 50b6b81f20
Author: meganrogge <megrogge@gmail.com>
Date:   Mon Jun 14 15:53:47 2021 -0700

    add copy and try a few other things

commit 0c226cd099
Author: meganrogge <megrogge@gmail.com>
Date:   Mon Jun 14 13:13:28 2021 -0700

    clean up

commit e4c8b94b29
Author: meganrogge <megrogge@gmail.com>
Date:   Mon Jun 14 12:03:05 2021 -0700

    remove unnecessary changes

commit 31bcda454a
Author: meganrogge <megrogge@gmail.com>
Date:   Mon Jun 14 11:45:41 2021 -0700

    add basics for #126244
2021-06-15 11:55:37 -07:00
Connor Peet
79d338bbbe
notebooks: restore --theme colors for notebook webviews 2021-06-15 11:30:45 -07:00
Connor Peet
ad4e5ec48f
terminal: expand the pane when showing the panel if not expanded
Fixes https://github.com/microsoft/vscode/issues/126324
2021-06-15 11:18:12 -07:00
Connor Peet
9a56884b47
testing: fix tree overflowing when running first test
Fixes #126163
2021-06-15 11:07:03 -07:00
Alex Ross
41c86e5bb8
Fix race in proc based port finding 2021-06-15 18:59:47 +02:00
Miguel Solorio
e26870957e
Merge pull request #126288 from microsoft/misolori/list-focus-icon
Make list focus icon themeable
2021-06-15 09:22:39 -07:00
Benjamin Pasero
0e87f2107e
Clear all notification is not working (fix #126363) 2021-06-15 17:58:55 +02:00
Joao Moreno
b79d23d356
:table_flip: 2021-06-15 17:07:53 +02:00
João Moreno
8583bf9d9f
use correct GITHUB_TOKEN value 2021-06-15 16:14:57 +02:00
Benjamin Pasero
8509f48543
:chore: - ignore unhandled promise cancel rejections
//cc @joaomoreno @alexdima @sbatten
2021-06-15 15:49:49 +02:00
Benjamin Pasero
3f4039d99f
. 2021-06-15 15:45:10 +02:00
Benjamin Pasero
270002e3b8 fix emmet test integration path 2021-06-15 15:40:24 +02:00
Martin Aeschlimann
d63a0c355b
Use custom hover for all status bar entries 2021-06-15 15:35:02 +02:00
Martin Aeschlimann
6c4230e86c
MarkdownString for StatusBarItem.tooltip. For #126258 2021-06-15 15:35:01 +02:00
João Moreno
e22ee0920a
Revert "switch to generic pool"
This reverts commit 6495c052ab.
2021-06-15 15:29:36 +02:00
Johannes Rieken
3d522db844
fix https://github.com/microsoft/vscode/issues/125942 2021-06-15 15:24:18 +02:00
João Moreno
3d2dea7a9f
fix integration browser tests 2021-06-15 15:15:41 +02:00
Sandeep Somavarapu
179edb5c9e
- move writing user configuration to main process
- safe guard read from writing in parallel from other windows
2021-06-15 15:06:26 +02:00
Megan Rogge
3873cae1da
finalize terminal iconPath (#125783) 2021-06-15 15:06:26 +02:00
Alex Ross
7a4e3cd309
Fix timing issue where port detection can fail to start 2021-06-15 15:06:26 +02:00
João Moreno
f66dd930e2
skip the entire notebook test suite so Code isn't even launched 2021-06-15 15:06:25 +02:00
Alex Ross
651a3220bf
Fix task close=false
Fixes #126352
2021-06-15 15:06:25 +02:00
Ladislau Szomoru
06b6154ce0
💄 clean-up workspace contribution 2021-06-15 15:06:25 +02:00
Johannes Rieken
9b45c72939
fix https://github.com/microsoft/vscode/issues/126054 2021-06-15 15:06:25 +02:00
Daniel Imms
084fb5e7bf
Add better checks for start index and length 2021-06-15 15:06:24 +02:00
Daniel Imms
e169d55ba3
Add jsdoc for terminal profile/link APIs 2021-06-15 15:06:24 +02:00
Daniel Imms
b001606d28
Convert TerminalLink to class, add TerminalProfile validation
Fixes #126040
2021-06-15 15:06:24 +02:00
Daniel Imms
d309793320
Ensure processes are supported as a precondition for attach/detach 2021-06-15 15:06:24 +02:00
ksyx
ac48963f40
fix(window.ts): unresponsive window popup message (#126351)
The word `no longer` seems a bit too definitive, implying that it
would not get back to be responsive again, but there is an option
of waiting it to be responsive.

NFC.
2021-06-15 15:06:23 +02:00
Benjamin Pasero
2d83afe542
build - only publish log files when tests run 2021-06-15 15:06:23 +02:00
Benjamin Pasero
2bb8203525
🆙 distro 2021-06-15 15:06:23 +02:00
Benjamin Pasero
aedc0d0d46
shell env - timeout after 10s of trying 2021-06-15 15:06:23 +02:00
Johannes Rieken
edbc5f1838
support detail for modal messages, https://github.com/microsoft/vscode/issues/125750 2021-06-15 15:06:23 +02:00
Johannes Rieken
ae75761110
some jsdoc, https://github.com/microsoft/vscode/issues/39441 2021-06-15 15:06:22 +02:00
Johannes Rieken
d02cb73558
rename parameter to signature, https://github.com/microsoft/vscode/issues/39441 2021-06-15 15:06:22 +02:00
Benjamin Pasero
298b6dfc85
web - disable welcome in smoke tests (fix #126221)
//cc @JacksonKearl
2021-06-15 15:06:22 +02:00
João Moreno
e9fc1ccf8a
switch to generic pool 2021-06-15 15:06:22 +02:00
Don Jayamanne
668b117915
Pass cell metadata and execution summary 2021-06-15 15:06:21 +02:00
Ladislau Szomoru
3f276167d7
Fix #125110 2021-06-15 15:06:19 +02:00
Benjamin Pasero
acc2a805ec
Produce logs during test runs (integration, smoke) and publish as artefacts (#126065)
* first cut upload log files from integration test runs

* always publish log files

* move logs into integration-tests folder

* also produce logs for smoke tests

* store remote log files

* wire in logspath arg properly

* always publish logs

* enable logs for browser based smoke tests

* log only in verbose
2021-06-15 15:06:19 +02:00
Benjamin Pasero
0e35106779
dialogs - fill in proper options used elsewhere 2021-06-15 15:06:19 +02:00
Miguel Solorio
fbc633f7c6
Update codicon
Upgrade to fantasticon https://github.com/microsoft/vscode-codicons/commits/main
2021-06-15 15:06:18 +02:00
deepak1556
ee470f63ec
chore: bump electron@12.0.11 2021-06-15 15:06:18 +02:00
Rob Lourens
5ad17be2ef
Show search field usage tip on focus
Fix #121925
2021-06-15 15:06:18 +02:00
Rob Lourens
688ee7429d
Simplify pattern input widget options 2021-06-15 15:06:18 +02:00
Connor Peet
4f70b2b7a3
testing: improve cancellation, and allow test runs to be individually cancelled
Fixes #125712
2021-06-15 15:06:18 +02:00