Commit Graph

1928 Commits

Author SHA1 Message Date
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
Joao Moreno 4f0536ad73 add logs to shell env 2019-05-09 11:19:11 +02:00
Benjamin Pasero e1c2fcf955 debt - no more monaco-shell 2019-05-09 10:50:31 +02:00
Martin Aeschlimann dbcefa1d91 don't restore non-file empty windows 2019-04-24 17:42:44 +02:00
Benjamin Pasero 32184f4d11 untitled - fully support resources with associated filepath 2019-04-23 11:58:54 +02:00
Rachel Macfarlane 0595b3d76f Improve error handling when opening issue reporter 2019-04-17 16:10:52 -07:00
Andre Weinand 105e87186f filter workspace paths contradicting ext development 2019-04-17 17:27:25 +02:00
Martin Aeschlimann 6d5feae579 new window to open in new window 2019-04-17 11:01:29 +02:00
Martin Aeschlimann 1d3a96edca allow remote fonts to be loaded 2019-04-17 10:44:15 +02:00
Martin Aeschlimann d3a2e0f524 use forceReuseWindow in openNewWindow 2019-04-16 18:08:54 +02:00
Martin Aeschlimann 044c8ed8e1 toWorkspaceFolders takes workspaceConfigPath 2019-04-16 16:01:36 +02:00
Martin Aeschlimann e5f694ebf8 Can't open workspace file with absolute paths 2019-04-16 16:01:36 +02:00
Paul.K.Zhang c78d0ff35c fix typos 2019-04-15 19:16:09 +08:00
Rachel Macfarlane 668068e26f Fix process explorer highest memory calculation 2019-04-12 14:34:20 -07:00
Rachel Macfarlane 9d958136be Set initial focus on an input field when opening the issue reporter 2019-04-12 14:25:16 -07:00
Rachel Macfarlane ea7e2600d8 Expose vscode.openIssueReporter command that allows passing an extensionId to open the reporter with 2019-04-11 14:28:53 -07:00