Commit Graph

65155 Commits

Author SHA1 Message Date
Benjamin Pasero
f00d8903af fix #96673 2020-04-30 13:33:38 +02:00
Benjamin Pasero
c597033691 custom editor - isSaving never for untitled 2020-04-30 13:32:54 +02:00
Benjamin Pasero
0ac3b1114a smoke 💄 2020-04-30 13:32:27 +02:00
Benjamin Pasero
4c0810e4d5 home indicator - add a product icon overlay 2020-04-30 11:42:32 +02:00
Johannes Rieken
0ccc731fb8 make sure editState is CellEditState.Editing when text model changes, also make sure not to duplicate newlines, #96398 2020-04-30 11:22:23 +02:00
Greg Van Liew
d3b60a250a Settings description typos (#96641) 2020-04-30 09:57:51 +02:00
Benjamin Pasero
222dfa1546 fix #96459 2020-04-30 09:56:35 +02:00
Benjamin Pasero
30bba102b3 smoke - only start automatically after data migration tests 2020-04-30 09:50:55 +02:00
Benjamin Pasero
a716714a88 web - add fallback to security exception for clipboard access (#96531) 2020-04-30 08:25:39 +02:00
Connor Peet
a0fe37870c Update builtin extension ms-vscode.js-debug-nightly
- ms-vscode.js-debug-nightly -> 2020.4.2917 at 2020-04-30T00:05:41.373Z
2020-04-29 21:21:48 -07:00
Miguel Solorio
e1456dc6b2 Fix gear class name in activity bar 2020-04-29 20:24:00 -07:00
SteVen Batten
889c7d0963 fixes #96650 2020-04-29 18:57:52 -07:00
SteVen Batten
102f6d3a00 fixes #94872 2020-04-29 18:25:33 -07:00
SteVen Batten
27ada910e1 fixes #95439 2020-04-29 17:43:36 -07:00
rebornix
bcb50dda0e Fix #96516 2020-04-29 17:37:45 -07:00
Matt Bierner
555c8b59fe Make sure custom editor override is also used when reopening default editor
Fixes #96527

With the unified reopen-with code, we were no longer calling into the custom editor when reopening a custom editor with the default text editor. This change fixes that by making the custom editor explicitly provide the default editor as one of its overrides
2020-04-29 17:34:02 -07:00
rebornix
d837d95f82 Fix #92892. 2020-04-29 17:21:23 -07:00
Matt Bierner
0593e5b600 Make getEditorOverrides take a uri instead of a editor input
Better fix for #96591 to also work correctly with notebooks

In the explorer->open with command, we need to call `getEditorOverrides` but do not have a real editor input. Rather than creating a fake editor input, we should just take uri for `getEditorOverrides`
2020-04-29 17:13:02 -07:00
SteVen Batten
3f2e83cc6c fixes #96379 2020-04-29 17:10:24 -07:00
Matt Bierner
7f6f68aeb0 Only use input editor for resource
Fixes #96591
2020-04-29 16:55:38 -07:00
SteVen Batten
6b95e9f5d0 fixes #96592 2020-04-29 15:41:50 -07:00
rebornix
b08bfe0e17 💄 2020-04-29 15:30:01 -07:00
SteVen Batten
4d3fdac546 better fix #96599 2020-04-29 15:24:22 -07:00
SteVen Batten
1628a72bd6 fixes #96599
fixes #95355
2020-04-29 15:24:22 -07:00
rebornix
296a11fd2e Fix #96400 2020-04-29 15:08:39 -07:00
Matt Bierner
aaf1c3de90 Note save as makes the file not-dirty
For #94516
2020-04-29 15:01:44 -07:00
Matt Bierner
db9e0e0fea Add some details to undo/redo
Fixes #96485
2020-04-29 14:55:37 -07:00
rebornix
5a12695985 Fix #96558 2020-04-29 14:51:15 -07:00
Rob Lourens
93a86be95b Fix wrong css class
Missed this in another update
2020-04-29 16:34:44 -05:00
Matt Bierner
cc1e59bd70 Make sure we pass through backupId in custom editors
Fixes #96484
2020-04-29 14:06:22 -07:00
Pine Wu
ff1b513fbc Fix #96638 2020-04-29 13:29:07 -07:00
Christof Marti
84fc970a24 Use search for filename when local with a remote (microsoft/vscode-remote-release#2869) 2020-04-29 21:58:28 +02:00
Sandeep Somavarapu
7726671d82 Fix #96611 2020-04-29 21:54:09 +02:00
Sandeep Somavarapu
21766ad495 update distro 2020-04-29 21:20:27 +02:00
Daniel Imms
963b4a7204 Fix tests, use alternate fix for \\?\% bug 2020-04-29 12:12:19 -07:00
Jackson Kearl
3235d3c9ee Re-use saved search editor inputs. Closes #96587. 2020-04-29 12:11:08 -07:00
Sandeep Somavarapu
49d5f33731 Fix #93902 2020-04-29 20:38:13 +02:00
rebornix
23f4a1ef72 Fix #96563. 2020-04-29 11:36:24 -07:00
rebornix
4a941f2e58 💄 2020-04-29 11:16:31 -07:00
rebornix
5c4760ccf3 Fix #96455. 2020-04-29 11:09:45 -07:00
Sandeep Somavarapu
023e22be91 Fix #94955 2020-04-29 20:00:30 +02:00
Rob Lourens
93958d98e8 Make sure markdownDeprecationMessage shows up in package.json suggestions
#91618
2020-04-29 12:52:05 -05:00
Daniel Imms
9237df9e9a Remove unnecessary additional layout
Fixes #96586
2020-04-29 10:45:02 -07:00
rebornix
da88f129d3 Re #96398. Fix the data loss when switching 2020-04-29 10:39:36 -07:00
Daniel Imms
507345d7e9 Correctly validate \\?\%VAR% format
Var resolution isn't supported, but it will now be recognized as a absolute path
and prevent broken links

Fixes #94961
2020-04-29 10:19:51 -07:00
Rob Lourens
23a1ee84fe Tweak notebook z-indexes
Fix #96604
2020-04-29 11:28:18 -05:00
Johannes Rieken
31c2a490ee use rendered editors for markdown editor cell, #96532 2020-04-29 18:15:42 +02:00
Jackson Kearl
3abc9ef594 Fix lint 2020-04-29 08:56:04 -07:00
Johannes Rieken
ce486da91f goto error should work on all editors, #96551 2020-04-29 17:48:35 +02:00
Johannes Rieken
46d7b22e7f cache inputs under the notebook uri, try to reuse input iff possible, #96551 2020-04-29 17:48:35 +02:00