Commit Graph

393 Commits

Author SHA1 Message Date
Vladimir Matveev 09a978538c use indentation from ts.formattting 2016-07-11 13:42:17 -07:00
Vladimir Matveev 9267b24f56 set max size for uncompressed messages 2016-07-08 17:49:50 -07:00
Vladimir Matveev 6c775ebf97 move max uncompressed message size out of the session 2016-07-08 16:47:51 -07:00
Vladimir Matveev 2333c68eec fix linter 2016-07-08 12:10:57 -07:00
Vladimir Matveev b330fbf03c report compression time 2016-07-06 17:22:55 -07:00
Vladimir Matveev 1060b1e52e make compressed data wrapper over the real data 2016-07-06 14:10:39 -07:00
Vladimir Matveev e14a7ca0bc initial support for compressing responses 2016-07-06 00:28:24 -07:00
Vladimir Matveev 71a3d0a42f use server side format code options matching arguments is omitted 2016-07-05 23:14:24 -07:00
Vladimir Matveev cb1e6c0d04 renames 2016-07-05 16:17:10 -07:00
Vladimir Matveev 9b4823e536 more tests 2016-07-05 15:51:39 -07:00
Vladimir Matveev 83afa3fb94 more tests 2016-07-05 11:48:26 -07:00
Vladimir Matveev 07817fedb0 more tests 2016-07-05 11:14:23 -07:00
Vladimir Matveev bebc5711cb more tests 2016-06-30 13:23:55 -07:00
Vladimir Matveev a9cd516119 initialize setImmediate\clearImmediate 2016-06-30 09:58:05 -07:00
Vladimir Matveev dcf3cc248b more tests 2016-06-29 22:35:54 -07:00
Vladimir Matveev e72bb57b9a added tests 2016-06-29 20:59:39 -07:00
Vladimir Matveev 74d8d656f1 move setImmediate to host 2016-06-29 18:00:07 -07:00
Vladimir Matveev 65e5a72c5c fix path normalization 2016-06-29 16:49:45 -07:00
Vladimir Matveev 011b55fd5d remove commented code 2016-06-29 14:42:51 -07:00
Vladimir Matveev 641c2ffd5e introduce ThrottledOperations 2016-06-29 12:23:25 -07:00
Vladimir Matveev cad8049482 merge with origin/master 2016-06-28 21:27:01 -07:00
Vladimir Matveev d7bf32270e remove multiple collections for open files 2016-06-28 17:45:29 -07:00
Vladimir Matveev 9bec244469 remove commented code, added optionality to properties 2016-06-27 16:07:37 -07:00
Vladimir Matveev 05801fc5db fix linter 2016-06-27 15:36:41 -07:00
Vladimir Matveev 24a6e50195 added tests 2016-06-27 15:29:04 -07:00
Vladimir Matveev 74d3881c21 fix merge issue 2016-06-27 14:28:17 -07:00
Vladimir Matveev 96a867a52e add support for single inferred project 2016-06-27 14:25:43 -07:00
Vladimir Matveev 15f825b6b3 merge with origin/master 2016-06-27 14:25:18 -07:00
Vladimir Matveev c89287e704 merge with origin/master 2016-06-27 10:29:57 -07:00
Kagami Sascha Rosylight cbfbfe1aa6 make rules optional 2016-06-27 16:04:53 +09:00
Vladimir Matveev 417c1254eb fix casing 2016-06-24 17:27:18 -07:00
Vladimir Matveev efa2b70ded fix logger access issue 2016-06-24 16:49:24 -07:00
Vladimir Matveev 8bcca68102 [in progress] project system work - fixes in tests 2 2016-06-24 15:49:29 -07:00
Vladimir Matveev 4157655215 [in progress] project system work - fixes in tests 2016-06-24 14:55:12 -07:00
Paul van Brenk cca7000032 Merge pull request #9342 from Microsoft/typoinbracecompletion
Fix typo
2016-06-24 14:41:10 -07:00
Vladimir Matveev cefaa171eb [in progress] project system work - major code reorg 2016-06-24 14:30:45 -07:00
jramsay 8312168e91 Merge pull request #9236 from Microsoft/BaseIndentationSupport
[Salsa] Adding base indentation for script block formatting and smart indent
2016-06-24 14:22:58 -07:00
zhengbli 83335f59a7 Add new APIs to protocol 2016-06-24 00:50:15 -07:00
Zhengbo Li 69e2f0e459 Merge pull request #9306 from zhengbli/syncGetErrAPIs
Port the sync diagnostics API from tsserverVS-WIP branch to 2.0
2016-06-23 21:59:29 -07:00
Paul van Brenk 6346fc1168 Fix typo 2016-06-23 17:36:59 -07:00
zhengbli 9f9deceeef Correct the api string name 2016-06-23 16:25:30 -07:00
Wesley Wigham 9cd1f786c3 Merge pull request #9332 from Microsoft/object-whitespace-rule
Object whitespace rule
2016-06-23 14:02:36 -07:00
Nathan Shively-Sanders c9511b736e 1. pass subshell args 2. fix build order in services
1. /bin/sh requires its arguments joined into a single string unlike
cmd.
2. services/ depends on a couple of files from server/ but the order was
implicit, and changed from jakefile. Now the order is explicit in the
tsconfig.
2016-06-23 13:08:27 -07:00
Wesley Wigham 59ae2ff8ef Fix object whitespace lints 2016-06-23 12:39:20 -07:00
Vladimir Matveev cf616dc292 [in progress] project system work - path normalization 2016-06-22 17:02:08 -07:00
Vladimir Matveev c8d37dc87e [in progress] project system work - versions 2016-06-22 16:51:09 -07:00
Wesley Wigham d008da5888 Make use of module compiler option explicit, add strip internal to tsconfigs 2016-06-22 13:05:58 -07:00
Vladimir Matveev c9b82eddda [in progress] project system work 2016-06-21 17:31:54 -07:00
zhengbli 35c50bfb1f Port the sync version diagnostics API from tsserverVS-WIP branch to 2.0 2016-06-21 17:13:21 -07:00
Vladimir Matveev d88b21a5e7 merge with origin/master 2016-06-20 17:12:33 -07:00