Commit Graph

65409 Commits (25875a16e80c5bf877b21faea9de2cf816b0428c)

Author SHA1 Message Date
Johannes Rieken 55e86cd514 use ResourceMap in extHostDiagnostics, #93368 2020-05-05 11:51:56 +02:00
isidor 182c1f7cf0 debug: introduce debugStorage to simplify debugService.ts 2020-05-05 11:42:04 +02:00
Alex Ross d8317abc50 Wrong Alex 2020-05-05 11:14:17 +02:00
Alex Ross b24cbf5178 Change user references in vscode.proposed.d.ts to be usernames 2020-05-05 11:12:49 +02:00
Sandeep Somavarapu 6df1443900 add view name in progress indicator api 2020-05-05 10:44:23 +02:00
Isidor Nikolic f015e86eb5
Merge pull request #96934 from microsoft/ben/title-prefix
Debug: indicate to title when debug breakpoint is hit (Web)
2020-05-05 10:33:11 +02:00
isidor fcba9e02c6 debug title: use red emoji as title prefix 2020-05-05 10:32:48 +02:00
Sandeep Somavarapu 3ed6a67fca 💄 2020-05-05 10:28:48 +02:00
Martin Aeschlimann 64b01a80bc do not use values 2020-05-05 10:14:25 +02:00
Sandeep Somavarapu a2a82fabcc #90020 remove viewlet semantics from activity bar 2020-05-05 10:09:50 +02:00
isidor 65a914802c fixes #94464 2020-05-05 10:02:51 +02:00
Martin Aeschlimann 6b52881f29 print icon registry for documentation 2020-05-05 09:48:16 +02:00
Johannes Rieken eb884baa81 use ResourceMap in markerService, #93368 2020-05-05 09:33:09 +02:00
Jackson Kearl ba643351a8 Bump actions 2020-05-05 00:29:20 -07:00
Matt Bierner 5f0e3c9468 Force custom editors in diff view to have 100% height wrappers
Fix for #96968

This is a scoped fix for #96968.

The cause of the issue is the following:

1. Webview must be rendered outside of the main editor DOM. We do this by absolutely positioning them over some element in the DOM.
1. In split views, we try to lay the webview out over an element that has 0 height.
1. Due to my workaround in ea07e9bbdc, this causes the webview to either not show at all (because it also will have zero height) or partially show

This fix forces the webivew's parent in the split view to have 100%. That actually seems like a reasonable default but I've scoped my fix to just webviews
2020-05-05 00:23:41 -07:00
Christof Marti 987bd8f4d0 Make image/dockerfile/dockerComposeFile optional 2020-05-05 08:36:22 +02:00
Benjamin Pasero 49e08513a1 files - do not open dirty models that are being auto saved (#96920) 2020-05-05 07:58:09 +02:00
jeanp413 e0c482bdb0 Use dropdown.background color in debug dropdown container 2020-05-04 23:48:14 -05:00
Rob Lourens 5f8e9f3e78 Remove dupe focus call 2020-05-04 22:37:38 -05:00
rebornix 7e4291e313 Promise. 2020-05-04 19:10:08 -07:00
Rob Lourens cac884e1d5 Copy cells with alt+drag
Fix #96448
2020-05-04 20:54:37 -05:00
rebornix 0d445385ea Re #93265. 2020-05-04 18:27:47 -07:00
Matt Bierner 986a9c8bc9 Don't save files on JS/TS server start
Fixes #96503

This workaround no longer seems needed
2020-05-04 17:36:34 -07:00
Matt Bierner 41ca01f942 Remove console log
Fixes #96915
2020-05-04 17:28:33 -07:00
John Keech 6fcec00d92
Clear out stale CSS style properties on webview (#96665)
Fixes #96621
2020-05-04 17:00:58 -07:00
Matt Bierner 996b5be2ed Update built-in JS/TS version to 3.9 2020-05-04 16:34:31 -07:00
Matt Bierner d7cf608460 Build VS Code with TS 3.9 rc 2020-05-04 16:34:31 -07:00
Rob Lourens 25d0cdcb42 Fix dragging views across notebook
Fix #96678
2020-05-04 18:27:28 -05:00
Rob Lourens 5de0ef6583 Preserve cell edit state and focus after dragging
#96308
2020-05-04 17:57:34 -05:00
Rob Lourens 44fe366b29 Polish markdown dragging
#96308
2020-05-04 17:25:32 -05:00
Rob Lourens 49877b3d0b Improve cell drag above/below UX 2020-05-04 17:24:53 -05:00
rebornix 893f37441f Fix #96517. 2020-05-04 14:59:44 -07:00
rebornix 8a52bf38ae Fix #96519. 2020-05-04 14:52:22 -07:00
Rachel Macfarlane 58945490b4 Update onDidChangeTreeData event type, fixes #96932 (#96933) 2020-05-04 12:11:20 -07:00
Peng Lyu cd49ae3a7d
Merge pull request #96810 from microsoft/rebornix/notebook-textbuffer
Text buffer in CellTextModel and hook up with Working Copy Service
2020-05-04 12:04:27 -07:00
rebornix 3ab249a9da 💄 2020-05-04 11:57:33 -07:00
rebornix 5edd8720a0 adopt text buffer in split/join cells. 2020-05-04 11:55:28 -07:00
SteVen Batten bf79549ee3 default ext views' container icon to ext container 2020-05-04 11:51:14 -07:00
SteVen Batten 248d89d820 addendum to #92751 2020-05-04 11:19:17 -07:00
rebornix 39d562346c Merge remote-tracking branch 'origin/master' into rebornix/notebook-textbuffer 2020-05-04 11:12:37 -07:00
Peng Lyu ec616b3da5
Merge pull request #96156 from microsoft/kieferrm/split-cell
[Notebook] split and join
2020-05-04 11:05:45 -07:00
SteVen Batten 2785134ec2 fixes #92751 2020-05-04 10:57:44 -07:00
rebornix 2d0f820d6c remove duplicate identifiers 2020-05-04 10:26:58 -07:00
rebornix 87aeff91df 💄 2020-05-04 10:14:34 -07:00
rebornix d5fa6230d1 format 2020-05-04 10:05:40 -07:00
rebornix cf726ea29b remove dep on EditorModel from NotebookEditor 2020-05-04 10:04:40 -07:00
SteVen Batten 8b447a641e fixes #96653 2020-05-04 09:39:14 -07:00
isidor aa0f90749f aria labels: use comma as separator
fixes #96046
2020-05-04 18:07:07 +02:00
Peng Lyu fe63069c2f
Merge branch 'master' into kieferrm/split-cell 2020-05-04 08:54:38 -07:00
isidor 17f44535d5 keybindings editor: contribute a keyboardNavigationLabel
fixes #96607
2020-05-04 17:48:18 +02:00