Commit Graph

4898 Commits

Author SHA1 Message Date
Ramya Achutha Rao
7db6419d78 Avoid re-parsing for emmet completions when triggered for incomplete completions 2018-03-26 13:33:38 -07:00
Andreas Offenhaeuser
e64b9b4f41 add AllowInsecureLocalContent option to MarkdownPreviewSecurityLevel (#46473) 2018-03-26 12:23:27 -07:00
Martin Aeschlimann
2a95ea2311 [css] update service 2018-03-26 14:05:16 +02:00
Martin Aeschlimann
3afb2b72ac [docker] fix OSSReadme 2018-03-26 13:56:21 +02:00
Martin Aeschlimann
86af8bfa47 Merge pull request #46117 from Microsoft/octref/cssFolding
[WIP] CSS Folding
2018-03-26 13:09:20 +02:00
Dirk Baeumer
a9f6297db9 Fixes #46373: $tsc-watch background problem matcher is locale specific 2018-03-26 11:47:02 +02:00
Dirk Baeumer
6cc1bedc4a Fixes #46324: Typescript matchers doesn't recognize tsc output with pretty option enabled 2018-03-26 11:37:49 +02:00
Pine Wu
2ad387e5ad Depend on vscode-languageserver-protocol-foldingprovider 2018-03-26 02:22:20 -05:00
Pine Wu
583b6c7e17 Updated initial version of css folding 2018-03-26 02:22:20 -05:00
Erich Gamma
ba9da35ec8 Fix #45816 only search for package.json files when auto detection is enabled 2018-03-25 18:34:27 +02:00
Martin Aeschlimann
784de51e08 use vscode-languageserver-protocol-foldingprovider 2018-03-24 21:41:07 +01:00
Ramya Achutha Rao
e7ce1f53ea Do not lookahead when extracting css abbreviations Fixes #46452 2018-03-23 17:38:38 -07:00
Matt Bierner
2823cd4b73 Update js/ts grammar 2018-03-23 16:10:48 -07:00
Matt Bierner
a715dfcbd6 Update js/ts grammars 2018-03-23 15:37:58 -07:00
Matt Bierner
5817ae954f Don't request ts/js quickfixes for possibly stale diagnostic locations
Fixes #45785
2018-03-23 14:23:45 -07:00
Matt Bierner
ac17edf6c7 Use namespace import 2018-03-23 14:23:45 -07:00
Matt Bierner
0b655c0603 Rename typescript to typescript-language-features 2018-03-23 13:31:29 -07:00
Ievgen Andrushchak
d3cd393e95 Enable search of local Typescript Language Service Plugins (fix #45856) (#45858)
* Added pluginPaths configuration option to provide additional plugins discovery locations

* fixed review comments: added array comparison for tsServerPluginPaths, setting made executable
2018-03-23 12:43:14 -07:00
Rob Lourens
ab867d907f Fix #46148 - split PHP extension 2018-03-22 23:19:10 -07:00
Jean Pierre
af21dc7925 Fix for #46106 (#46309) 2018-03-22 14:19:53 -07:00
Pine Wu
32bdb46632 Run gulp builds in parallel 2018-03-22 10:59:56 -07:00
Martin Aeschlimann
9f48396035 [css] polish 2018-03-22 11:27:17 +01:00
Martin Aeschlimann
599be35c09 [html] unnecessary import 2018-03-22 11:10:31 +01:00
Martin Aeschlimann
3abd0f50e2 [html] move path completion inside html mode 2018-03-22 11:09:33 +01:00
Pine Wu
d5b99caac2 Auto reconnect for attaching LS 2018-03-21 16:54:08 -07:00
Pine Wu
09818cd87a Add test for empty path 2018-03-21 16:54:08 -07:00
Pine Wu
a5cc44ef57 Fix #44814 2018-03-21 16:54:08 -07:00
Pine Wu
a5f49f58bb Test for not completing remote paths 2018-03-21 16:54:08 -07:00
Pine Wu
84e791ea5b Remove unused function and do not export by default 2018-03-21 16:54:08 -07:00
Pine Wu
b3e6a2f884 Refactor html path completion test 2018-03-21 16:54:08 -07:00
Pine Wu
4892298743 Refactor path completion 2018-03-21 16:54:08 -07:00
Martin Aeschlimann
69c19c58ee JSON Language Server 1.0.1 2018-03-21 16:27:27 +01:00
Martin Aeschlimann
ea99535c49 [json] readme fixes 2018-03-21 16:27:27 +01:00
Martin Aeschlimann
da671dd130 JSON Language Server 1.0.0 2018-03-21 14:24:11 +01:00
Martin Aeschlimann
11a6848be9 [json] publish json language server in npm 2018-03-21 14:24:10 +01:00
Martin Aeschlimann
6aabc31499 [json] fix OSSREADME 2018-03-21 14:24:10 +01:00
Pine Wu
c73fade234 Add tokenType for css to trigger path completion too. #46145 2018-03-20 18:35:28 -07:00
Matt Bierner
03eff8e862 Make sure the two css extensions have unique ids 2018-03-20 16:48:50 -07:00
Pine Wu
581000a2da Override tokenTypes in html for #46145 2018-03-20 16:35:38 -07:00
Rob Lourens
0ffba11828 Fix Monokai hover color on trees in the panel - #45063 2018-03-20 16:26:13 -07:00
Pine Wu
5d4fd42b3f Update build scripts for css 2018-03-20 16:19:32 -07:00
Matt Bierner
67d8eebaf4 Rename webview.show to webview.reveal
Make it more clear that this command only reveals an existing webview

Fixes #44580
2018-03-20 16:16:05 -07:00
Matt Bierner
683f86041c Use standard title entry for ts commands 2018-03-20 16:12:41 -07:00
Pine Wu
adadd99027 Merge branch 'master' of github.com:Microsoft/vscode 2018-03-20 14:58:18 -07:00
Pine Wu
c52149e7a3 [css] split extension (for #45900) 2018-03-20 14:57:58 -07:00
Matt Bierner
ea1fed9616 Use viewType instead of uri for webviews
As discussed in #45994, move from using a uri to using a viewType. The view type is shared among all webviews of a given type, such as all markdown previews

Fixes #44575
2018-03-20 14:44:10 -07:00
Matt Bierner
18146e8c71 Use activePreview when running markdown commands
Fixes #46216
2018-03-20 14:30:39 -07:00
Matt Bierner
27a17935b8 Move webview to use onDidChangeViewState event
After discussions, we settled on making the webview private unlike `TextEditors`. This means that webview events will live on the webview object itself

Fixes #44571
2018-03-20 14:30:39 -07:00
Pine
d2b9a7cc45 Merge branch 'master' into octref/pathCompletion 2018-03-20 14:25:31 -07:00
Pine Wu
e394797455 Update deps, remove applyEdits 2018-03-20 14:24:09 -07:00