Commit Graph

1507 Commits

Author SHA1 Message Date
Benjamin Pasero
8f96ce69e2 debt - reduce usage of electron remote module 2018-08-23 13:09:27 +02:00
isidor
9a57f2e00b IUriLabelService -> ILabelService 2018-08-23 12:57:32 +02:00
Isidor Nikolic
8f343b7b59 Merge pull request #57022 from Microsoft/isidorn/getWorkspaceLabel
UriLabelService.getWorkspaceLabel
2018-08-23 12:35:31 +02:00
isidor
a03b3b5066 remove .name from IWorkspace 2018-08-23 12:09:01 +02:00
Benjamin Pasero
63ab3980b2 💄 2018-08-23 10:29:30 +02:00
Benjamin Pasero
1b2dceffb4 💄 (more for https://electronjs.org/docs/tutorial/security) 2018-08-23 10:29:30 +02:00
isidor
63eb720708 get rid of getWorkspaceLabel in workspaces.ts and adopt 2018-08-22 17:40:57 +02:00
isidor
9acd33950e move uriLabelService to be a core service. Configuraion service depends on it, not the other way around 2018-08-22 17:40:25 +02:00
Benjamin Pasero
67c9cac441 electron - move security related event handlers into one place 2018-08-22 10:03:47 +02:00
Sandeep Somavarapu
45865de635 Merge branch 'master' into sandy081/syncExtensions 2018-08-21 13:00:54 +02:00
Sandeep Somavarapu
728e657c49 Make download service optional 2018-08-21 11:35:00 +02:00
Joao Moreno
a11720d9f5 Merge branch 'master' into ipc-buffers 2018-08-21 09:37:07 +02:00
Sandeep Somavarapu
84ad71193c Use URI transformer for download service channel 2018-08-20 23:39:49 +02:00
Nikolai Vavilov
aaa778b5e2 Use 'r+' with truncation when saving existing files on Windows (#42899)
* Use 'r+' with truncation when saving existing files on Windows

Opening a file with 'w' flag removes its alternate data streams. To
prevent this, extend the logic used for hidden files to all existing
files.

Fixes: https://github.com/Microsoft/vscode/issues/6363

* adopt truncate for saving as admin
2018-08-20 18:55:12 +02:00
Benjamin Pasero
2dc09277aa Merge "Terminal" and "Task" menu (fixes #56836) 2018-08-20 18:46:14 +02:00
Joao Moreno
2c7366cf33 fix broken layering 2018-08-20 17:58:07 +02:00
Sandeep Somavarapu
8eb36b9cf4 fix compilation 2018-08-20 15:38:54 +02:00
Sandeep Somavarapu
9f492373ed - Use URI to install from vsix
- Implement zip and unzip extensions APIs
- Sync extension across management servers
- Download service to download zips
2018-08-20 15:16:40 +02:00
Martin Aeschlimann
1f1b778104 resource.isEqual / isEqualOrParent: use isIgnore default bahaviour 2018-08-20 12:10:08 +02:00
Benjamin Pasero
d31da69aaf update comment 2018-08-17 15:57:58 +02:00
isidor
6d3ac521b9 IUriDisplayService -> IUriLabelService
fixes #55886
2018-08-15 17:49:04 +02:00
Rob Lourens
820d3dc151 Fix #55375 - add setting and commands to select preferred settings editor 2018-08-13 15:58:45 -07:00
Benjamin Pasero
bbd54cb673 fix #56251 2018-08-13 17:39:43 +02:00
Martin Aeschlimann
dd31f42c0c Normalize uri-paths before attempting to open them? Fixes #54990 2018-08-13 16:48:33 +02:00
Martin Aeschlimann
cee43d7350 support goto for file uris arguments 2018-08-13 15:52:25 +02:00
Martin Aeschlimann
82925ce3e5 merge with master 2018-08-13 13:57:29 +02:00
Johannes Rieken
4944cc2847 debt - remove last usages of globals and any-casts when it comes to perf marks 2018-08-13 13:03:35 +02:00
Martin Aeschlimann
8d9331a57c incorperate review comments 2018-08-13 12:09:34 +02:00
Benjamin Pasero
27f5d0e079 Merge branch 'master' into aeschli/fileuri-arguments 2018-08-12 08:38:24 +02:00
Ramya Achutha Rao
aae9cd355e Extensions in Preferences menu #56042 2018-08-10 17:37:54 -07:00
Martin Aeschlimann
3e4685d87d move initial back-/foreground to rapid render code (fixes #55677) 2018-08-10 16:56:27 +02:00
Benjamin Pasero
9215e7701c debt - remove some WinJS.timeout() calls 2018-08-10 11:59:11 +02:00
Martin Aeschlimann
8b8feed4ad polish cli args parsing 2018-08-09 17:54:54 +02:00
Martin Aeschlimann
5eb18c64db merge with master 2018-08-09 15:15:07 +02:00
Benjamin Pasero
e9b3304774 fix #25919 for the old menu 2018-08-08 08:22:41 +02:00
SteVen Batten
92521b2286 Bring back the old menu due to electron 2.0 issues (#55913)
* add the old menu back for native menus

* make menu labels match
2018-08-07 11:13:08 -07:00
Benjamin Pasero
6f3f9edcfa Add a command to open a new window as tab (Sierra tabs) (fixes #25919) 2018-08-07 18:04:50 +02:00
Johannes Rieken
9b7c16e0a6 debt - make test renderer use a correct baseUrl (and adopt tests using require.toUrl) 2018-08-07 11:08:16 +02:00
SteVen Batten
38eca13f92 fixes #55547 2018-08-03 13:29:11 -07:00
SteVen Batten
1a1b92fbd0 don't display fallback menu unless we've closed the last window 2018-08-03 11:38:11 -07:00
SteVen Batten
b9885b9960 fixes #55576 2018-08-02 12:38:28 -07:00
SteVen Batten
02822bf5c3 fixes #55264 2018-08-02 11:03:39 -07:00
SteVen Batten
77dcb8b833 fixes #55515 2018-08-01 17:22:38 -07:00
SteVen Batten
9129656f3d fixes #55454 2018-08-01 13:03:12 -07:00
Rachel Macfarlane
3463370a25 Select all not working in issue reporter on mac, fixes #55424 2018-07-31 16:12:31 -07:00
SteVen Batten
6d7c257f38 don't show menubar too early 2018-07-30 16:54:38 -07:00
SteVen Batten
53aa2d6a54 fixes #55248 2018-07-30 15:09:58 +02:00
Martin Aeschlimann
50dba3707c Support file-uris as arguments 2018-07-30 15:07:08 +02:00
SteVen Batten
323f975196 fixes #55248 2018-07-28 23:20:38 -07:00
SteVen Batten
56e21e2873 fixes #55209 2018-07-27 17:01:37 -07:00