Commit Graph

3541 Commits

Author SHA1 Message Date
Johannes Rieken 6d00916e01 improve warning for bad links, #35017 2017-09-27 10:54:25 +02:00
Matt Bierner 60470a533b Relax check on TS path completion trigger 2017-09-26 13:24:37 -07:00
Ramya Achutha Rao a0139b47f4 Allow emmet in script tag if mimetype is html, plain or x-template #34921 2017-09-26 11:40:47 -07:00
Matt Bierner 4dd1244c0a Fix referenceLink detection for unicode
https://github.com/Microsoft/vscode/issues/33714#issuecomment-332207865https://github.com/Microsoft/vscode/issues/33714#issuecomment-332207865

Fixes #33714
2017-09-26 10:31:19 -07:00
Martin Aeschlimann a2d1bbbe6f [css/thml] update language services (reduce footprint) 2017-09-26 12:29:09 +02:00
kieferrm 08d8f0f9f6 indentation changes 2017-09-25 18:36:43 -07:00
kieferrm 9d5589dbf4 update GDPR todos 2017-09-25 18:36:43 -07:00
kieferrm fbb3e25987 omit endPoint where it defaults to none 2017-09-25 18:36:43 -07:00
kieferrm 32282d2be9 GDPR classification for git extension 2017-09-25 18:36:43 -07:00
kieferrm 8705413bf9 gdpr classification for markdown extension 2017-09-25 18:36:43 -07:00
kieferrm 4ef3ba3972 classification for TS extension 2017-09-25 18:36:43 -07:00
Ramya Achutha Rao 43c99472b9 Use bem preferences #33631 2017-09-25 17:20:25 -07:00
Matt Bierner 754738ca4b Special case TS dev version detection
Allow pointing to a TS local build without setting `tsdk_version`

Fixes #33977
2017-09-25 15:32:24 -07:00
Ramya Achutha Rao 67df88dbce Enable emmet inside script tag if mimetype is html Fixes #34921 2017-09-25 15:09:54 -07:00
Martin Aeschlimann ab4cc0d187 [fsharp] add folding region markers and snippets 2017-09-25 23:25:05 +02:00
Martin Aeschlimann 595010f896 [swift] fix invalid characters in snippets 2017-09-25 23:12:02 +02:00
Martin Aeschlimann 9aa5965a3c [html] fix invalid characters in snippets 2017-09-25 23:11:46 +02:00
Martin Aeschlimann f0281ddc2d [ts] invalid tab characters in snippets 2017-09-25 23:10:30 +02:00
Martin Aeschlimann 4ce7921c7a [folding] c & cpp snippets for folding region markers 2017-09-25 23:08:25 +02:00
Martin Aeschlimann 45251543b9 [folding] snippets for folding markers 2017-09-25 23:00:02 +02:00
Arthur Ozga c8f5358f36 report tsserver response error as telemetry (#34860) 2017-09-25 13:33:35 -07:00
Martin Aeschlimann 777fddd4f7 [folding] add folding marker to API and schema 2017-09-25 22:25:45 +02:00
Ramya Achutha Rao 5ae1dc4496 Pull fixes for #33994 and #34906 2017-09-25 11:54:23 -07:00
Matt Bierner cbfafa8f15 Update js/ts grammar 2017-09-25 11:28:07 -07:00
Dirk Baeumer 0a27975c25 Adding folder name to error message when auto detecting tasks 2017-09-25 17:18:16 +02:00
Dirk Baeumer 643e569a6e Fixes #34966: Task list doesn't update when gulp, grunt or jake file changes. 2017-09-25 15:46:20 +02:00
Martin Aeschlimann 67b5612353 [seti] missing semicolon in update script 2017-09-25 15:34:32 +02:00
Martin Aeschlimann ac28d91dc0 [seti] Incorrect icon colors in explorer when using Light themes. Fixes #34850 2017-09-25 15:25:06 +02:00
Martin Aeschlimann e98c87f6f3 [sh] update grammar 2017-09-25 15:25:05 +02:00
Martin Aeschlimann 711562bbb3 [r] update grammar 2017-09-25 15:25:05 +02:00
Martin Aeschlimann 098d2dbfa8 [ts/js] update grammar 2017-09-25 15:25:05 +02:00
Martin Aeschlimann 88632ed632 [css] update grammar 2017-09-25 15:25:05 +02:00
Martin Aeschlimann f39d1854f3 [cofeescript] update grammar 2017-09-25 15:25:05 +02:00
Martin Aeschlimann 8b350a162c Listen to schema change events (for #27816) 2017-09-25 15:25:05 +02:00
Ramya Achutha Rao dd7f603376 Trigger emmet completion for numbers Fixes #34877 2017-09-23 23:48:29 -07:00
Ramya Achutha Rao de7ce81e76 Alternate fix for #34162 using minscore for fuzzymatching 2017-09-23 23:41:44 -07:00
Benjamin Pasero 6f7cabae9e disable test on proposed API 2017-09-23 08:31:30 +02:00
Matt Bierner 848923bf08 Enable proposed api in api-tests 2017-09-22 16:39:47 -07:00
Matt Bierner cb7e0bffd0 Prototype TSC watch task contribution (#33865)
* Prototype TSC watch task contribution

* Update to make use of optional properties in task definitions
2017-09-22 15:32:00 -07:00
Matt Bierner cc32157235 Update TS insiders version 2017-09-22 15:16:43 -07:00
Matt Bierner 65b9a0de2d Autoshow suggestions for jsdoc param
Fixes #34853
2017-09-22 13:55:56 -07:00
Matt Bierner a7e3513a7b Localize markdown preview title
Fixes #34830
2017-09-22 11:14:44 -07:00
Matt Bierner 2cae7c9da0 Use async in refactor provider 2017-09-22 11:14:44 -07:00
Martin Aeschlimann 330ae7abfc Merge pull request #33820 from Ikuyadeu/patch-1
Fix word highlighting Solarized Dark theme #28343
2017-09-22 16:15:14 +02:00
Martin Aeschlimann 1b9ea33425 [folding] fix cpp regions 2017-09-22 14:04:38 +02:00
Martin Aeschlimann 9e05d4b635 [folding] fold regions, initial, preconfigured support. For #12146 2017-09-22 13:50:03 +02:00
Martin Aeschlimann a678f60100 FoldingRules language configuration simplification 2017-09-22 13:50:03 +02:00
Martin Aeschlimann b6677bccae [html] update vscode-languageserver-types to 3.4.0 2017-09-22 09:40:08 +02:00
Martin Aeschlimann 38000de236 [html] fix build error (shrinkwrap not uptodate) 2017-09-22 09:37:46 +02:00
Alexandru Dima 4d47589717 Merge pull request #34795 from faustinoaq/patch-1
Fix #33939
2017-09-22 09:34:59 +02:00