Commit graph

77265 commits

Author SHA1 Message Date
Raymond Zhao ee820dffbf
Update smoke test README (#115582) 2021-02-19 09:05:11 -08:00
isidor f6894202fe debug console: better hover text for tunneled uris
#116037
2021-02-19 17:28:19 +01:00
Benjamin Pasero eeff347cac tabs - do not trigger relayout from updateBreadcrumbsControl (#112630) 2021-02-19 17:19:11 +01:00
Johannes Rieken 61df1625ef assert no RPC leakage in notebook tests 2021-02-19 17:05:25 +01:00
Johannes Rieken 3723081d63 separate vscode.NotebookEditor from ExtHostNotebookEditor 2021-02-19 17:05:25 +01:00
Benjamin Pasero dc120dedc1 tabs title - 💄 height compute 2021-02-19 17:01:38 +01:00
Alex Ross f85b50f749 Change filter on filter view when view visiblity changes
Fixes #116815
2021-02-19 16:46:04 +01:00
isidor a3fc4ce540 remove console.log 2021-02-19 16:29:34 +01:00
isidor d050858b5d fix tests 2021-02-19 16:13:58 +01:00
João Moreno 2ca2792a65
fix smoketest 2021-02-19 16:03:01 +01:00
isidor 443be92d9f improve link hover in debug console
fixes #116037
2021-02-19 15:52:58 +01:00
Johannes Rieken 5e63a2f4ec cleanup, NotebookEditorInput#viewType is actually never undefined 2021-02-19 15:42:50 +01:00
Lee Reilly 102f5ea0fd Add period to list item for consistency 2021-02-19 15:42:24 +01:00
isidor febd96f0e3 debug breakpoints: remove breakpoint inline action
fixes #85708
2021-02-19 15:38:14 +01:00
Sandeep Somavarapu a30262f0b0 Fix #115763 2021-02-19 15:31:23 +01:00
Johannes Rieken 9fe7b6446d support setTextDocumentLanguage-api for notebook cells, fyi @rebornix 2021-02-19 15:29:42 +01:00
isidor 07a458dd68 open editors: new unititled file in title area
fixes #116633
2021-02-19 15:13:24 +01:00
Johannes Rieken e09a46e017 use document directly, not editor.document, for $acceptDocumentPropertiesChanged, fyi @rebornix 2021-02-19 15:08:43 +01:00
Johannes Rieken 4a74fa81c1 💄 2021-02-19 15:04:17 +01:00
Johannes Rieken 57cd5d4936 🪓 remove unused $acceptDisplayOrder-RPC and everything around it 2021-02-19 15:02:43 +01:00
Johannes Rieken d240f119d4 strictness (fail fast) in extHostNotebook 2021-02-19 14:54:32 +01:00
Johannes Rieken 93ec7113e1 don't bind notebook document to a provider/extension, do then when calling backup, fixes https://github.com/microsoft/vscode/issues/117035 2021-02-19 14:54:32 +01:00
Johannes Rieken 7e7a71d733 💄 more supportsBackup removal 2021-02-19 14:54:32 +01:00
João Moreno 84a3473d32
views: fix buttons width 2021-02-19 14:35:10 +01:00
isidor bfcaefe74d untitled hint: change default to be button for the user study 2021-02-19 14:17:17 +01:00
Benjamin Pasero ba7006088b tests - more logging for #117032 2021-02-19 14:05:00 +01:00
Benjamin Pasero bbd39767ee sandbox - document issue with #116829 in code 2021-02-19 13:55:25 +01:00
Sandeep Somavarapu a47f3244b3 add doc for what workspaces are supported 2021-02-19 13:44:11 +01:00
Johannes Rieken a98f29fd9c fix compile errors 2021-02-19 13:35:03 +01:00
Johannes Rieken c4ac419ef9 remove unused cast 2021-02-19 13:18:03 +01:00
Johannes Rieken 02b2629dd1 cleanup, all notebooks must support backup 2021-02-19 13:16:00 +01:00
Johannes Rieken fa6c46b74b
Merge pull request #116968 from DonJayamanne/fixOutputMetadata
Cell output metadata to be added to Notebook Model
2021-02-19 12:53:44 +01:00
Sandeep Somavarapu 03d71ec1f7 update distro 2021-02-19 12:16:13 +01:00
Sandeep Somavarapu 1f7f9dd5e6 use keys for sync from product 2021-02-19 12:14:09 +01:00
Benjamin Pasero a6fa62809e tabs wrap - allow for up to 1px overlap of last tab to action toolbar before disabling wrapping tabs (fix #116385) 2021-02-19 11:48:10 +01:00
Alex Ross f9ed803715 Move Ports view into the panel 2021-02-19 11:41:03 +01:00
Alex Ross a8a04eb7d1
joao/table (#117026)
* 💄

* table: intro

* 💄

* more table progress

* table: layout

* table widget: fix overflow behavior

* table: fix initial cell sizing

* table: css

* simplify ITunnelViewModel

* further TunnelViewModel simplification

* splitview: getSashOrthogonalSize

* table: use getSashOrthogonalSize

* table: styles, domFocus

* tunnel view: start to adopt table

* Improve tunnel label and process description

* table: rename

* workbench table

* adopt WorkbenchTable in tunnel view

* Rendering for local address and label

* More actions on cells

* cleanup workbench lists

* reenable more tunnel view functionality

* reenable tunnel view list options

* tunnel view: enable context menu clicking

* update comment

* remove unused imports

* privacy and source columns

* Use container in renderTemplate

* Hide privacy column

* Some clean up in naming

* Show detected ports and add input box

* Source -> Origin and added a menu

* table: fix weights

* table: column header tooltip

* table: column size constraints

* Add tooltips to port cells and some cleanup

* Add port header tooltips

* Use column weight in ports table

* More clean up and fix icons

* table: optional tooltip

* table hover feedback

* Fix hygiene issue in breakpoints view

* Add padding-right to port cell icon

* Add tooltip to icon in ports view

* Add icon column

Co-authored-by: João Moreno <joao.moreno@microsoft.com>
2021-02-19 11:27:34 +01:00
isidor c523e48e51 extensionsList: focus only enabled items in actionBar 2021-02-19 11:26:58 +01:00
Benjamin Pasero b9eb461aa2 tabs - allow badges when tab sizing is set to shrink (fix #115908) 2021-02-19 11:24:52 +01:00
Alex Ross 2efcd2bcd2
Merge branch 'main' into joao/table 2021-02-19 11:20:50 +01:00
João Moreno 5d4d796b9c
remove doc 2021-02-19 11:04:10 +01:00
Alex Ross c96f842dc5 Add icon column 2021-02-19 11:03:37 +01:00
João Moreno 7a40161c91
revert default value for workbench.tree.expandMode
related to #115873
2021-02-19 10:57:18 +01:00
isidor adccb9151f fixes #117006 2021-02-19 10:41:31 +01:00
Benjamin Pasero 97dfc57ffd tests - a lot more detailed getUntitledWorkspaceSync test (#116288) 2021-02-19 10:36:34 +01:00
isidor c9cbeda067 actionBar: allow to go over disabled items
fixes #116722
2021-02-19 10:24:18 +01:00
Benjamin Pasero 6186bfc78f files - make save error actions context aware (#115840) 2021-02-19 09:39:45 +01:00
Sandeep Somavarapu d8b1c8d697
Merge pull request #116964 from microsoft/sandy081/fix116722
Fix focussing actions in extension view
2021-02-19 09:35:35 +01:00
Johannes Rieken f1de1700dd editable changes in notebooks 2021-02-19 09:00:58 +01:00
Jean Pierre d151e0a33c
Fix #116199 (#116268) 2021-02-19 09:00:12 +01:00