Commit Graph

1988 Commits

Author SHA1 Message Date
Martin Aeschlimann
b6b35ea42d [json] support patternErrorMessage for #21384 2017-02-27 10:46:37 +01:00
rebornix
b2a55bd66e update shrinkwrap for git extension 2017-02-24 10:57:09 -08:00
Martin Aeschlimann
8293443262 [markdown] enable wordWrap & disable quickSuggestions 2017-02-24 11:02:45 +01:00
Matt Bierner
efe5d1c0ad Disable complete on / for path based completions. Fixes #20557 2017-02-23 19:42:25 -08:00
Matt Bierner
151986295e Fixes #21065 - Open js/ts config in same column as active editor 2017-02-23 17:25:24 -08:00
Matt Bierner
e000772e9c Use * in jsdoc comments but don't select the star in the snippet 2017-02-23 16:22:02 -08:00
Matt Bierner
eab23cd0dc #21214 clairify that only project wide intellisense is being disabled when configure excludes shows 2017-02-23 14:58:44 -08:00
Matt Bierner
1ad0809980 Revert to using any to avoid weird selection behavior for * 2017-02-23 14:56:24 -08:00
Matt Bierner
8ced802f0a use {*} instead of in jsdocs 2017-02-23 14:18:06 -08:00
Matt Bierner
b5687d4b8f Tweak jsdoc snippet to go to params first 2017-02-23 14:18:06 -08:00
Martin Aeschlimann
c04ce75d90 Leverage configurationDefaults for languages that we bundle with VS Code. Fixes #21301 2017-02-23 23:18:55 +01:00
Matt Bierner
f9d76beb24 Use snippet for jsdoc completion. Fixes #21105 2017-02-23 14:07:59 -08:00
Matt Bierner
4ae550eb54 Use completion item to trigger jsdoc item 2017-02-23 11:44:08 -08:00
Benjamin Pasero
8e4e0a291a fix #21177 2017-02-23 15:56:58 +01:00
isidor
28011c3662 debug: debounce launch.json decorations 2017-02-23 15:25:35 +01:00
Martin Aeschlimann
0a246ab31c [json] update service (fixes #21222) 2017-02-23 13:50:36 +01:00
Matt Bierner
6c9f4712b7 Adopt ts 2.2.1 2017-02-22 15:14:31 -08:00
Matt Bierner
39ebfdecb9 Use snippet for default jsdoc 2017-02-22 15:05:32 -08:00
Matt Bierner
eebf74eab5 Tweak jsdoc completion to allow it to be disabled by disabling snippets and so that it does not match words in the suggestion list 2017-02-22 14:37:57 -08:00
Martin Aeschlimann
3c0ac99311 stale color box when switching languages. Fixes #21108 2017-02-22 22:37:55 +01:00
Joao Moreno
d9806bcd9d fixes #18654 2017-02-22 22:13:13 +01:00
Matt Bierner
f7498f0be8 Fixes #21056 dont auto show jsdoc as often 2017-02-22 11:12:14 -08:00
Joao Moreno
92fa446ce0 git: remove long commit setting
related to #21144
2017-02-22 16:48:04 +01:00
Martin Aeschlimann
3bf7441509 [json] update service (for #21070) 2017-02-22 16:43:25 +01:00
Joao Moreno
219aa917f1 fixes #21137 2017-02-22 16:11:32 +01:00
Joao Moreno
3a12747e1f fixes #21095 2017-02-22 15:11:08 +01:00
Joao Moreno
6efcc5182c fixes #21009 2017-02-22 15:02:57 +01:00
Benjamin Pasero
256d76fed7 Option to show project path in title bar (fixes #21002) 2017-02-22 07:48:32 +01:00
Matt Bierner
7db214be1c Update jsdoc localization key 2017-02-21 18:34:52 -08:00
Matt Bierner
1a0d136939 Fix jsdoc completion not showing when you disable snippet suggestions 2017-02-21 18:34:21 -08:00
Matt Bierner
3eb0cc5348 Fixes #21036 2017-02-21 18:22:32 -08:00
Matt Bierner
9421cfda91 Allow trigger js doc completion in cases like a/**| 2017-02-21 18:16:21 -08:00
Matt Bierner
9939b73286 Improve jsdoc label 2017-02-21 17:43:08 -08:00
Matt Bierner
ba01265d00 Dont show js doc completion item when inside text on a line 2017-02-21 17:33:55 -08:00
Matt Bierner
025202a337 Don't show jsdoc completion item when insider of words 2017-02-21 16:56:18 -08:00
Matt Bierner
5b1a6f4155 Use CompletionItem for JsDoc Comment auto fill (#21025)
Fixes #20990

Switches back to using a completion item provider for jsdoc auto complete.

The completion list will be automatically shown when you are in a potentially valid jsdoc completion context
2017-02-21 16:02:53 -08:00
Martin Aeschlimann
f1a1fd24c1 [css] Setting to hide CSS Color preview boxes. Fixes #10943 2017-02-22 00:51:27 +01:00
Kai Maetzel
919580fdd8 Upgrade telemetry package used by TS and markdown extensions. (#20971)
* upgrade telemetry used by TS ext

* upgrade telemetry used by markdown ext
2017-02-21 15:26:30 -08:00
Matt Bierner
c94be6c5b2 Don't reject when we have no code actions 2017-02-21 14:29:42 -08:00
Matt Bierner
02006fe925 fixes #20815. Workaround to not send code actions request if we have no actions 2017-02-21 14:26:54 -08:00
Martin Aeschlimann
c504b1d69a [json] update service 2017-02-21 23:23:09 +01:00
Joao Moreno
b22fbb86e3 fixes #20943 2017-02-21 17:20:13 +01:00
Martin Aeschlimann
255a8cec27 Merge pull request #16339 from elemeht/jenkinsfile
Jenkinsfile are groovy too
2017-02-21 16:40:25 +01:00
Martin Aeschlimann
3071d139f5 Simplify PR #17841 2017-02-21 16:41:34 +01:00
Martin Aeschlimann
9e5eab91b5 [html] update formatter (fixes #20844) 2017-02-21 16:38:24 +01:00
Martin Aeschlimann
818253740b Merge pull request #17841 from soncodi/colorize-template-variable
Add syntax highlighting for JS/TS template string interpolation (Monokai built-in theme)
2017-02-21 16:36:01 +01:00
Sandeep Somavarapu
7b76b74e4c #20878 add string checks 2017-02-21 16:30:00 +01:00
Martin Aeschlimann
279256887b [html] add document symbols. Fixes #20956 2017-02-21 14:52:15 +01:00
Joao Moreno
ca1deee166 git: give up on using the editor
fixes #20983
2017-02-21 11:55:27 +01:00
Martin Aeschlimann
d59d5791ea [hlsl] fix update script 2017-02-21 09:20:48 +01:00