Commit Graph

40520 Commits

Author SHA1 Message Date
Joao Moreno a44e45188c tree test: refilter on load 2018-10-02 14:03:18 +02:00
Joao Moreno a74af7fe7f list: fix scroll height issue 2018-10-02 14:03:18 +02:00
Joao Moreno cab46acc59 tree: recursive filter tests 2018-10-02 14:03:18 +02:00
Joao Moreno c3f0d70bfc 💄 2018-10-02 14:03:18 +02:00
Joao Moreno f1cedc0b26 tree: more getNodeLocation tests 2018-10-02 14:03:18 +02:00
Joao Moreno ebf10a3056 tree: getNodeLocation tests 2018-10-02 14:03:18 +02:00
isidor 5731c0478d debug: resolveConfigurationByProviders on restart 2018-10-02 12:27:50 +02:00
Johannes Rieken 65685d302a debt - one winjs promise less 2018-10-02 12:19:32 +02:00
Johannes Rieken 0c2388a008 perf - simplify cached data env var (enabled cached data for the extension host) 2018-10-02 12:14:02 +02:00
Sandeep Somavarapu d3a6a23449 Remove synchronization 2018-10-02 12:00:29 +02:00
Joao Moreno eeca0a4f51 Merge remote-tracking branch 'origin/joao/tree-filter' 2018-10-02 12:00:10 +02:00
Joao Moreno cae2a79139 yarn lock 2018-10-02 11:59:30 +02:00
Christof Marti 9edd6335b4 Ignore *out-of-scope 2018-10-02 11:52:35 +02:00
Martin Aeschlimann 429b7e2848 Fix TS 3.1 error in "extensions/json-language-features/client/src/utils/hash.ts". Fixes #59761 2018-10-02 11:08:05 +02:00
Joao Moreno 4c963c0895 Merge branch 'win-sign' 2018-10-02 10:52:37 +02:00
Johannes Rieken 0604b4f7c4 Merge pull request #59758 from ronihcohen/pascalcase-snippet-format
Adding Pascal case to snippet format options
2018-10-02 10:26:40 +02:00
Johannes Rieken 11590a3102 fix #59763 2018-10-02 10:25:55 +02:00
Johannes Rieken 596104a2ed fix #59768 2018-10-02 10:25:55 +02:00
Sandeep Somavarapu bd4d782d49 Fix default keybindings file label 2018-10-02 10:14:47 +02:00
Sandeep Somavarapu eb7a018486 Do not open default keybindings by default 2018-10-02 10:14:46 +02:00
Sandeep Somavarapu 24179e0bf3 Make Open Keybindings File a primary action 2018-10-02 10:14:46 +02:00
Johannes Rieken d848101d9d different fix for #59733 2018-10-02 10:09:31 +02:00
Benjamin Pasero eafa0add6e fix #59752 2018-10-02 10:07:50 +02:00
Joao Moreno 38a5ab89ef optionally sign windows setup
fixes #59697
2018-10-02 10:05:45 +02:00
ronihacohen 17da77f9e2 CR Fixes 2018-10-02 08:02:28 +00:00
Benjamin Pasero d8c58630a6 more logging (for #59752) 2018-10-02 09:36:54 +02:00
Benjamin Pasero ee321dcd2c build - auto release "exploration" builds 2018-10-02 09:31:17 +02:00
Benjamin Pasero 227e98f893 fix #59733 2018-10-02 09:30:13 +02:00
Christof Marti 72fcd264c5 Update calendar 2018-10-02 09:28:38 +02:00
Joao Moreno e9301e67d5 fixes #59764 2018-10-02 09:02:15 +02:00
Benjamin Pasero f0bfe7ce71 always restore grid, even on error (for #59752) 2018-10-02 07:28:10 +02:00
Agustín Rodríguez 219b9461e5 stop duplicating actions for tabs management when using macOS native tabs (#59793) 2018-10-02 07:09:16 +02:00
Adam Curtis ccb63aacfa Removed duplicate "the" from documentation. (#59736) 2018-10-01 17:30:06 -07:00
Matt Bierner feffb38103 Make sure the configs values are overriden properly 2018-10-01 16:49:24 -07:00
Matt Bierner 936742b5d1 Onboard npm to use shared tsconfig 2018-10-01 16:43:18 -07:00
Matt Bierner 6769079c0d Onboard jake to use shared tsconfig 2018-10-01 16:42:24 -07:00
Matt Bierner 1d192bb4f0 Onboard markdown to use shared tsconfig 2018-10-01 16:41:19 -07:00
Matt Bierner 950a3ff867 Onboard vscode-api-tests to use shared tsconfig 2018-10-01 16:38:29 -07:00
Matt Bierner 402106a699 Introduce a shared tsconfig for extensions
Setup a baseline tsconfig for extensions to extend. This will help make sure thatof our built-in extensions are using the recommended settings for target and so on. it also reduces duplicated code and will make updating tsconfig settings easier
2018-10-01 16:35:43 -07:00
Matt Bierner 199c51f4a5 Enable no unused parameters 2018-10-01 16:12:26 -07:00
Matt Bierner 55567633b3 Enable no unused parameters in vscode-api tests 2018-10-01 16:12:05 -07:00
Matt Bierner f1c7c19a36 Fixing some strict mode typing issues in emmet 2018-10-01 16:07:55 -07:00
Matt Bierner 86ceb0c84e Enable noUnusedParameters in configurationHelper 2018-10-01 16:01:28 -07:00
Matt Bierner 02e4aada63 Remove unused 2018-10-01 15:59:20 -07:00
Matt Bierner dece532913 Prefix unused with _ 2018-10-01 15:57:07 -07:00
Matt Bierner 90041e8bc7 Use await for tests
Testing convert to async quick fix
2018-10-01 15:56:44 -07:00
Matt Bierner 09c738074e Converting many test functions to use arrow functions
Standardizing syntax and discouraging use of `this` inside tests
2018-10-01 15:44:58 -07:00
Matt Bierner 316a067c27 Convert test to use async 2018-10-01 15:44:58 -07:00
Matt Bierner 2025636974 Convert test to use async 2018-10-01 15:44:58 -07:00
Matt Bierner e87867c917 Convert to async 2018-10-01 15:44:58 -07:00