Commit Graph

4468 Commits

Author SHA1 Message Date
Martin Aeschlimann
4f5b8dcfaf rev version 2018-02-26 20:53:30 +01:00
Martin Aeschlimann
46d4c16ef9 fix vscode-languageserver version 2018-02-26 20:43:10 +01:00
Martin Aeschlimann
a9d90af1a7 Add tests, update version 2018-02-26 20:06:24 +01:00
Pine Wu
4eca3c3d89 move to textedit 2018-02-25 19:27:34 -08:00
Pine Wu
18aed804c5 make sure test is included 2018-02-25 19:26:33 -08:00
Pine Wu
6936409a1f Address feedback 2018-02-23 14:13:22 -08:00
Pine Wu
16af175b3a Update tasks to 2.0 2018-02-23 14:11:19 -08:00
Pine Wu
8c86648b40 Unit Test, solve corner cases and use TextEdit 2018-02-23 02:02:38 -08:00
Pine Wu
08ac402da0 use replace for TextEdit 2018-02-21 14:12:49 -08:00
Pine Wu
0819922f9a move completion logic to lang service 2018-02-21 14:10:57 -08:00
Pine Wu
9a0b59c55b basic completion 2018-02-21 07:58:38 -08:00
Erich Gamma
0d05c782fa Readme tweak 2018-02-21 13:19:09 +01:00
Erich Gamma
eaec7c3383 Fixing #43978 add description/readme 2018-02-21 13:16:58 +01:00
Joao Moreno
efa33330fb use png icon for git 2018-02-21 10:04:06 +01:00
Joao Moreno
54b13f7250 git readme 2018-02-20 17:50:07 +01:00
Joao Moreno
86e3c7ea16 git extension icon
related to #43978
2018-02-20 16:47:02 +01:00
Joao Moreno
a563e2cb38 consolidate git extensions
related to #43978
2018-02-20 16:47:01 +01:00
Martin Aeschlimann
e45d279b36 description & name for built-in languages (#43978) 2018-02-20 10:09:22 +01:00
Benjamin Pasero
466ef767bb notifications - tweak wording of messages 2018-02-20 08:31:06 +01:00
Benjamin Pasero
7c1bb9f4ef Merge pull request #43770 from Microsoft/ben/notifications
Implement new notifications UX
2018-02-19 18:51:47 +01:00
Sandeep Somavarapu
940f389b08 #43978 add details 2018-02-19 18:45:27 +01:00
Sandeep Somavarapu
d321ced195 #43978 Use nls 2018-02-19 18:38:12 +01:00
Sandeep Somavarapu
eb789c5ff5 #43978 Add details to editing extensions 2018-02-19 18:23:29 +01:00
Sandeep Somavarapu
eed7399a14 #43978 Add more details to theme extensions 2018-02-19 18:10:39 +01:00
Benjamin Pasero
b55506b418 Merge branch 'master' into ben/notifications 2018-02-19 10:40:09 +01:00
Martin Aeschlimann
9fda9a1bfd Merge pull request #43943 from aleksijuvani/master
Use C++ for '.ipp' file extension
2018-02-19 10:28:22 +01:00
Martin Aeschlimann
18dcdf61ae Auto-closing backticks in Python. Fixes #41615 2018-02-19 10:27:33 +01:00
Aleksi Juvani
c3372a3b5c Use C++ for '.ipp' file extension 2018-02-18 20:30:00 +02:00
Benjamin Pasero
18c60de96e Merge branch 'master' into ben/notifications 2018-02-18 11:14:26 +01:00
Ramya Achutha Rao
ad06c9c609 Update telemetry module 2018-02-17 17:27:09 -08:00
Matt Bierner
ee6ac95120 Fix ? being appended to optional completions when using useCodeSnippetsOnMethodSuggest
Fixes #42955
2018-02-16 17:51:16 -08:00
Matt Bierner
cc19497c49 Remove unnecessary toLowerCase 2018-02-16 17:26:13 -08:00
Matt Bierner
f5849bebec Fix markdown preview links back to workspace resource
Fixes #43869
2018-02-16 17:19:36 -08:00
Matt Bierner
e44ca4211c Add jscheck casts 2018-02-16 13:50:09 -08:00
Matt Bierner
f9765ffb9f Fix bad old command form being sent from markdown preview 2018-02-16 13:49:09 -08:00
Matt Bierner
7398d3be89 Clean up reveal line logic 2018-02-16 13:48:02 -08:00
Matt Bierner
57e5420127 Fix empty jsdoc suggest template not properyly expanding to multiline
Fixes #43619
2018-02-16 13:45:32 -08:00
Keisuke KATO
d17652218a Fixed an error when previewing the first line with Markdown extension (#43835) 2018-02-16 12:59:33 -08:00
Martin Aeschlimann
bcda4bd737 Double color boxes appear inside style blocks in html files in 1.21. Fixes #43628 2018-02-15 22:23:11 +01:00
Benjamin Pasero
f31ee637f3 Merge branch 'master' into ben/notifications 2018-02-15 17:49:07 +01:00
Benjamin Pasero
32018e28c1 notifications - better status bar alignment 2018-02-15 07:48:42 +01:00
Matt Bierner
3412eab2ec Webview Api Prototype (#42690)
* Webview api

* Cleaning up markdown webview

* Hooking up dispose

* Fix some merge errors

* Use custom context key to show markdown title bar contributions

* Add basic on focus and on blur events

* Fixing find widget in webview

* Hookup _isDisposed

* Use new extension resource scheme to load markdown extension resources

* Documenting keep alive
2018-02-14 18:52:26 -08:00
Gus Hurovich
7420a04c64 Fix for Emmet's wrap with abbreviation inserting extra spaces (#43345)
* Fixing trailing spaces in expansion

* Emmet - Fixing extra spaces when wrapping with abbreviation

* Avoid fetching tag if there's no need to ezpand again

* Replacing several 'indexof's with regexp

* Making regexp for tagname stricter. Removing unnecessary check.

* Removing extra call to expand.

* tiny changes

* tinitiny changes
2018-02-14 17:08:44 -08:00
Ramya Achutha Rao
135d4a5d5c Absorb upstream fixes from emmet helper 2018-02-13 18:25:19 -08:00
Ramya Achutha Rao
6c7fe5b95b Dont repeat hex color suggestions in emmet Fixes #32232 2018-02-13 17:41:53 -08:00
Ramya Achutha Rao
994bfe6903 Update telemetry module to fix issue of missing version in events 2018-02-13 17:07:30 -08:00
Martin Aeschlimann
2cb15ab3bb [css] update client (for #43317) 2018-02-13 13:03:43 +01:00
Martin Aeschlimann
ea1d638ea7 [json] update client (for #43317) 2018-02-13 13:03:42 +01:00
Martin Aeschlimann
72c76bfb09 [html] update client (for #43317) 2018-02-13 13:03:42 +01:00
Ramya Rao
00f2d8ed71 Get emmet completions from css extension (#41652)
* Get emmet completions from html,css extensions

* Resolve extensionsPath, use emmet results even if empty

* Support css abbr with :

* Refactoring

* Add some basic emmet tests

* Refactoring

* More tests
2018-02-12 21:40:10 -08:00