Matt Bierner
2a1d11ed06
Disable open trigger file in configFileEvent
...
Workaround for #28593
**Bug**
TypeScript Server is hanging onto a file in `node_modules/.staging`, causing npm installs to fail. I believe the root cause is that 0d5c9f4 changed vscode logic to always open the `triggerFile` in config diagnostic events. In this case, TS sends us a trigger file from `.staging` which we then tell the TS Server to open
**Fix**
Disable checking the trigger file
2017-07-05 15:06:48 -07:00
Joao Moreno
313aad16d0
fixes #21439
2017-07-05 16:31:34 +02:00
Martin Aeschlimann
f8eb740b62
Merge pull request #30052 from AArnott/patch-1
...
Add *.props as a recognized file extension for XML
2017-07-04 11:33:49 +08:00
Matt Bierner
10ea87bd2a
Pick up TS 2.4.2-insiders.20170630
2017-07-03 14:02:29 -07:00
Joao Moreno
ac78ebd870
fixes #30054
2017-07-03 17:28:33 +02:00
Andrew Arnott
9dacd34cb5
Add *.props as a recognized file extension for XML
...
Several MSBuild file extensions where already there including `*.targets`.
2017-07-03 05:35:34 -07:00
Matt Bierner
222ed5b220
Reset JavaScript expression coloring in template expressions ( #29966 )
...
* Reset JavaScript expression coloring in template expressions
Fixes #29866
Adds new rules to standard theme to reset the coloring of expression inside of js/ts template expressions
* update tests
2017-06-30 16:11:48 -07:00
Ramya Achutha Rao
b36b00f99f
Updated comments on the new emmet settings
2017-06-30 11:41:13 -07:00
Rob Lourens
04db7c3a45
Remove devDependencies from npm-shrinkwrap
2017-06-30 11:39:10 -07:00
kieferrm
fb52a0e726
remove dev dependencies from shrinkwrap
2017-06-30 11:35:11 -07:00
Ramya Achutha Rao
c3643f00e8
Updating version to absorb the change in url
2017-06-30 11:18:01 -07:00
Rob Lourens
b258f0d212
Fix #29958 - builtin PHP extension fails to activate
2017-06-30 10:41:50 -07:00
kieferrm
0edc80db86
add shrinkwrap file for merge-conflict
2017-06-30 10:02:37 -07:00
kieferrm
3f8bd163f4
update dependency on vscode-extension-telemetry
2017-06-30 09:57:37 -07:00
Ramya Achutha Rao
158270d998
Updated setting value to be more intutive
2017-06-30 09:07:22 -07:00
Martin Aeschlimann
733e64b59c
[css] update service (for #27189 )
2017-06-30 15:50:54 +08:00
Ramya Achutha Rao
d66d6738be
Removing dead code
2017-06-29 18:43:51 -07:00
Ramya Achutha Rao
0ee00cbd2a
Emmet Error handling Fixes #29897
2017-06-29 18:35:53 -07:00
Ramya Achutha Rao
e7de8b2536
More trigger chars #29758
2017-06-29 17:18:33 -07:00
Matt Bierner
7910b3d7ba
Fix js/ts decrease indentation for block comments inside brackets
...
fixes #29886
2017-06-29 15:45:10 -07:00
Ramya Achutha Rao
4ea63e5120
Wrap partial line with abbr #29857
2017-06-29 12:37:32 -07:00
Christof Marti
8da3ea97ab
Use original scheme ( fixes #29872 )
2017-06-29 12:26:33 -07:00
Ramya Achutha Rao
605ee5919a
Fix extra tabs when wrapping with inline element #27621
2017-06-29 11:43:52 -07:00
Ramya Achutha Rao
42ae1fc0f6
Emmet html suggestions after typing : #29758
2017-06-29 11:02:06 -07:00
Martin Aeschlimann
01cbc6dd50
[json] update service (for #29848 )
2017-06-29 23:09:09 +08:00
Martin Aeschlimann
3585fa3943
[css] update service (for #27189 )
2017-06-29 22:24:44 +08:00
Brandon Ruggles
8787538217
Fix for #29608 'QuickOpen looks misaligned in monokai theme'. ( #29860 )
2017-06-29 16:00:14 +02:00
Joao Moreno
a05d64d7f0
fixes #29448
2017-06-29 11:05:39 +02:00
Dirk Baeumer
0e39ec5af5
Fixes #29835 : Move Task API from proposed to final.
2017-06-29 11:03:33 +02:00
Christof Marti
91e83d4898
Fallback to warn on label
2017-06-28 17:45:25 -07:00
Christof Marti
5afaf1dd4e
Robustness towards invalid URIs
2017-06-28 16:41:08 -07:00
Ramya Achutha Rao
280ea0b10c
Fix infinite loop when node doesnt have non comment children. #27763
2017-06-28 16:02:46 -07:00
rebornix
9fa2a2538c
Fix #29725 . Add indentation rules for CSS.
2017-06-28 15:57:40 -07:00
rebornix
15ccb8d53a
Fix #29664 , Fix #29668 . Add JSON indentation rules.
2017-06-28 15:43:18 -07:00
Ramya Achutha Rao
e2a18e4b6d
Fixes #29802 Corner cases of Select next/prev item feature
2017-06-28 15:30:33 -07:00
Ramya Achutha Rao
9cb698b16f
Update comments
2017-06-28 15:29:27 -07:00
Ramya Achutha Rao
2f77f9fd6a
Stop supporting both syntaxProfiles, includeLanguage settings in new emmet #29678
2017-06-28 14:51:57 -07:00
Ramya Achutha Rao
04f25df845
Emmet suggestions for jsx only when expicitly asked for #29532
2017-06-28 14:39:44 -07:00
Ramya Achutha Rao
7ba1dcff0c
Emmet suggestions in non markup/stylesheet languages #29532
2017-06-28 13:59:28 -07:00
Michel Kaporin
12ea528663
Correctly configuring nls for use. #29098
2017-06-28 16:09:49 +02:00
Michel Kaporin
ab3c945e0e
Import 'nls' in extensions entry point. Fixes #29098 .
2017-06-28 16:01:23 +02:00
Joao Moreno
60efdae34c
fixes #27595
2017-06-28 15:54:13 +02:00
Matt Bierner
19decf745e
Add insertSpaceAfterTypeAssertion formatting option
...
Fixes #10296
2017-06-28 05:06:53 -05:00
Joao Moreno
fd2173a817
fixes #29728
2017-06-28 11:40:34 +02:00
Ramya Achutha Rao
63def6eb98
Support both syntaxProfiles and includeLanguages until #29678 is resolved
2017-06-27 20:00:12 -07:00
Ramya Achutha Rao
b69887c107
Use emmet.includeLanguages to enable emmet abbr in non supported languages #29678
2017-06-27 19:23:46 -07:00
kieferrm
bf2bee95cf
adopt official release of TS 2.4.1
2017-06-27 19:00:58 -07:00
Ramya Achutha Rao
a5ce4b657b
Removing emmet.variables that arent used by emmet snippets
2017-06-27 14:56:57 -07:00
Ramya Achutha Rao
92681cbfd7
emmet.excludeLang shouldnt need reload. Fixes #29680
2017-06-27 14:38:36 -07:00
Dirk Baeumer
19f310a027
Fixes #29427 & #29617
2017-06-27 21:38:56 +02:00