Martin Aeschlimann
fe5024cb35
Handle invalid token type/modifier indexes. Fixes #96540
2020-05-01 16:48:19 +02:00
Martin Aeschlimann
ddff80b3e6
product icon file enums. for #94209
2020-05-01 14:33:38 +02:00
Martin Aeschlimann
b08e5611f1
product icon file validations, fixes #94209
2020-05-01 14:24:06 +02:00
Benjamin Pasero
ece7aaee86
💄 jsdoc
2020-05-01 10:45:22 +02:00
kieferrm
829230a5a8
be defensive when checking remote authority
2020-05-01 04:38:52 +00:00
kieferrm
cab916c570
fix remote authority check
2020-05-01 04:37:15 +00:00
Matt Bierner
2a36b7d0d5
Fixing revert and close editor on reload
2020-04-30 18:01:22 -07:00
Rachel Macfarlane
f3297e3799
Add list of VSO allowed extensions
2020-04-30 17:44:55 -07:00
rebornix
e58fca86ce
Fix infinite loop in notebook cell rendering.
2020-04-30 17:12:29 -07:00
Eric Amodio
f78c47062a
Fixes #96681 & more
...
Adds `workbench.workspaceFirstOpen` workspace setting to control applying a default layout
Removes `firstRun` flag from `IDefaultLayout`
Changes `IDefaultEditor` to require a `uri` rather than path+scheme - still supports a fallback until embedders can migrate
Adds `openOnlyIfExists` property to `IDefaultEditor` for better control on if a file should be opened or not
2020-04-30 20:04:50 -04:00
Alex Dima
d1cd816e33
Fixes #95912 : Do not show squiggles for unknown commands
2020-05-01 00:10:05 +02:00
Alex Dima
81fb0cfc9f
Fixes #96694 : Use files.restoreUndoStack instead of files.maxMemoryForClosedFilesUndoStackMB
2020-05-01 00:03:38 +02:00
Daniel Imms
d62c642e3f
Don't use environment collections when using strictEnv
...
Fixes #96630
2020-04-30 14:09:52 -07:00
Daniel Imms
40cd17de98
Prevent hover from showing when icon doesn't exist
...
Fixes #96639
2020-04-30 14:06:11 -07:00
Matt Bierner
ea07e9bbdc
Don't give webview a width if its container has none
...
Fixes #94805
When the panel is maximized over a webview, on reload VS Code calls `.layout` with the dimensions of the editor. However in this case, the dimensions do not match what is actually visible
In this case, the parent element should have zero width so we should make sure that we do not try giving the webview a width too
2020-04-30 12:24:42 -07:00
rebornix
c7abcf4639
Fix #93930 . Increase zindex for all overflowing widgets.
2020-04-30 10:59:59 -07:00
rebornix
a32f93262d
Fix #96558 , markdown cell insertion
2020-04-30 10:50:18 -07:00
Rachel Macfarlane
ec9371ba49
Set token if either the value or provider has changed ( #96716 )
2020-04-30 10:19:18 -07:00
SteVen Batten
9e55819f62
fixes #96704
2020-04-30 10:12:34 -07:00
Miguel Solorio
830e58e6db
Tweak home icon badge position and sizing
2020-04-30 09:19:56 -07:00
Jackson Kearl
ea45ce617a
Remove duplicated when conditions. Ref #94439
2020-04-30 07:42:44 -07:00
Erich Gamma
5e2ae873e1
Opt in syncing global state ( #96662 )
...
Fixes #93332
2020-04-30 16:37:20 +02:00
Sandeep Somavarapu
0476956dfe
Fix #95859
2020-04-30 15:40:31 +02:00
Johannes Rieken
f4f7312b86
update "deprecated, use es6' list
2020-04-30 15:28:18 +02:00
Jackson Kearl
f0fb323194
Fix #94439 .
2020-04-30 05:48:21 -07:00
Daniel Imms
b34be2a263
Fix casing of other find commands
...
Fixes #96421
2020-04-30 05:44:00 -07:00
Daniel Imms
e91637a156
Remove word widget from commands and context keys
...
Fixes #96679
2020-04-30 05:40:57 -07:00
Johannes Rieken
ff4d96587f
ensure vscode.window.showTextEditor opens a text editor not a custom editor, #96397
2020-04-30 14:31:29 +02:00
Benjamin Pasero
997b4c863a
💄 backup error message
2020-04-30 14:02:47 +02:00
Johannes Rieken
402d20379a
Throw backup-error to prevent dataloss, #96685
2020-04-30 13:45:58 +02:00
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