Joao Moreno
cb36e6c217
git: commit
2017-01-31 11:15:52 +01:00
Joao Moreno
b276b5e04b
Merge branch 'master' into scm-commit-box
2017-01-31 11:09:24 +01:00
Martin Aeschlimann
d071e86e9e
[java] JavaDoc syntax coloring doesn't work on closing tags. Fixes #16041
2017-01-31 10:38:13 +01:00
Martin Aeschlimann
efad63ea43
[pug] update tests for grammar update
2017-01-31 10:03:45 +01:00
Joao Moreno
418744c1d8
git: improve CommitHandler
2017-01-31 09:59:21 +01:00
Matt Bierner
35e2132409
New tsdk flow for 19 ( #19602 )
...
* Allow using workspace typescript.tsdk setting
Allows users to opt into using their workspace typescript.tsdk setting to specify the path to their typescript install.
Also, fixes a bug when the global tsdk setting points to the workspace version of typescript, our ts selector interface can get confused on which version is currently active. The fix adds a check using the local storage value to show the correct active version.
* Flip vscode and workspace pick order
* Use shared logic when workspace tsdk setting is not used
2017-01-30 16:33:20 -08:00
Martin Aeschlimann
cc8df7305b
Replace jade with pug. Fixes #18219
2017-01-30 21:59:59 +01:00
Matt Bierner
c01ba26f61
Fix TS Version Selector When Local Version == Global Version ( #19593 )
...
**Bug**
When the global tsdk setting points to the workspace version of typescript, our ts selector interface can get confused on which version is currently active
**Fix**
Adds a check using the local storage value to show the correct active version
2017-01-30 12:41:38 -08:00
Matt Bierner
15c2d1f51e
Move markdown preview content provider to own file ( #19592 )
2017-01-30 12:36:43 -08:00
Joao Moreno
e43137f514
long commit decoration
2017-01-30 20:17:29 +00:00
Dirk Baeumer
9dc95af517
Fixes #19436 : Add support to edit the php executable path as a non sharable workspace setting
2017-01-30 17:13:22 +01:00
Martin Aeschlimann
bb18628a66
[json] dynamically enable & disable formatter
2017-01-30 16:32:31 +01:00
Martin Aeschlimann
762a189993
[html] disable formatter for cshtml. Fixes #19206
2017-01-30 16:32:30 +01:00
Martin Aeschlimann
8dd1995e00
[rust] update grammar
2017-01-30 14:11:25 +01:00
Martin Aeschlimann
2e56953919
[ts] grammar update, fix tests
2017-01-30 12:13:36 +01:00
Martin Aeschlimann
2c55fde0da
[ts] update grammar. Fixes #19403
2017-01-30 11:58:08 +01:00
katainaka
e68ab660a3
Update markdown-it version ( #19417 )
2017-01-27 14:41:15 -08:00
Matt Bierner
f7697a7f37
Support In-Document links inside of the markdown editor ( #19411 )
...
* Support In Document links inside of the markdown editor
Fixes #17288
* Cleaning up code to reduce duplication
2017-01-27 14:36:28 -08:00
kieferrm
eafb9edd94
Use Later instead of Close
2017-01-27 12:28:15 -08:00
Matt Bierner
aa19ee1d1e
Fixed a few more cases and updated wording to be more clear
2017-01-27 11:24:11 -08:00
Matt Bierner
850c163f49
Fix a few edge cases for quick pick of ts version
2017-01-27 11:08:04 -08:00
Johannes Rieken
1162f89430
onDidChangeCodeLenses:Event<void>, fixes #19495
2017-01-27 15:24:10 +01:00
Joao Moreno
343e7036ef
add todo
2017-01-27 09:31:06 +01:00
Matt Bierner
4b4ad2d9e8
Reword ts version switch flow a little
2017-01-26 20:28:43 -08:00
Matt Bierner
6bc96698d0
Show warning on first load of workspace with typescript.tsdk setting ( #19463 )
...
* Show warning on first load of workspace with typescript.tsdk setting
Shows a prompt when a user first loads a workspace with a `typescript.tsdk` setting in the workspace.
* Also show message on first load in case where workspace has local version of TS
* Use quick pick. Added restart message
* Rename intellisense
2017-01-26 16:41:29 -08:00
Joao Moreno
ff61866495
html: remove @types shrinkwrapping
2017-01-26 15:43:15 +01:00
Dirk Baeumer
0106868ed4
Show user path if no workspace path exists when editing the php path
2017-01-26 15:37:58 +01:00
Joao Moreno
42e938f979
git: remove denodeify dependency
2017-01-26 15:14:52 +01:00
Joao Moreno
5690a47892
remove lodash dependency
...
fixes #19438
2017-01-26 14:56:17 +01:00
Dirk Baeumer
ecd9571695
Some tweaks for setting migration
2017-01-26 14:19:57 +01:00
Dirk Baeumer
39e078f6f5
Hide Path status bar item if no PHP file is active
2017-01-26 14:13:39 +01:00
Dirk Baeumer
dce5f45e13
FIxes #19436 : Add support to edit the php executable path as a non sharable workspace setting
2017-01-26 14:06:12 +01:00
Martin Aeschlimann
ada375bf2d
[css] update languageservice (for #19173 )
2017-01-26 11:40:23 +01:00
Martin Aeschlimann
56d2e439e6
Update jsonc-parser
2017-01-26 11:31:23 +01:00
Matt Bierner
faffa553f3
Fixes #3912
2017-01-25 23:14:51 -08:00
Matt Bierner
08ff1faa38
Fix a few more edge cases for references code lens
2017-01-25 21:23:19 -08:00
Matt Bierner
8bfcb15c8c
Fixes #18474
2017-01-25 21:18:25 -08:00
Matt Bierner
277f25d05b
Fix a few undefined ref accesses while ts is loading
2017-01-25 20:45:49 -08:00
Matt Bierner
2908125a50
Mark const completions correctly in ts. Part of #19401
2017-01-25 17:36:40 -08:00
Matt Bierner
80e243f9ba
Fixes #19406 . Only insert top level parameters for useCodeSnippedOnMethodSuggest
2017-01-25 17:24:14 -08:00
Matt Bierner
8aa7e5336d
Change TypeScript Configuration Flow For workspacesTrustedToSpecifyExecutables ( #19329 )
...
* Proto
* Remove unused method
* Use local storage for selecting typescript version
* Update settings warning message for typescript tsdk setting
* Small logic cleanup
2017-01-25 16:52:42 -08:00
Matt Bierner
6fe2bae3b5
Fixes Webview reload Flickering ( #19394 )
...
**Bug**
When refreshing a webview, a slight flicker can sometime be seen. This is especially noticable when using the markdown preview.
**Fix**
Instead of replacing the content of the iframe for refresh, create a new iframe with the new content and do a swap to update.
2017-01-25 13:00:58 -08:00
Martin Aeschlimann
fc44b4f083
SCSS differences in coloring. Fixes #19289
2017-01-25 17:21:33 +01:00
Johannes Rieken
a2a077b088
optionally allow to specify selection at which to insert a snippet, #19116
2017-01-25 15:56:08 +01:00
Johannes Rieken
211d9ccdd8
explicit insertSnippet function instead of edit overload, #19116
2017-01-25 14:06:39 +01:00
Matt Bierner
a4347befde
References code lens fire event when config is changed. Fixes #19195 ( #19343 )
2017-01-25 00:33:00 -08:00
Matt Bierner
55097a0825
Add support for untitled js and ts file format and suggestions ( #19340 )
2017-01-24 23:29:50 -08:00
Matt Bierner
fbea777a88
Fixes #19196 - Disable double click on links in markdown preview
2017-01-24 22:51:24 -08:00
Matt Bierner
dbb77f1eef
Smooth markdown scrolling
2017-01-24 22:22:51 -08:00
Matt Bierner
b1ff58b808
Fixes #19324
2017-01-24 19:51:56 -08:00