Commit Graph

4898 Commits

Author SHA1 Message Date
Johannes Rieken
05c70a3ad8 add api-test, #30075 2018-04-06 11:08:12 +02:00
Matt Bierner
c14e30aeb4 Show error when webview restore fails 2018-04-05 19:18:55 -07:00
Matt Bierner
afc08ae477 Make markdown preview revive wait on content populated 2018-04-05 10:24:07 -07:00
Matt Bierner
9755b46bf6 Fix double click markdown editor when in split view
#47188
2018-04-05 10:16:39 -07:00
Rob Lourens
707d5ecd0d Fix basic PHP extension name 2018-04-04 11:13:59 -07:00
Matt Bierner
dd21d3520a Add webview restoration api proposal (#46380)
Adds a proposed webiew serialization api that allows webviews to be restored automatically when vscode restarts
2018-04-03 18:25:22 -07:00
Martin Aeschlimann
21ec23c075 [css] enable strict on server 2018-04-03 22:03:08 +02:00
Martin Aeschlimann
f57c35c0f2 Languages -> Programming Languages (for #47103) 2018-04-03 14:30:02 +02:00
Martin Aeschlimann
4bb262df0c [powershell] invalid auto-closing pairs in language-configuration.json. Fixes #46988 2018-04-03 11:58:07 +02:00
João Moreno
5c481a83cc Merge pull request #47052 from floriantraber/46860
#46860 make git delete popup modal
2018-04-03 09:04:32 +02:00
Matt Bierner
5900899b83 Fix quick suggestions not shown in ${| template string
Fixes #37176
2018-04-02 18:43:28 -07:00
Matt Bierner
fd182746cb Fix can't change markdown security level for directly opened file
Fixes #46424
2018-04-02 16:29:49 -07:00
Matt Bierner
85d01bfd81 Update js/ts grammars 2018-04-02 16:08:25 -07:00
Matt Bierner
f4010646aa Update markdown grammar
Fixes #46794
2018-04-02 16:08:08 -07:00
Matt Bierner
0dd7c793ae Fixes js/ts quick fixes
Fixes #47002

Use the correct grouping for the not null assertion
2018-04-02 11:56:42 -07:00
Florian Traber
67b3957473 #46860 make git delete popup modal 2018-04-01 09:39:41 +02:00
Gus Hurovich
1b4886dda9 Adding setting for disabling partial parsing in stylesheets (#46979)
* Adding setting for disabling partial parsing in stylesheets

* Added description
2018-03-30 11:24:54 -07:00
Gus Hurovich
e252da3861 Adding tests for stylesheets partial parsing (#46977) 2018-03-29 17:48:32 -07:00
Johannes Rieken
df7ee603cb follow up on #46880 2018-03-29 15:29:51 +02:00
Martin Aeschlimann
11f5d549db [css] path completion sometimes only works for one folder level. Fixes #46722 2018-03-29 15:20:39 +02:00
Ramya Rao
2de91fdce5 Css partial parse refactoring (#46894)
* Refactor parsePartialStylesheet

* More refactoring

* To avoid errors, parse line comments char by char and no when getting to previous line.

* Revert "To avoid errors, parse line comments char by char and no when getting to previous line."

This reverts commit f353dba4c7.

* Fix for inline comments inside block comments
2018-03-28 18:12:07 -07:00
Martin Aeschlimann
4b55e2d7de [css] update service 2018-03-28 23:08:29 +02:00
Martin Aeschlimann
d9d762d1ce [css] .asar file breaks CSS path completion. Fixes #46638 2018-03-28 21:41:21 +02:00
Martin Aeschlimann
b08ba054ba [folding] Folded regions are lost when starting multi line comment Fixes Microsoft/vscode#46655 2018-03-28 16:06:10 +02:00
Martin Aeschlimann
cc81646edf Rename editorActiveLineNumber.foreground. Fixes #46848 2018-03-28 15:44:25 +02:00
Joao Moreno
42c882151f only detect git encoding if files.autoGuessEncoding is enabled
fixes #46826
2018-03-28 12:52:10 +02:00
Joao Moreno
dafdde11c9 fixes #45911 2018-03-28 09:56:58 +02:00
Gus Hurovich
95b0cffe72 Fix for #46745 (#46788)
* Fix for #46745

* If { found in selector, don't partial parse.
Adding sanity checks
2018-03-27 18:32:46 -07:00
Ramya Achutha Rao
7cf6969bd0 Absorb upstream fix for #45790 2018-03-27 17:17:21 -07:00
Matt Bierner
c059826ba2 Have distinct js/ts commands for organize imports
Fixes #46701
2018-03-27 14:33:55 -07:00
Matt Bierner
ddd967559b Pick up TS 2.8.1 2018-03-27 14:33:55 -07:00
Ramya Achutha Rao
c2dc46c1ce Offset is relative to position when finding comment 2018-03-27 12:28:20 -07:00
Ramya Achutha Rao
c07abc03f7 Avoid parsing file when abbr is invalid #43470 2018-03-27 12:12:22 -07:00
Ramya Achutha Rao
f5b569b633 Use partial parsing for stylesheets for Emmet command #43470 2018-03-27 09:51:19 -07:00
Joao Moreno
ab149aba6e fixes #21146 2018-03-27 14:50:53 +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
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
Ramya Achutha Rao
65e502e8ef Remove unused variables 2018-03-26 21:19:35 -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
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
Ramya Achutha Rao
871e610848 Respect selfClosingStyle when joining tags Fixes #44417 2018-03-26 15:05:04 -07:00
Ramya Achutha Rao
9d95fbae98 Use latest emmet helper to fix #46305 2018-03-26 14:19:22 -07:00
Matt Bierner
cb16bf9308 Turn syntax based folding on by default for TS 2.8 2018-03-26 13:41:30 -07:00