Commit Graph
17477 Commits
Author SHA1 Message Date
Rob Lourens 9ca92ce9bb Merge pull request #32483 from keegancsmith/folder-match-remove
Add remove action for FolderMatch
2017-08-14 09:38:04 -07:00
Alex Dima 0871300cf7 Extract LazyPromise to its own file 2017-08-14 18:35:43 +02:00
Alex Dima 4d853d3f74 Move more workbench code up to /workbench/ 2017-08-14 18:32:48 +02:00
Keegan Carruthers-Smith 879fd0d0cd Add remove action for FolderMatch 2017-08-14 17:03:05 +02:00
Alex Dima 71a5b84442 Move code managing the extension host process closer to the extension service 2017-08-14 16:57:53 +02:00
Alex Dima aabeedddea Move extension service code to vs/workbench/services/extensions 2017-08-14 16:57:53 +02:00
Alex Dima b420c54f0f Remove cyclic dependency between IExtensionService and IThreadService 2017-08-14 16:57:53 +02:00
Johannes Rieken 2e5311ca6e towards ext-host-restart: properly implement dispose-methods in variouds MainThreadXYZ-types 2017-08-14 16:56:13 +02:00
Martin Aeschlimann 9098d9ff7c [themes] let extensions contribute colors. Fixes #14309 2017-08-14 16:07:56 +02:00
Martin Aeschlimann 698382ac85 Cannot set property 'theme' of null. Fixes #32385 2017-08-14 16:07:56 +02:00
Alex Dima a7fcaffcf4 Do not install the watchdog if the extension host is debuggable (#26445) 2017-08-14 14:27:20 +02:00
Johannes Rieken e5943cbcb0 fix #30652 2017-08-14 12:58:28 +02:00
Alex Dima 0a4b9f324a Add a watchdog mechanism to detect when the extension host JavaScript event loop is unresponsive (#26445) 2017-08-14 12:15:16 +02:00
Joao Moreno 3007332134 fixes #32379 2017-08-14 11:52:36 +02:00
Dirk Bäumer 5e54eb7bc9 Merge pull request #32393 from dlech/patch-5
Fix spelling of "registered"
2017-08-14 11:06:21 +02:00
Dirk Bäumer eca4981b9a Merge pull request #32394 from dlech/patch-6
Fix spelling of "taskDefinitions"
2017-08-14 11:06:02 +02:00
Rob Lourens 747310ab90 Merge pull request #31488 from Microsoft/roblou/inspectEH
Enable extensionHost debugging with --inspect
2017-08-12 17:44:26 -07:00
Rob Lourens 5f05e3a6d8 Fix #32325, avoid **/** pattern in search glob 2017-08-12 17:21:10 -07:00
David Lechner 1d83796814 Fix spelling of "taskDefinitions" 2017-08-12 15:33:09 -05:00
David Lechner 3f02d6c106 Fix spelling of "registered" 2017-08-12 15:30:22 -05:00
Martin Aeschlimann d3a80dc181 Using Color.fromHex with invalid input should return null 2017-08-12 13:31:59 +02:00
Martin Aeschlimann eae6de3488 Ignore 'null' as color values 2017-08-12 13:06:41 +02:00
Rob Lourens 955e2a1eb1 Merge branch 'master' into roblou/inspectEH 2017-08-11 19:28:26 -07:00
Rob Lourens 611b1a591d Fix #31956 - $(basename) globs ignored by filesearch.ts 2017-08-11 17:30:33 -07:00
rebornix 5c58b8cb2d Fix #30358. Run block comment when there are mulitple block comments inline. 2017-08-11 16:46:47 -07:00
rebornix 0137b24a8c Fix #31166. Re-validate input when toggling regex in find 2017-08-11 15:19:25 -07:00
Christof Marti 0b6da14128 Add keytar back 2017-08-11 12:04:04 -07:00
Benjamin Pasero da809dfcf4 Global settings: bad overflow behaviour (fixes #27820) 2017-08-11 17:30:10 +02:00
Ramya Rao 02bbc149cf Option to trigger emmet expansion on tab (#32334) 2017-08-11 08:21:37 -07:00
Joao Moreno fdcf26e8ae fix recursive next color format 2017-08-11 14:47:55 +02:00
Martin Aeschlimann ca3ca39354 unfolding selected groups of folded code issue. Fixes #31446 2017-08-11 14:42:10 +02:00
Joao Moreno 89fbba6edf export color formatters in modes 2017-08-11 13:00:08 +02:00
Joao Moreno c87e0d7629 fix css color formats 2017-08-11 13:00:08 +02:00
Joao Moreno 4c21fd5800 cleanup formatter can format 2017-08-11 13:00:08 +02:00
Joao Moreno 5f88278937 ColorFormatter tests 2017-08-11 13:00:08 +02:00
Andre Weinand a07d535c09 add a missing 'no' to the WorkspaceFolder description
"All workspace folders are equal which means there is notion of an active or master workspace folder."
-> "All workspace folders are equal which means there is **no** notion of an active or master workspace folder."
2017-08-11 12:15:23 +02:00
Joao Moreno d38f7122f1 luminance != luminosity 2 2017-08-11 11:50:10 +02:00
Joao Moreno 7669ad147e luminance !== luminosity 2017-08-11 11:50:10 +02:00
Joao Moreno 13a6a7a9c3 color api: remove ColorRange.format 2017-08-11 11:50:10 +02:00
Joao Moreno 0f5272afe9 color api: docs 2017-08-11 11:50:10 +02:00
Joao Moreno 43160efc08 Color alpha isn't optional 2017-08-11 11:50:10 +02:00
Martin Aeschlimann 46ee876713 Layer breaker in: vs/workbench/services/themes/electron-browser/themeCompatibility.ts . Fixes #29077 2017-08-11 11:45:25 +02:00
Joao Moreno 88be6de0b7 fixes #32296 2017-08-11 10:45:23 +02:00
Joao Moreno 005c0ecc48 fixes #31649 2017-08-11 10:21:43 +02:00
Benjamin Pasero 772c089eda update description (for #31529) 2017-08-11 10:04:56 +02:00
Benjamin Pasero bedfa1fc20 Explorer sort order: rename description (fixes #31513) 2017-08-11 09:55:22 +02:00
Benjamin Pasero 152ae58f92 If explorer.sortOrder has an invalid value then it should fallback to default (fixes #31502) 2017-08-11 09:47:57 +02:00
Benjamin Pasero dc3a6df693 revert: "Fix tabbing in quick pick" 2017-08-11 08:50:49 +02:00
Rob Lourens f1a3bc4f71 Merge pull request #32265 from Microsoft/amqi/tree-tabs
Fix tabbing in quick pick
2017-08-10 18:49:16 -07:00
t-amqi ba15ed1517 Address comments 2017-08-10 18:41:36 -07:00