Matt Bierner
b845ce918f
Don't include node_modules in markdown results
2018-04-23 18:03:19 -07:00
Matt Bierner
4222253670
Make sure we update markdown workspace results when editing a file wihtout saving
2018-04-23 17:59:29 -07:00
Peng Lyu
c69deaccd0
activate git by *
2018-04-23 17:58:54 -07:00
Matt Bierner
93ff0d0c14
Catch errors on signature help provider
...
Part of #46852
2018-04-23 17:43:43 -07:00
Pine Wu
401826a399
Task 2.0.0
2018-04-23 14:28:27 -07:00
Pine Wu
e0617bbf4a
[css] update service
2018-04-23 14:24:20 -07:00
Ramya Achutha Rao
6d6585a213
Bug fix from emmet helper
2018-04-23 11:54:16 -07:00
Joao Moreno
35f1c86f16
fix compile error
2018-04-23 16:30:17 +02:00
Joao Moreno
56ad4b3953
clone repo by url
2018-04-23 16:20:08 +02:00
Christof Marti
f4b63ac069
Update for tests ( #48116 )
2018-04-23 15:40:03 +02:00
Joao Moreno
d1870a4018
fix bad localize usage of localize
2018-04-23 14:42:39 +02:00
Ramya Achutha Rao
79a2512769
Emmet: Allow css completions in style tag/attribute, html completions in script tags with html type
2018-04-22 21:49:56 -07:00
Ramya Achutha Rao
c314388da2
Move emmet from html extenstion to emmet extension
2018-04-22 21:49:56 -07:00
Martin Aeschlimann
c09ffd53fe
[html] update service
2018-04-22 18:43:32 +01:00
Ramya Achutha Rao
0c47c04e85
Add missing yarn updates
2018-04-21 20:44:21 -07:00
Rob Lourens
b6a517018f
Merge pull request #47865 from mattacosta/mattacosta/regenerate-php-globals
...
Fix #33132 : Regenerate php functions.
2018-04-21 19:48:32 -07:00
Rob Lourens
ed7b0daa4d
Don't ship php-language-features src
2018-04-21 18:57:54 -07:00
Erich Gamma
df891cc4b4
Merge branch 'egamma/npmExplorer'
2018-04-21 10:21:52 -07:00
Erich Gamma
6220b3949a
Merge branch 'master' into egamma/npmExplorer
2018-04-21 10:14:28 -07:00
Erich Gamma
48b0ec47da
added config option whether the explorer should be enabled.
2018-04-21 10:13:34 -07:00
Matt Bierner
07d85ac0a0
Update js/ts grammar
2018-04-20 13:27:07 -07:00
Ramya Achutha Rao
953cdf7f3d
Update vscode-extension-telemetry version
2018-04-20 10:30:05 -07:00
Ramya Achutha Rao
c1cd4378c5
Upstream bug fixes
2018-04-19 20:40:52 -07:00
Matt Bierner
e866449e61
Pick up TS 2.8.3
...
Fixes #48008
2018-04-19 18:51:08 -07:00
Ramya Achutha Rao
cfb6059563
Refactoring few emmet unit tests
2018-04-19 17:26:47 -07:00
Pine Wu
be4e48fbe7
[css] update service
2018-04-19 14:45:07 -07:00
Pine Wu
42d89b7956
[css] update service
2018-04-19 11:52:16 -07:00
Matt Bierner
91191fb866
Promote webview Api to stable ( #47989 )
...
* Promote webview Api to stable
Fixes #43713
Fixes #28263
* Rename position back to viewColumn and mark viewColumn as deprecated
This allows us to more easily re-introduce a `position` property once we have gridlayout
* Move dispose methods onto webview itself
Also better hide a few 'internal' methods / properties on the panel / webview
* Revert "Move dispose methods onto webview itself"
This reverts commit 8fab6cc1a1 .
* Move title onto webview panel
* Use _ names for private setters
* Remove unused emitter and dispose onMessageEmitter
* Preview internal emitters with _
2018-04-19 10:55:49 -07:00
Matt Bierner
7812e8190e
Fix ts/js insertText used with useCodeSnippetsOnMethodSuggest
...
Fixes #48163
2018-04-18 15:56:37 -07:00
Matt Bierner
73d5269f3d
Update markdown grammar
2018-04-18 15:52:27 -07:00
Martin Aeschlimann
039a1d4e22
Implement automatic wrapping with < > for C++. Fixes #47864
2018-04-18 22:20:32 +02:00
Martin Aeschlimann
9d2814a9a1
update grammars
2018-04-18 22:13:50 +02:00
Erich Gamma
0911fb867d
Change document selector to include the schema explicitly
2018-04-18 11:44:58 -07:00
Matt Bierner
2fadb90198
Move TS/JS to use organize imports codeAction instead of command ( #47850 )
...
* Move TS/JS to use organize imports code action
Fixes #47845
Fixes #46647
- Defines a new standard `SourceOrganizeImports` `CodeActionKind` to be used to implement organize imports in a consistent way.
- Add a new `Organize imports` command and keybinding that executes these actions.
- Move over the existing js/ts organize imports command to use the new code action kind
* Use supportedCodeActions context key
* Document code action kind values
* Fix regular expression
Make sure we only match whole scopes and not `unicorn.source.organizeImports`
2018-04-18 10:51:33 -07:00
Alex Dima
0100518547
Highlight active indent guide ( closes #14017 )
2018-04-18 18:31:28 +02:00
Martin Aeschlimann
a1bb202eb6
incorperate folding api feedback
2018-04-18 15:26:43 +02:00
Martin Aeschlimann
a322ceb0f6
[html] adopt folding APIs
2018-04-17 19:04:59 +02:00
Martin Aeschlimann
4fca46dcc8
[json] adopt new folding APIs
2018-04-17 18:55:26 +02:00
Martin Aeschlimann
e09c8a7086
[css] adopt folding apis
2018-04-17 18:18:12 +02:00
Martin Aeschlimann
a509b1797b
[css] fix path completion participant
2018-04-17 18:18:11 +02:00
Martin Aeschlimann
99f9459174
[css] remove emmet dependency
2018-04-17 18:18:11 +02:00
Erich Gamma
bb1119e0b1
Open script on single click
2018-04-17 09:18:02 -07:00
Matt Bierner
3a14fde91d
Fix double click md preview when source document is not showing
...
Fixes #47188
2018-04-16 15:21:24 -07:00
Matt Bierner
bc6a2d52ac
Move onDidChangeActiveTextEditor into Preview
2018-04-16 15:13:49 -07:00
Matt Bierner
2840741d5e
Update js/ts grammar
2018-04-16 15:13:49 -07:00
Martin Aeschlimann
ccba4e6c27
Merge pull request #44239 from mklement0/patch-2
...
Update package.json to support PowerShell Core shebang lines.
2018-04-16 22:25:30 +02:00
Martin Aeschlimann
efd3ac47a1
Merge pull request #46885 from brettcannon/patch-1
...
Allow a space between # and `region` for folding in Python
2018-04-16 22:24:50 +02:00
Martin Aeschlimann
21ef28c36e
[html] update services, add folding for embedded css (for #47808 )
2018-04-16 22:20:02 +02:00
Sandeep Somavarapu
e592885b49
Fix #46750
2018-04-16 17:10:46 +02:00
Martin Aeschlimann
6c223050d7
[json] update service (folding api for #47808 )
2018-04-16 15:19:47 +02:00