Commit graph

31609 commits

Author SHA1 Message Date
isidor
d22af8fbc4 fix memoize warning
fixes #46643
2018-03-27 18:45:37 +02:00
Alex Dima
062f3f732d Fixes #46702 2018-03-27 18:33:29 +02:00
isidor
3ff0f35fb9 postDebugTask-schema default value is ''
fixes #46675
2018-03-27 18:29:40 +02:00
Alex Dima
3f205ed5d7 Fixes #44870: use replace-move semantics to avoid expanding selection 2018-03-27 18:28:01 +02:00
Alex Dima
6e1f737afc Simplify FormatCommand (#44870) 2018-03-27 18:28:00 +02:00
Sandeep Somavarapu
1b032162a1 Fix #46707 2018-03-27 18:04:46 +02:00
Rob Lourens
0bd949c012 Fix #46628 - wrong "no results found" message 2018-03-27 09:04:14 -07:00
Alex Dima
9651143cf9 Fix tests 2018-03-27 17:57:41 +02:00
Alex Dima
118e1445ea Fixes #46208: Recover selection from markers when the undo/redo stack lacks selection information 2018-03-27 17:57:41 +02:00
Joao Moreno
4f4dc86a12 fixes #45806 2018-03-27 17:38:21 +02:00
Joao Moreno
7000b9aaac fixes #46180 2018-03-27 17:38:20 +02:00
Rachel Macfarlane
66cd43e6b6 Fixes #46627 2018-03-27 08:36:31 -07:00
Benjamin Pasero
8f825bbcb5 Progress can go backwards (fixes #46717) 2018-03-27 17:35:24 +02:00
Sandeep Somavarapu
62e8df331d Fix #46307 2018-03-27 17:31:19 +02:00
Johannes Rieken
1a60d699e0 fix #46631 2018-03-27 17:26:55 +02:00
Johannes Rieken
36342196ec fix #46650 2018-03-27 17:26:54 +02:00
Sandeep Somavarapu
502bc4e71d Fix #46352 2018-03-27 17:23:25 +02:00
Joao Moreno
6ec2435125 properly dispose tree items
related to #46565
2018-03-27 17:22:10 +02:00
Joao Moreno
4a33a79176 fixes #46648 2018-03-27 17:22:10 +02:00
Joao Moreno
9a53b62d5b fixes #45162 2018-03-27 17:22:10 +02:00
Benjamin Pasero
6563a31a3f progress - fix debouncer initial value 2018-03-27 17:18:38 +02:00
Sandeep Somavarapu
49b4567a47 Fix #46539 2018-03-27 16:43:48 +02:00
Alex Dima
8c3d9928a1 Fixes #45479: Use solid borders 2018-03-27 16:22:46 +02:00
Benjamin Pasero
098cf01a2e Progress API: Can block renderer (fixes #46642) 2018-03-27 16:14:02 +02:00
Joao Moreno
64b1b56550 reduce debounce 2018-03-27 15:41:17 +02:00
Joao Moreno
82baa073cc english 2018-03-27 14:53:17 +02:00
Joao Moreno
ab149aba6e fixes #21146 2018-03-27 14:50:53 +02:00
Benjamin Pasero
2b11285464 Progress API: Can't create multiple progress notifications with the same title (fixes #46637) 2018-03-27 14:37:58 +02:00
Benjamin Pasero
4831efe2ac Progress API: Can't report 0 progress (fixes #46636) 2018-03-27 12:59:18 +02:00
Benjamin Pasero
d656cdac7d need a break 2018-03-27 11:50:15 +02:00
isidor
f2b8ab00c4 breakopint widget fix intelisense
fixes #46586
2018-03-27 11:27:08 +02:00
Martin Aeschlimann
0a42355840 [css] Request textDocument/foldingRanges failed. Fixes #46640 2018-03-27 11:16:38 +02:00
Martin Aeschlimann
666e95e8e7 [html] fix compile error with participant 2018-03-27 10:44:21 +02:00
Martin Aeschlimann
1fd4d982b2 [css] update service 2018-03-27 09:55:03 +02:00
Pine Wu
9ba3647569 Init folding provider on client ready 2018-03-27 02:39:45 -05:00
isidor
e97f9d9345 debug issues to weinand 2018-03-27 09:33:35 +02:00
Martin Aeschlimann
b54c007395 [json] update service 2018-03-27 09:31:07 +02:00
Martin Aeschlimann
b918e7a41e [html] update service 2018-03-27 09:31:07 +02:00
Christof Marti
4f806a77c8 Add missing null check (fixes #46617) 2018-03-27 09:22:21 +02:00
Ramya Achutha Rao
65e502e8ef Remove unused variables 2018-03-26 21:19:35 -07:00
Ramya Achutha Rao
eb7edb6c33 Send publisherInfo as new properties for extensions from gallery. GDPR 2018-03-26 21:05:37 -07:00
Ramya Achutha Rao
2792b8f437 Skip emmet inside comments in stylesheets when running the command 2018-03-26 20:47:09 -07:00
Ramya Achutha Rao
4f10555e3c Skip emmet inside comments in stylesheets #46434 2018-03-26 18:30:37 -07:00
Gus Hurovich
91416ffab8 Stylesheet partial parse (#46376)
* First draft at partial parsing of css for emmet

* Partial parsing of stylesheets for Emmet

* Addressing feedback

* Refactoring and fixing little bug

* Liitle fix

* Equals are now equals

* We don't want emmet in selectors

* Skip comments when preparsing

* Addressing feedback, refactoring and cleaning up code.

* Update endPosition only if not eof

* Use function to find closing comment

* Don't check more than 5000 characters back
2018-03-26 18:14:28 -07:00
Rachel Macfarlane
c05e57d91e Search for similar issues for extensions in issue reporter 2018-03-26 16:37:18 -07:00
Rob Lourens
af9dc731ca Fix #46519 - search result count badges should remain left-aligned in a narrow search view 2018-03-26 16:28:46 -07:00
Rob Lourens
0684f8e37a
Merge pull request #46311 from Microsoft/roblou/searchContextMenu
Add context menu to search tree
2018-03-26 15:33:00 -07:00
Rob Lourens
c2b9b821dd Add "toggle search view position" command 2018-03-26 15:30:57 -07:00
Matt Bierner
a1c693ab1a Allow disabling JS/TS suggestion actions
Fixes #46590
2018-03-26 15:28:54 -07:00
Matt Bierner
6eebe4ba3a Use _ prefix for private 2018-03-26 15:28:53 -07:00