Commit Graph

77256 Commits

Author SHA1 Message Date
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
Eric Amodio
d53a27d7c2 Fixes rendering issue in Firefox 2021-02-19 01:16:23 -05:00
Don Jayamanne
73ccfc027c Oops 2021-02-18 20:36:06 -08:00
Matt Bierner
192c817fd3 Make jsdoc completions text kind instead of snippet kind
Fixes #116941

Snippet completions can be disabled by `editor.snippetSuggestions`. It likely isn't expected that this setting could disable JSDoc completions too
2021-02-18 19:34:12 -08:00
Habib Karim
9f08368e92 Handle normalized absolute file paths on markdown preview link click (#116649)
* Handle normalized absolute file paths on markdown preview link click #115812

* Parse file path using vscode.Uri
2021-02-18 19:07:22 -08:00
Matt Bierner
094777f392 Fix alt for menus inside of webviews (#116830)
Fixes #104329

This fixes two things:

- Keyup events from webviews were not dispatched back to the main window. We usually listen on keydown but the menubar listeners needs both keydown and keyup

- Instead of listening on document.body for keypress events, we need to listen on window
2021-02-18 19:05:47 -08:00
Jackson Kearl
096e5555b6 Allow welcome page to not be active on account of focus potentially going to a getting started item. 2021-02-18 18:57:24 -08:00
Connor Peet
c3695af6d2 testing: fix unit test 2021-02-18 18:07:03 -08:00
Connor Peet
5a0bf3751a testing: add method to publish extension-provided results 2021-02-18 17:33:24 -08:00
Rachel Macfarlane
52ebf0c7f8 Add 'deny' option to account access prompt 2021-02-18 17:05:58 -08:00