Andy
6f2ba15446
Start linting for double spaces ( #20820 )
...
* Start linting for double spaces
* Code review
* Fix cases that were excluded by countDoubleSpaces
* Remove extraneous closing parenthesis
2018-01-08 08:52:13 -08:00
Mohamed Hegazy
4f04794d00
Merge remote-tracking branch 'origin/mjbvz-fix-per-request-cancellation'
2017-03-13 10:34:32 -07:00
Matt Bierner
205f63891e
Fix Per Request Cancellation Tokens
...
While working on https://github.com/Microsoft/vscode/pull/22437 , I believe there is a bug in the per request cancellation in the `setRequest` function on the line `currentRequestId = currentRequestId ;` This causes `currentRequestId` to always be undefined
Fix is to assign the `currentRequestId` to `requestId`
2017-03-10 22:13:58 -08:00
Mohamed Hegazy
81c0bd50ab
Add --lib es6 to @types/node dependent targets
2017-03-08 23:03:30 -08:00
Andy Hanson
8371eb6401
Update tslint to latest (next is still on 4.3) and lint for BOM
2017-03-01 10:37:13 -08:00
Vladimir Matveev
81f4e38643
Enable per-request cancellation ( #12371 )
...
enable -per-request cancellation
* restore request for deferred calls
* add tests
* introduce MultistepOperation
* (test) subsequent request cancels the preceding one
2017-02-14 13:18:42 -08:00
Mohamed Hegazy
84fc29f900
Fix lint failures detected by tslint@4.4.2
2017-02-09 12:46:09 -08:00
Andy Hanson
733111a931
Use tsconfig inheritance
2017-01-12 07:46:55 -08:00
Andy Hanson
6814c1d883
Forbid unused locals/parameters anywhere
2016-10-19 08:27:49 -07:00
Andy Hanson
de876bdfc9
Use an ES5 target
2016-10-18 07:34:48 -07:00
Mohamed Hegazy
571d1f7b54
Fix gulp-typescript to 2.14.1 untill gulpFile.ts is migrated. ( #11290 )
...
* Fix gulp-typescript to 2.14.1 untill gulpFile.ts is migrated.
* Upgrade gulp-typescript to 3.0
2016-10-01 02:16:43 -07:00
Mohamed Hegazy
0cd1af4fd6
Add gulp build tasks for cancellationToken and typingsInstaller
2016-09-22 16:20:27 -07:00