Commit Graph

5037 Commits

Author SHA1 Message Date
Joao Moreno
02bcbbc8da pick different folder names for git clone
fixes #48485
2018-04-26 11:33:55 +02:00
Joao Moreno
d1380912cf use native dialog for git clone
fixes #48492
2018-04-26 11:33:16 +02:00
Joao Moreno
f765117b95 add workspace folder after git clone
fixes #48738
2018-04-26 11:20:06 +02:00
Joao Moreno
c2f0c40f25 use progress notification API for git clone
fixes #48692
2018-04-26 10:12:30 +02:00
Matt Bierner
82d97b4c3c Add acquireVsCodeApi to get handle to vscode api inside webview
Fixes #48540
2018-04-25 22:28:31 -07:00
Pine Wu
a452691228 [css] update service 2018-04-25 17:43:35 -07:00
Pine Wu
eca6b7c77b SmartStep for css debugging 2018-04-25 17:38:13 -07:00
Pine Wu
bd6de64bfa [css] update service 2018-04-25 17:38:13 -07:00
Matt Bierner
f36cae36dc Add vscode namespace in webview
From discussion around #48540
2018-04-25 15:33:45 -07:00
Ramya Achutha Rao
1139de12c0 Create appInsights client only if user has opt-in to telemetry 2018-04-25 15:21:15 -07:00
Matt Bierner
edc3bbe603 Use string symbol kind for markdown symbols 2018-04-25 12:43:02 -07:00
Joao Moreno
5ded9d963a cleanup git clone error
fixes #48486
2018-04-25 19:31:05 +02:00
Joao Moreno
8b69e6db6b fixes #46854 2018-04-25 15:40:45 +02:00
Erich Gamma
ea40a3e001 Fixing #48552 specify the protocol 2018-04-25 14:03:13 +02:00
Erich Gamma
7cf5c292d1 Fixing #48538 use modal alert for the error message 2018-04-25 13:53:47 +02:00
Erich Gamma
d9f8813eb6 Fixing issue #48539 improve wording of error message 2018-04-25 13:33:43 +02:00
Joao Moreno
7cf50421da fixes #48211 2018-04-25 09:04:41 +02:00
Matt Bierner
4832deb1b4 Fix snippetForFunctionCall if called with already resolve item 2018-04-24 17:17:16 -07:00
Matt Bierner
3c79f978d8 Fix possible exception when using snippets in ts completions 2018-04-24 15:38:54 -07:00
Matt Bierner
5006f7aea7 Update js/ts grammars 2018-04-24 15:38:54 -07:00
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