Commit graph

57427 commits

Author SHA1 Message Date
João Moreno 9ff783bdd6
Update extensions/git/src/commands.ts 2020-09-09 16:29:53 +02:00
Wowol c8bf916046 Add cursor change after revert or stage changes 2019-11-17 14:48:14 +01:00
Vladislav Hadzhiyski 154f2ddf20 #83646 Webview: Cannot load resource outside of protocol root", if .md source is an network share (#84702)
* Check resource lower case strings when running on Windows

ElectronWebviewBasedWebview local resource roots are with uppercase authority (host name)

* Check lowercase resource availability if the resource is remote

* containsResource lowercase if root and resource are UNC
2019-11-15 18:24:27 -08:00
Matt Bierner 6549265ca5 Wording 2019-11-15 18:23:30 -08:00
Matt Bierner 3711773175 Clairify source actions not showing up in lighbulb menu
For #84602
2019-11-15 18:21:47 -08:00
Matt Bierner 27a33ee6fe Hook up very basic undo/redo for webview editors
For #77131
2019-11-15 18:21:46 -08:00
OneQuid ba19fe0e9b Fix opening image with '%' in the filename (#84667) 2019-11-15 18:14:30 -08:00
Daniel Imms 3ad68c32af
Merge pull request #84440 from microsoft/tyriar/webgl2
Experimental WebGL terminal renderer
2019-11-15 16:39:17 -08:00
SteVen Batten 8b57f402e0 rearrange z-index in titlebar
refs #84806
2019-11-15 16:14:29 -08:00
SteVen Batten 3c573be8c1 fix menu dismissal click in titlebar 2019-11-15 16:14:27 -08:00
Peng Lyu f6c744ad5b Re #83993. Do not mess up with composition. 2019-11-15 16:11:30 -08:00
Rachel Macfarlane 0ed22e31c6 Revert "Use MSAL library for auth in web for settings sync"
This reverts commit 122a598f5a.
2019-11-15 16:02:10 -08:00
Eric Amodio 6e868d0905 Fixes #84948 - adds padding to avoid overlapping 2019-11-15 19:00:50 -05:00
Matt Bierner 7ac686d6cc Working on hooking up undo/redo for custom editors 2019-11-15 15:53:25 -08:00
Matt Bierner 47f941cc2b Inline webview command settings 2019-11-15 15:19:55 -08:00
Matt Bierner 2dc8bac0a3 Use undefined instead of -1 to indicate that there is no size yet 2019-11-15 15:06:24 -08:00
Matt Bierner d628c3b82e Make sure we call update after the binary size of the image is computed
Fixes a possible race if the dimensions of the image are computed before the get the size (which is unlikely but possible)
2019-11-15 15:05:01 -08:00
Shizeng Zhou 14e6ad3138 Fix #84111 (#84610)
* Fix #84111

* Replace fs with vscode's fs

* Put binary size in the binarySizeStatusBar
2019-11-15 15:02:09 -08:00
Matt Bierner 427beb67d5 Remove unused import 2019-11-15 14:55:14 -08:00
Matt Bierner 91200b1202 Use const enum for types 2019-11-15 14:55:14 -08:00
Peng Lyu 46a15a9054
Merge pull request #84733 from rebornix/rebornix/viewportevent
Render workbench inside visual viewport.
2019-11-15 14:13:14 -08:00
Peng Lyu 40d8fd76b8 pointer events check is not necessary 2019-11-15 14:05:25 -08:00
Peng Lyu d2e8f2babd limit pointer events to ios 2019-11-15 14:03:45 -08:00
Matt Bierner fa72810c77 Don't send TS Server open requests if we open then quickly close a resource
Fixes #84875
2019-11-15 14:02:46 -08:00
Peng Lyu 18f2fd24c4 Merge remote-tracking branch 'upstream/master' into rebornix/viewportevent 2019-11-15 14:02:14 -08:00
Peng Lyu 5517ac2c12 separete platform check and pointer events. 2019-11-15 14:01:44 -08:00
Peng Lyu 09b5b68aeb Merge remote-tracking branch 'upstream/master' into rebornix/viewportevent 2019-11-15 11:52:07 -08:00
Rachel Macfarlane 00cee77c9d remove erroneously added package 2019-11-15 11:51:00 -08:00
Rachel Macfarlane 122a598f5a Use MSAL library for auth in web for settings sync 2019-11-15 11:45:27 -08:00
Joao Moreno f25359c4d6 Merge remote-tracking branch 'origin/master' 2019-11-15 20:07:38 +01:00
Joao Moreno 171e63458f Merge branch 'joao/explorer-compressed-tree' 2019-11-15 20:07:04 +01:00
Peng Lyu a8b2f62d8b Fix #84851. Base elements should be ignored by Gesture by default. 2019-11-15 11:05:48 -08:00
Peng Lyu 698b70a164 Fix #84936. 2019-11-15 11:05:48 -08:00
Rachel Macfarlane acb6df9c4d Fix typo in userDataSync preventing sign in 2019-11-15 11:04:51 -08:00
Daniel Imms 5f471ce2b6
Merge branch 'master' into tyriar/webgl2 2019-11-15 10:55:58 -08:00
Miguel Solorio abb01b183d
Merge pull request #84628 from microsoft/misolori/activity-bar-cleanup
Activity bar active indicator cleanup
2019-11-15 10:50:51 -08:00
Miguel Solorio 138807e14a
Merge branch 'master' into misolori/activity-bar-cleanup 2019-11-15 10:50:21 -08:00
Miguel Solorio 2b96305c08
Merge pull request #84771 from microsoft/misolori/icon-font-breakpoints
Adopt icon font in debug breakpoints and toolbar
2019-11-15 10:38:52 -08:00
Miguel Solorio 7766a5d0f0
Merge branch 'master' into misolori/icon-font-breakpoints 2019-11-15 10:33:44 -08:00
Miguel Solorio cfeeb1a6c2 Simplify color tokens for breakpoints 2019-11-15 10:32:40 -08:00
Alexandru Dima ca81ca47db
More changes for #81574 2019-11-15 18:02:35 +01:00
Benjamin Pasero 44e755ba4b custom editors - support simple save() 2019-11-15 17:34:28 +01:00
Joao Moreno 77e0ee91cc
explorer: improve context menu anchor position 2019-11-15 17:30:06 +01:00
Alex Dima da112cdb5a
changes for #81574 2019-11-15 17:27:23 +01:00
Alexandru Dima f0ec8373f3
Recompute whitespace entirely in case of larger changes (#84726) 2019-11-15 17:15:43 +01:00
Alexandru Dima c003207959
Remove _whitespaceId2Index 2019-11-15 17:15:43 +01:00
Alexandru Dima 9c0ac421fc
Avoid allocating for getWhitespaces() call 2019-11-15 17:15:42 +01:00
Alexandru Dima 4e8f42499d
More type reuse 2019-11-15 17:15:42 +01:00
Alexandru Dima 2a49e82150
Switch to objects in LinesLayout 2019-11-15 17:15:41 +01:00
Alexandru Dima 3e092938e8
Move the change accessor down to LinesLayout 2019-11-15 17:15:40 +01:00