3760 Commits

Author SHA1 Message Date
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
Matt Bierner
5664c0f169 Fixes #37293 2017-10-31 12:02:56 -07:00
Matt Bierner
08b1242610 Pick up TS 2.6.1 final 2017-10-31 11:30:43 -07:00
Matt Bierner
02ea5338ee Make sure we use a lowercase module type in generated jsconfig
Fixes #37322
2017-10-31 11:15:22 -07:00
Dániel Tar
a05e3d996a Fix different error message in source and package.nls for npm package (#37096)
* Fix package.nls.json for npm

Error message was different in main.ts.

* Fix language string key in npm/src/main.ts
2017-10-31 14:27:24 +01:00
Ramya Achutha Rao
81cca6cc60 Lazy load emmet helper to ease startup #35120 2017-10-30 20:56:19 -07:00
Matt Bierner
ebe55bfae3 Fix cycle in ts telemtry reporter 2017-10-30 17:02:26 -07:00
Arthur Ozga
85e479f1a5 add tsserver version property to every event (#37066)
* get and report version from tsserver

* reset version on tsserver exit

* fixup

* use client-verison interface
2017-10-30 16:18:16 -07:00
Matt Bierner
4df19acd78 Rename to make intended diagnostic ordering more clear 2017-10-30 15:03:43 -07:00
Matt Bierner
6740f0a2b8 Fix js syntax diagnostics possibly getting out of sync when no semantic diagnostics are sent 2017-10-30 14:37:31 -07:00
Martin Aeschlimann
8f02a9275f update css service (fixes #36883) 2017-10-30 21:15:42 +01:00
Ramya Achutha Rao
a3aa704423 Emmet completions in script of type text/template 2017-10-30 10:47:57 -07:00
Johannes Rieken
f502f70345 deco - align git color names 2017-10-30 16:44:51 +01:00
Joao Moreno
bb12d8de03 fixes #36213 2017-10-30 15:33:57 +01:00
Martin Aeschlimann
6681267fc4
Merge pull request #37035 from maxibanki/updated-coffeescript-syntax
Updated coffeescript tmLanguage file
2017-10-30 15:26:27 +01:00
Joao Moreno
63bfb446c4 Revert "dont read XDG_RUNTIME_DIR"
fixes #22593

This reverts commit 867e521341fc39ca6f1c7e10e1d4d27d1b85b963.
2017-10-30 15:13:52 +01:00
Sandeep Somavarapu
7ebc20495c Fix #37041 2017-10-30 13:51:25 +01:00
Joao Moreno
14064340e8 fixes #36984 2017-10-30 12:09:51 +01:00
Ramya Achutha Rao
b735e1ff45 Update emmet helper version to absorb bug fixes 2017-10-29 20:19:31 -07:00
Rob Lourens
0edf81c292 Fix #26598 - remove . PHP trigger character, add > 2017-10-29 12:46:07 -07:00
Matt Bierner
7ac7a31007 Add setting to disable auto import suggestions 2017-10-27 17:15:36 -07:00
Matt Bierner
b614647d41 Use async for openTsServerLogFile 2017-10-27 16:37:01 -07:00
Matt Bierner
38dd5cae04 Remove extra error logging for compilerOptionsForInferredProjects 2017-10-27 16:37:01 -07:00
Matt Bierner
7895b18115 Extract getCompilerOptions to own method 2017-10-27 16:37:01 -07:00
Matt Bierner
43acb7d3f8 💄 2017-10-27 16:37:01 -07:00
Matt Bierner
39c64727fe Convert dispatchEvent to switch 2017-10-27 16:37:01 -07:00
Matt Bierner
4e5a574a4f Extract getTsServerArgs 2017-10-27 16:37:01 -07:00
Matt Bierner
b06450e156 Remove mainWorkspaceRootPath 2017-10-27 16:37:01 -07:00
Matt Bierner
4d684085ff Set "module": "CommonJS" for default jsconfig
This is the default module config for our implicit projects.
2017-10-27 15:40:56 -07:00
Matt Bierner
559428895e Fixed more resource scope access in the markdown extension 2017-10-27 15:20:48 -07:00
Matt Bierner
ded53f4462 Marking markdown settings scopes 2017-10-27 15:20:48 -07:00
Matt Bierner
07c6d4cf16 Ensure we use the proper formatting settings for js/ts 2017-10-27 15:20:48 -07:00
Matt Bierner
599fdbd67e Move format / validate enable to window settings
There is currently not clean way to register these provides on a resource specific level so they must live in the window settings
2017-10-27 15:20:47 -07:00
Matt Bierner
5dc09c24c0 Fix jsdoc completion provider registration 2017-10-27 15:20:47 -07:00
Matt Bierner
be18049d0a Move tsc autodetect to window scope 2017-10-27 15:20:47 -07:00
Matt Bierner
031304cc81 Use resource setting for jsdoc completions config 2017-10-27 15:20:47 -07:00
Matt Bierner
93c737831c Use window scope for implicit project config 2017-10-27 15:20:47 -07:00
Matt Bierner
117e40f3be Make sure we use resource specific config for TS/JS formatting options 2017-10-27 15:20:47 -07:00
Matt Bierner
e0c0c772c0 Make sure we dispose of formatting config manager 2017-10-27 15:20:47 -07:00
Matt Bierner
afaaee3558 💄 2017-10-27 15:20:47 -07:00