Commit Graph

21 Commits

Author SHA1 Message Date
Sandeep Somavarapu
27af9d1260 fix tests: set the unexpected error handler 2019-04-02 13:15:12 +02:00
Benjamin Pasero
84726e51f4 debt - merge extfs and pfs 2019-04-01 08:45:46 +02:00
Benjamin Pasero
f5554346aa debt - get rid of flow 2019-04-01 08:35:28 +02:00
Sandeep Somavarapu
bed2921b47 Support remote user configuration 2019-03-22 16:52:14 +01:00
Benjamin Pasero
7b6004f609 debt - move jsonediting/configediting to common 2019-03-15 12:25:13 +01:00
Benjamin Pasero
0f716303a4 debt - move files to new layer 2019-02-22 08:09:17 +01:00
Benjamin Pasero
622b3d62dd paths - paths.node.ts => path.ts 2019-02-12 20:36:23 +01:00
Benjamin Pasero
511a905404 debt - use our paths lib over node 2019-02-12 20:22:22 +01:00
Rob Lourens
ef2547d547 replace void 0 with undefined 2019-01-03 11:20:19 -08:00
Josh Goldberg
373b44115b Converted another ~70 test files to strictNullChecks (#65672)
* Converted another ~70 test files to strictNullChecks

These are the remaining test files that didn't require any changes to non-test file types. I'll send those in separately.

Most changes were automatic and small (`!`s).
The only non-trival change is that `extHostSearch.ts` needs an interface for its test data.

Again used [TypeStat](https://github.com/JoshuaKGoldberg/TypeStat) when possible per #65581. I'm happy to split this up into smaller PRs if you'd prefer!

* Added missing `!`s to `commands.test.ts`
2018-12-27 18:52:51 -06:00
Matt Bierner
68a4e01246 Use resolve(void 0) instead of resolve(null) for void promises
Fixes a common type error
2018-12-13 15:20:46 -08:00
Sandeep Somavarapu
07e81e6e4d #53526 Migrate from TPromise in Keybindings Editor 2018-11-09 11:51:39 +01:00
Benjamin Pasero
7aef0f87f2 storage - workspace ID computation fully from main.ts 2018-10-17 16:12:20 +02:00
Benjamin Pasero
fd0c9390ca storage - reduce stat calls when creating workspace 2018-10-17 15:56:58 +02:00
Sandeep Somavarapu
87adbff43b #53526 Do not use Promise in utils 2018-10-16 12:52:30 +02:00
Sandeep Somavarapu
46c97fe413 #53526 Use Promise 2018-10-03 11:46:18 +02:00
Matt Bierner
7ebea5fba0 Remove "use strict" directives in tests
We set alwaysStrict so this directive is not needed
2018-10-02 15:59:35 -07:00
Johannes Rieken
2d452e0a7e uri - replace usages of default export with named export 2018-09-03 10:54:50 +02:00
Sandeep Somavarapu
e43be9784f #54483 Prepare renderer to accept folders as URIs 2018-07-17 17:21:19 +02:00
Alex Dima
11f8cd3cbe Move TestNotificationService down to /platform/ 2018-04-17 14:50:21 +02:00
Benjamin Pasero
1d143981b4 Merge fileServices in /node and /electron-browser (fixes #38776) 2018-04-11 12:06:57 +02:00