Commit Graph

3799 Commits

Author SHA1 Message Date
Matt Bierner 7ac8e49eb0 Add additional no unused checks for merge-conflict extension 2017-11-07 11:22:08 -08:00
Matt Bierner 52f45af7f0 Add additional no unused checks for php extension 2017-11-07 11:22:07 -08:00
Ramya Achutha Rao 583e14c2ec Add noUnusedLocals to emmet extension #37212 2017-11-07 11:16:38 -08:00
Erich Gamma b94569fe0d tslint5 adoption - fix semicolon rule 2017-11-07 12:08:22 +01:00
Matt Bierner f11f9aac5f Enable noImplicitAny and noUnused in js extension 2017-11-06 17:28:34 -08:00
Matt Bierner 6bab0e0cc0 Move PHP extension to strict mode
Compile the PHP extension with strict mode TS. Mostly adding annotations where values can be null or undefined.
2017-11-06 14:36:56 -08:00
Matt Bierner e5b9b820ef Move vscode-api-tests to strict 2017-11-06 14:32:01 -08:00
Matt Bierner ae0519c17e Use const where ever possible in JS ext 2017-11-06 14:30:07 -08:00
Matt Bierner 7cba0cd7ee Move python extension to strict 2017-11-06 14:26:08 -08:00
Matt Bierner 813235c7f7 Move python extension to strict 2017-11-06 14:24:20 -08:00
Matt Bierner 00ca96b766 Fix javascriptmain compile error 2017-11-06 13:32:40 -08:00
Matt Bierner 04ccc517a9 Enable strict mode in JS extension 2017-11-06 11:50:28 -08:00
Matt Bierner d28123cb60 Split some long function sig lines 2017-11-06 11:46:14 -08:00
Matt Bierner cd00b590a8 Enable strict in a few more extensions 2017-11-06 11:40:05 -08:00
Matt Bierner 3f9bc10e81 Set strict mode in a few extensions that already have strictNullChecks 2017-11-06 10:32:24 -08:00
Matt Bierner 160a826f5e Use clear on Callback map 2017-11-06 10:32:23 -08:00
Matt Bierner 9ffd38a130 Remove warn form ITypeScriptServiceClient 2017-11-06 10:32:23 -08:00
Matt Bierner 6a6793e6ec Remove logTelemetry from ITypeScriptServiceClient from 2017-11-06 10:32:23 -08:00
Matt Bierner accd6faf60 Rename to use standard casing for TypeScript 2017-11-06 10:32:23 -08:00
Matt Bierner 156a0c9178 Use ITypescriptServiceClient in task provider 2017-11-06 10:32:23 -08:00
Erich Gamma edc2317ff8 Support to report TS style checks as warnings (#37616)
* Support to report TS style checks as warnings

* typos
2017-11-06 09:29:07 -08:00
Benjamin Pasero 1b36db4a99 ⬆️ iconv-lite@0.4.19 2017-11-06 10:51:52 +01:00
Matt Bierner d2f1fd4763 Update a few more vars to const in js/ts snippets
Fixes #35322
2017-11-03 09:59:13 -07:00
Matt Bierner ebffb73ed6 Don't ship tsserverlibrary.js
Fixes #37606
2017-11-03 09:52:40 -07:00
Johannes Rieken ff029d5589 fix #37596 2017-11-03 11:38:12 +01:00
Matt Bierner 0421cba67f Localize npm.packageManager 2017-11-02 16:44:55 -07:00
Matt Bierner 0e92f87730 Send includeExternalModuleExports on ts completions request
This new flag will make auto import completions opt-in for TS 2.6.2. Adding it for furture proofing

https://github.com/Microsoft/TypeScript/pull/19687
2017-11-02 15:06:41 -07:00
Matt Bierner b2b952d1d2 Modernize js/ts snippets
Fixes #35322

Also make sures js and jsx / ts and tsx snippets are aligned again
2017-11-02 12:56:34 -07:00
Matt Bierner d1672de323 Fixes #35691 2017-11-02 12:56:34 -07:00
Ramya Achutha Rao 63675c2286 Fix for #36367 2017-11-02 10:58:08 -07:00
Johannes Rieken 47bd8ae1ca Revert "fix #37484"
This reverts commit c8a8fc7ddd.
2017-11-02 11:50:53 +01:00
Johannes Rieken c8a8fc7ddd fix #37484 2017-11-02 11:05:03 +01:00
Martin Aeschlimann 5e49f39f83 [coffee] update grammar test 2017-11-02 11:00:12 +01:00
Ramya Achutha Rao cc7dfaf65a Add finalstop for emmet snippets Fix for #33491 2017-11-01 17:57:04 -07:00
Matt Bierner a661405135 Indicate path of auto import in completion item 2017-11-01 15:34:22 -07:00
Matt Bierner 5b1da97f0f Handle projectInfo failures better 2017-11-01 15:34:22 -07:00
Martin Aeschlimann 5ed577b00c [html] update server 2017-11-01 23:19:23 +01:00
Martin Aeschlimann 8326351ee0 [css] update server 2017-11-01 23:16:43 +01:00
Martin Aeschlimann ff2c299be4 [json] update service & server 2017-11-01 22:51:29 +01:00
Martin Aeschlimann 4e54be91dd Format: breaks rule on <wbr> (inner word break opportunity) tag. Fixes #37389 2017-11-01 17:52:53 +01:00
Joao Moreno 58c6729a62 improve git isIdle implementation
related to #37417
2017-11-01 16:52:31 +01:00
Joao Moreno 16692ae72c fixes #37226 2017-11-01 16:08:08 +01:00
Johannes Rieken fe3f6cc861 fix #37331 2017-11-01 15:41:06 +01:00
Johannes Rieken bab6929b45 also control icon appearance with git.decorations.enabled setting, #37299 2017-11-01 14:44:50 +01:00
Johannes Rieken 5efffdfcb4 add git.decorations.enabled setting, #37299 2017-11-01 14:44:50 +01:00
Johannes Rieken 1cafd15b44 fix #37403 2017-11-01 14:18:24 +01:00
Matt Bierner 2ab10d5016 Add seti icon for webp files
Fixes #37361
2017-10-31 16:15:48 -07:00
Matt Bierner 4344169b3f Revert workaround for duplicate install missing types actions 2017-10-31 15:05:41 -07:00
Matt Bierner bb7cf7681b Support source on JS/TS import completions 2017-10-31 13:31:49 -07:00
Matt Bierner 033e74d08b Fix compile error for ts 2.6 api change
Forgot to add this file when checking in
2017-10-31 13:14:50 -07:00