Daniel Imms
f2a77dfdbd
Merge pull request #96133 from microsoft/tyriar/95459
...
Go back to just file for deb icon
2020-05-04 02:03:27 -07:00
Johannes Rieken
dd060b9c51
fix compile problem
2020-05-04 09:47:19 +02:00
Johannes Rieken
23bbcfbfc6
debt - use [] over new Array
2020-05-04 09:47:19 +02:00
Johannes Rieken
ce850e02d5
debt - don't send data that's not needed, make resolve a function not a property
2020-05-04 09:47:19 +02:00
Johannes Rieken
bda1d3ee65
don't wait for snippet completions before asking for other completions, also use async-await #95325
2020-05-04 09:47:19 +02:00
Johannes Rieken
425616820c
validate on client (using faster ways), don't send repeated data, #95325
2020-05-04 09:47:19 +02:00
Johannes Rieken
8265dfec6f
debt - use native classList, not util
2020-05-04 09:47:19 +02:00
Johannes Rieken
8a79619056
debt - use more native es6, less polyfil utils
2020-05-04 09:47:19 +02:00
Johannes Rieken
f60103dcf9
fix https://github.com/microsoft/vscode/issues/96691
2020-05-04 09:47:19 +02:00
Johannes Rieken
2bac47762d
perf - use bulk function to add command and menu items, fixes #96693
2020-05-04 09:47:19 +02:00
Benjamin Pasero
b19b7a7f41
es6 - use more find over filter
2020-05-04 09:44:59 +02:00
Sandeep Somavarapu
fa63b8e240
update comment
2020-05-04 09:38:05 +02:00
Benjamin Pasero
7d8f9cf789
es6 - use Array.find over find
2020-05-04 09:28:22 +02:00
Sandeep Somavarapu
2e80a8f99e
add comment why sync state should be scoped
2020-05-04 09:24:33 +02:00
Benjamin Pasero
10bdfdeed0
remove obsolete todo
2020-05-04 08:58:36 +02:00
Benjamin Pasero
684a3dd7d5
change feedback message for hiding ( #96878 )
2020-05-04 08:15:48 +02:00
Sandeep Somavarapu
2d48df5c0f
fetch last sync state when sync failed with 412
2020-05-04 07:35:38 +02:00
Rob Lourens
b3882f0dfe
Allow dragging cell collapse indicator
...
Fix #96308
2020-05-03 18:04:39 -05:00
Rob Lourens
dc3c7d34d8
Try to fix mixup between row focus/selection. Fix #96877
2020-05-03 13:27:59 -05:00
Rob Lourens
7646b358e4
Fix searchResult tests
2020-05-03 11:09:50 -05:00
Rob Lourens
4cf9c461ba
Distinguish a user removing a row from 'clear' in search
...
Fix #91901
2020-05-03 11:09:47 -05:00
Daniel Imms
e17eb58a68
Support opening external term in empty workspace without active file
...
Fixes #96777
2020-05-03 06:14:37 -07:00
Sandeep Somavarapu
d74b01926a
scope sync state per workspace in web
2020-05-03 14:41:06 +02:00
Benjamin Pasero
dc348340fd
editor groups - resolve #96725
2020-05-02 08:32:42 +02:00
Robo
2348a4f26f
chore: bump electron@7.2.4 ( #96807 )
2020-05-01 22:58:09 -07:00
chrisdias
eee5d36cbf
remove blank line (my best checkin ever)
2020-05-01 14:26:04 -07:00
Chris Dias
f0b5940004
Merge pull request #62074 from azkarmoulana:master
...
remove "All rights reserved" from MIT license
2020-05-01 14:22:36 -07:00
Connor Peet
82cb23c7a3
bump version to 1.46
2020-05-01 13:44:10 -07:00
Eric Amodio
091e3dee32
Fixes #96795
2020-05-01 16:01:36 -04:00
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