Commit Graph

1943 Commits

Author SHA1 Message Date
Sandeep Somavarapu ff38c0fee5 Derive configuration resources 2019-06-13 09:56:51 +02:00
Benjamin Pasero 2e85ce75ad web - wire in userDataPath properly 2019-06-13 08:51:26 +02:00
Daniel Imms fa40719524 Typos 2019-06-12 17:06:27 -07:00
Sandeep Somavarapu 59c79b84e3 #75079 Support keybindings resource 2019-06-11 19:27:10 +02:00
Benjamin Pasero ce94c833bf workaround #74872 2019-06-11 18:27:27 +02:00
Sandeep Somavarapu d77341bf14 use URI for appSettingsHome 2019-06-11 13:50:24 +02:00
isidor 6f9e9dd077 merge master 2019-06-11 11:47:16 +02:00
Isidor Nikolic 8a26027b11 Polish as suggested by Ben
Co-Authored-By: Benjamin Pasero <benjamin.pasero@gmail.com>
2019-06-11 10:03:34 +02:00
Sandeep Somavarapu 0d0e4dfe40 Fix #75109 2019-06-11 09:55:20 +02:00
Daniel Imms 18b659dd5e Fix xterm addons in browser services 2019-06-10 15:08:29 -07:00
Daniel Imms 0a489fdcf7 Introduce browser level terminal services 2019-06-10 12:31:00 -07:00
isidor 77de8faba5 ISignService 2019-06-10 15:31:55 +02:00
Sandeep Somavarapu 70d9efeac2 #75079 Use URI for settings 2019-06-07 18:44:32 +02:00
Sandeep Somavarapu 5c171295fc #75079 Use real configurataion service for web 2019-06-07 16:46:10 +02:00
Johannes Rieken 078da2bca6 This partially reverts "extends Disposable" changes 2019-06-06 16:01:15 +02:00
Benjamin Pasero 37bc56de53 debt - remove not working code 2019-06-06 15:30:36 +02:00
Matt Bierner d34324f8b3 Make WindowsManager disposable
This class registers emitters which should be disposed
2019-06-05 15:42:26 -07:00
Matt Bierner 6b7b5c0e0c Extend lifecycle/Disposable in more places instead of re-implementing it
`lifecycle/Disposable` includes some important fixes that can help catch common programming mistakes
2019-06-05 15:41:46 -07:00
Rob Lourens 205337f4ad Allow shell environment probe to be disabled
for microsoft/vscode-remote-release#544
2019-06-05 14:12:15 -07:00
Waldir Pimenta f3e4e47164 Fix spelling of the example abbreviation (e.g.) 2019-06-05 16:00:26 +02:00
Johannes Rieken ee070dc2db remove --prof-modules-flag, adopt new loader, https://github.com/microsoft/vscode/issues/62643 2019-06-05 15:04:41 +02:00
Sandeep Somavarapu 3dc76ed11f Fix #74661 2019-06-04 12:30:04 +02:00
Benjamin Pasero 07eb3487f0 debt - introduce lifecycle phases on electron-main and adopt 2019-06-03 11:17:53 +02:00
Benjamin Pasero fae7dc6ff1 fix #74452 2019-05-28 12:04:21 +02:00
Benjamin Pasero edd560d278 💄 - introduce CodeMain 2019-05-28 08:33:32 +02:00
Benjamin Pasero bda5098e02 debt - restore previous async behaviour on startup 2019-05-28 08:17:05 +02:00
Sandeep Somavarapu 4026f653b4 #72906 Restructure spdlog service 2019-05-27 15:26:48 +02:00
Martin Aeschlimann 3fc919eedf Add ThemeMainService. For #70831 2019-05-27 15:13:20 +02:00
Benjamin Pasero 91c2721083 debt - convert main startup code to async 2019-05-27 12:15:54 +02:00
Benjamin Pasero a00a9a2945 debt - async import('windows-foreground-love') 2019-05-27 11:35:47 +02:00
Benjamin Pasero 4b3340352f debt - prefer our file service 2019-05-25 07:51:59 +02:00
Alex Dima f0ba210ef9 Add support for vscode-textmate in the browser 2019-05-24 18:33:28 +02:00
Benjamin Pasero 80cb501051 icon - restore code to refresh macOS product icon 2019-05-24 15:45:01 +02:00
Matt Bierner 0f32f0ef5f Clean up some usages of IDisposable[]
Part of #74250

- Extend `Disposable` in classes where it makes sense
- Use `DisposableStore` for lists of disposables
- Make `combinedDisposable` take arguments instead of an array (so that you can't pass in an array and then modify the array after the fact)
2019-05-23 22:58:16 -07:00
Matt Bierner ae8da480f0 Use fileService and Blob for resource viewer
Fixes #74191

Instead of using a base64 encoded data uri to display images, use the fileService to read Buffer, convert this to a Blob, and display the blob
2019-05-23 18:32:02 -07:00
Rachel Macfarlane 52ee044787 Show prompt in issue reporter when writing to clipboard, fixes #50659 2019-05-23 10:46:05 -07:00
Rachel Macfarlane 1e54e7f4cb Decrease issue reporter url length limit, fixes #70343 2019-05-23 10:38:08 -07:00
Sandeep Somavarapu cf87944720 do not check for ui extensions while installing on remote server 2019-05-23 05:44:28 +02:00
Benjamin Pasero c4d9732d45 tweak paths 2019-05-22 12:33:23 +02:00
Sandeep Somavarapu 3c00afcb27 #72906 use async spdlog service 2019-05-22 04:36:21 +02:00
RMacfarlane 613ea9ef4b Tweak cli output 2019-05-17 12:52:07 -07:00
Matt Bierner 2b28a35028 Remove unreachable null check 2019-05-16 10:38:28 -07:00
Matt Bierner cd1b7130ae Remove call to withNullAsUndefined 2019-05-16 10:38:28 -07:00
Benjamin Pasero 376061acc4 debt - less type cases 2019-05-15 11:42:49 -07:00
Benjamin Pasero f607c9bae7 web - backport some changes 2019-05-14 09:30:37 -07:00
Benjamin Pasero 10b0935c1d Add basic support to start vscode in the web (#73687)
* web - scaffold a basic dev setup via "yarn web"

* 💄
2019-05-13 11:59:13 -07:00
Joao Moreno f794ad0a22 Merge branch 'joao/next' 2019-05-13 11:42:03 -07:00
Benjamin Pasero 905680b459 Merge branch 'master' into ben/web-companion 2019-05-13 11:20:13 -07:00
Benjamin Pasero dc8fc80d09 fix #50830 (#73681) 2019-05-13 11:07:57 -07:00
Benjamin Pasero 4b5c68c1bd web - scaffold a basic dev setup via "yarn web" 2019-05-09 13:13:27 +02:00