Commit Graph

57440 Commits

Author SHA1 Message Date
Benjamin Pasero
9727eb6050 untitled - fix save with associated file path 2019-11-18 07:57:48 +01:00
Daniel Imms
fe03510f9e Merge pull request #84999 from microsoft/tyriar/newWithCwd
Resolve cwd provided as string in getCwd
2019-11-17 14:24:34 -08:00
Daniel Imms
0b43e2c128 Resolve cwd provided as string in getCwd
Fixes #83011
2019-11-17 13:38:51 -08:00
Daniel Imms
a8be2f904f Merge pull request #84404 from solomatov/cleanup_ext_host_terminals
Cleanup extHostTerminalService.ts
2019-11-17 12:34:52 -08:00
Daniel Imms
c3e3b16899 Merge branch 'master' into cleanup_ext_host_terminals 2019-11-17 12:29:21 -08:00
Daniel Imms
720d0856ff Merge pull request #84438 from Grommers00/issue-84080
fix #84080 added cntl-shift-c and cntl-shift-v to terminal
2019-11-17 12:01:00 -08:00
Joao Moreno
c948e818ad cleaner drop feedback 2019-11-17 19:10:03 +01:00
Benjamin Pasero
00688bf051 working copies - properly implement save, saveAs, saveAll (#84672) 2019-11-17 17:44:57 +01:00
Benjamin Pasero
40a67d113d fix invalid CSS that blocks build 2019-11-17 17:33:41 +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