Commit Graph

4386 Commits

Author SHA1 Message Date
Matt Bierner
0532a3429a Fix markdown preview section links
Fixes #40877
2018-01-02 10:43:16 -08:00
Tony Collen
8ee4aba28b Switch all schemastore.org URLs to use SSL. (#40737)
References SchemaStore/schemastore#12
2018-01-02 11:36:21 -07:00
Daniel Imms
5b6974928e Remove language constant from dimmed monokai
Conflicts with the 'Built-in constant' key

Fixes #41012
2018-01-02 09:05:27 -08:00
isidor
b1a8048c19 fix tests and groups 2017-12-27 17:50:31 +01:00
isidor
036560ad9a Merge branch 'master' into isidorn/explorerCommands 2017-12-27 16:58:40 +01:00
Martin Aeschlimann
f9115349ef Seti file icons are no longer shown. Fixes #40636 2017-12-21 17:15:13 +01:00
Martin Aeschlimann
1d921de390 [html] catch exceptions in handlers 2017-12-21 17:10:49 +01:00
Martin Aeschlimann
1cf8032756 [css] catch exceptions in handlers 2017-12-21 17:10:49 +01:00
isidor
c89c89f60c markdown contribute to 2_navigation 2017-12-21 16:37:41 +01:00
Sandeep Somavarapu
183c93c0a8 Support log grammar for log.* files 2017-12-21 14:25:49 +01:00
Sandeep Somavarapu
509108f986 Fix #40642 2017-12-21 13:11:24 +01:00
Martin Aeschlimann
57f28cf99a [git syntax] add update script for diff.tmLanguage. Fixes #40637 2017-12-21 12:02:40 +01:00
Martin Aeschlimann
0865d488b7 [js] update request-light 2017-12-21 11:06:10 +01:00
Martin Aeschlimann
4d94ae3e5f [json] update request-light (fixes #39344) 2017-12-21 11:06:10 +01:00
Matt Bierner
20f2d6fe1b Extract markdown preview scheme to constant 2017-12-20 17:24:45 -08:00
Matt Bierner
97c5ccce27 Extract DiagnosticSet collection type 2017-12-20 17:24:45 -08:00
Matt Bierner
c183847af2 Extract getLabel in TS workspace symbol provider 2017-12-20 17:24:45 -08:00
Matt Bierner
277f0c8e91 💄 2017-12-20 17:24:45 -08:00
Matt Bierner
d2b8a4738e Fix strict checking error for TS 2.7 with _onReady 2017-12-20 17:24:45 -08:00
Martin Aeschlimann
724b847a27 [sh] update grammar 2017-12-20 17:30:56 +01:00
Martin Aeschlimann
069b68bcd5 [ts] update grammar 2017-12-20 17:30:56 +01:00
Martin Aeschlimann
7c5c8d59db [js] update grammar 2017-12-20 17:30:56 +01:00
Martin Aeschlimann
3118073c73 [go] update grammar 2017-12-20 17:30:56 +01:00
Martin Aeschlimann
8ba2238650 [bat] update grammar 2017-12-20 17:30:56 +01:00
Martin Aeschlimann
4e0cf5806c [css] update grammar 2017-12-20 17:30:56 +01:00
Martin Aeschlimann
f4e18b5e69 [seti] Update to jesseweed/seti-ui@188dda3 (2017-12-13) 2017-12-20 16:36:13 +01:00
Martin Aeschlimann
2fa4edeaa6 [html] Follow Link in Multi Root Workspace. Fixes #38469 2017-12-20 16:21:19 +01:00
Ramya Achutha Rao
8f99f1d18e Allow - in classnames when using bem in emmet. Fixes #38768 2017-12-19 15:13:11 -08:00
Ramya Achutha Rao
bdeb370602 Apply comment filter when wrap with abbr fixes #40471 2017-12-19 13:46:42 -08:00
Martin Aeschlimann
1c601c75ad "editor.links": true => File not found error with absolute href paths. Fixes #40445 2017-12-19 12:18:45 +01:00
Joao Moreno
29e83090b3 fixes #32681 2017-12-19 10:09:13 +01:00
Rob Lourens
783a0aafad Update the PHP grammar
Now it breaks out the html grammar into its own file
2017-12-18 14:28:38 -08:00
Matt Bierner
55382a106f Cache code-line elements for md scroll-sync
Fixes #19092
2017-12-18 14:25:39 -08:00
Matt Bierner
dcaee0a107 De-prioritze auto-imports
Fixes #40311
2017-12-18 13:35:13 -08:00
SteVen Batten
8d244787c4 updating the typescript extension codelens to cache requests for the navtree (#40402)
Fixes #28214
2017-12-18 10:46:33 -08:00
SteVen Batten
f929c1bff4 updating the md scroll sync to use binary search over linear search (#40401) 2017-12-18 10:45:45 -08:00
Martin Aeschlimann
225b9a3d8c [json] missing Promise.reject 2017-12-18 18:00:41 +01:00
Joao Moreno
590d36f948 fixes #40439 2017-12-18 16:04:24 +01:00
Joao Moreno
5f87a2ad40 properly handle git uris in getOpenRepository
fixes #40408
2017-12-18 10:59:48 +01:00
Joao Moreno
424c9da7cc improve git.autofetch suggestion
fixes #40282
2017-12-18 09:10:11 +01:00
Ramya Achutha Rao
66a439e253 Absorb upstream fix for #39789 2017-12-17 23:37:16 -08:00
Matt Bierner
4c00fcdbc6 Use consistent casing 2017-12-15 17:23:25 -08:00
Matt Bierner
86a35ac4dd Use async in completionItemProvider resolve 2017-12-15 17:22:34 -08:00
Matt Bierner
a05433ac56 Clean up useCodeSnippetsOnMethodSuggest 2017-12-15 17:09:25 -08:00
Matt Bierner
ac459c22cb Defer TS completion item resolve of range 2017-12-15 17:09:25 -08:00
Matt Bierner
d3decc7eef Support isRecommended property for TS completion items
Fixes #40325
2017-12-15 17:09:25 -08:00
Ramya Achutha Rao
4913e7f68f Split emmet abbreviation tests 2017-12-15 15:25:58 -08:00
Joao Moreno
eb43c80ecc 💄 2017-12-15 16:17:39 +01:00
Joao Moreno
bf741a1afd Merge branch 'fix/39738' of https://github.com/pfongkye/vscode into pfongkye-fix/39738 2017-12-15 16:14:47 +01:00
João Moreno
bed86d2b63 Merge pull request #39216 from Dozed12/master
Show branches list in "git pull from"
2017-12-15 16:00:36 +01:00