Commit Graph

640 Commits

Author SHA1 Message Date
Matt Bierner 483bd48332 Continue fixing TS 2.3.1 Compiler Errors in VSCode Codebase (#25315)
From: https://github.com/Microsoft/TypeScript/issues/15352

TS 2.3.1 introduced a breaking change by [switching to covariant types for callbacks](https://github.com/Microsoft/TypeScript/wiki/Breaking-Changes#covariance-in-callback-parameters). This change tries to fix these compiler errors in the workbench codebase
2017-04-25 12:52:41 -07:00
Martin Aeschlimann e87782d2d0 [theme] clean up IColorTheme 2017-04-25 12:34:20 +02:00
Benjamin Pasero f60fe952ab fix #25190 2017-04-25 12:00:09 +02:00
Benjamin Pasero 40871a23c9 clean up failing test 2017-04-25 09:48:35 +02:00
Benjamin Pasero d8fe52b178 💄 2017-04-19 08:51:04 +02:00
Seivan Heidari bd84e6d975 Fixes #4803: Adding support for swipe gestures on macOS. (#23663) 2017-04-19 08:42:27 +02:00
Alex Dima aca01f2daa Fix build hygiene issues 2017-04-14 14:08:52 +03:00
Benjamin Pasero 67cf007432 File from UNC-folders twice time opened in same instance after changes (fixes #24003) 2017-04-12 07:33:27 +02:00
Martin Aeschlimann 5ad8c2f600 Initial background according to theme, need to set backgroundColor window color 2017-04-11 17:29:40 +02:00
Martin Aeschlimann 0c2b94cf28 Initial background according to theme 2017-04-11 17:29:40 +02:00
Benjamin Pasero ebf71dae52 Update to electron 1.6.x (#23842) 2017-04-10 07:58:06 +02:00
Joao Moreno 9f122d0ed9 Revert "🐛 use pipe for stdin when getting the user shell env"
This reverts commit 78bc68a1d0.

Fixes #23639
2017-04-07 16:57:01 +02:00
Joao Moreno b1fafdf156 💄 back to es5 2017-04-06 10:16:50 +02:00
Benjamin Pasero 3b87cccd9c 💄 2017-04-05 15:11:50 +02:00
Benjamin Pasero 10d8dc8de9 move windows mutex after window open 2017-04-05 15:08:43 +02:00
Benjamin Pasero be24140cfc debt - decouple app from main code 2017-04-05 13:04:51 +02:00
Benjamin Pasero 3cdca85a7d towards better quit handling (for #22138) 2017-04-05 10:57:41 +02:00
Johannes Rieken 510aaf6fb0 make commit id part of the cached data path, #23883 2017-04-05 09:21:02 +02:00
Benjamin Pasero 8ed7d6308e debt - move relaunch into lifecycle service 2017-04-05 08:32:35 +02:00
Tereza Tomcova db48235233 Set relaunch command for window (for #13905) 2017-04-03 08:47:14 +02:00
isidor a18f8594f7 more debuggers -> additional debuggers
#23490
2017-03-29 11:32:51 +02:00
Benjamin Pasero 40b6406a41 Merge pull request #23049 from cristianhosu/22768
Feature #22768
2017-03-24 06:57:31 -07:00
Cristian ecd0f40fa6 #22768 - changed according to code review 2017-03-24 06:00:08 +02:00
Joao Moreno 35eb38aff1 🐛 cant use stdin in windows cli
fixes #18826
2017-03-23 22:53:49 +01:00
Cristian 1faec547dd 22768 2017-03-22 21:06:41 +02:00
Alex Dima 801ec905a3 Merge remote-tracking branch 'origin/master' into alex/keybinding 2017-03-22 17:26:37 +01:00
Alex Dima b228c50e7d React to changing keyboard layout 2017-03-22 17:19:51 +01:00
Benjamin Pasero 7583abec86 revert back to old path handling (for #12448) 2017-03-21 06:33:44 -07:00
Ramya Rao b597b12357 Send telemetry only to vortex (#22867)
* Send telemetry only to vortex

* Updating distro commit in package.json
2017-03-20 19:30:35 -07:00
isidor 797d102e59 debug menu: fix mnemonic
fixes #22880
2017-03-20 15:51:05 +01:00
Benjamin Pasero 05f19eec20 files 💄 2017-03-17 07:59:51 +01:00
Benjamin Pasero 06ba86f404 less code to care about for #18350 2017-03-16 17:02:28 +01:00
Benjamin Pasero 0060f909a5 do not automatically pop up devtools when running tests 2017-03-10 15:17:41 +01:00
Daniel Imms 4153a54da9 Roll data dir into extensions dir
Part of #329
2017-03-09 08:57:40 -08:00
Benjamin Pasero 8ec754970c Keybinding changes take a few seconds to take effect (fixes #22240) 2017-03-09 07:26:08 +01:00
Christof Marti 4e03bf42ee Send machineId to main process (fixes #22169) 2017-03-08 11:25:18 -08:00
Benjamin Pasero f824b2e5ca env variables are not passed to extension host in debug mode (fixes #22233) 2017-03-08 18:11:13 +01:00
Benjamin Pasero ef8fdc296f 💄 jumplist 2017-03-08 07:29:47 +01:00
Joao Moreno 3338bf2fcb spawn shared process after first workbench window
fixes #22091
2017-03-07 17:26:28 +01:00
Joao Moreno a39a0f2e18 shell should wait for shared process to be up and running 2017-03-07 17:26:28 +01:00
Christof Marti 216460af69 Use patched fs (fixes #22019) 2017-03-07 08:07:38 -08:00
João Moreno a3ad9217dc Merge pull request #21879 from Microsoft/joao/shared-process
Move shared process to a browser window
2017-03-07 11:34:35 +01:00
Joao Moreno f8b3d1927d 🐛 catch windows going down 2017-03-07 10:51:36 +01:00
Joao Moreno 78bc68a1d0 🐛 use pipe for stdin when getting the user shell env
fixes #21655
2017-03-07 10:42:54 +01:00
joao 9d49773704 🐛 linux BrowserWindow don't inherit env 2017-03-07 10:36:01 +01:00
Joao Moreno 76cc8b5220 🔥 remove unused themeing for shared process 2017-03-07 09:48:55 +01:00
Benjamin Pasero 5e9357bd51 Open window on first monitor upon first launch (fixes #21990) 2017-03-07 07:45:02 +01:00
Benjamin Pasero 2061d9043d 💄 2017-03-06 17:49:31 +01:00
João Moreno 7b80d7af50 🐛 closing shared process window crashes on windows 2017-03-06 15:27:18 +01:00
João Moreno 8d8ab2a59d Merge branch 'master' into shared-process 2017-03-06 15:09:17 +01:00