Commit Graph

3385 Commits

Author SHA1 Message Date
Joao 01619d3c34 git: internal git._syncAll command 2017-09-07 12:15:45 +02:00
Joao 11237b630f fixes #33878 2017-09-07 12:14:28 +02:00
Dustin Campbell ac167c41ba Fix C# TextMate grammar to properly highlight statement-level await expressions (#33687) 2017-09-06 17:38:19 -07:00
Matt Bierner bf84cbcc37 Fix begin/end for markdown script/pre blocks
Fixes #33886
2017-09-06 14:11:01 -07:00
Matt Bierner 6fdf625645 Use async in jsDoc and in ts main 2017-09-06 12:48:43 -07:00
Matt Bierner 54b0654caa use async for create config file 2017-09-06 12:48:43 -07:00
Matt Bierner 36aa3a0184 Create more helpful initial JS config 2017-09-06 12:48:43 -07:00
Matt Bierner 49db68d7ce Reset VS Dark + Light styling for meta embedded (#33866)
Fixes #33120

Adds rules to vs dark+light to reset style for meta embedded scopes. This is a proposed approach to support colorization of nested languages better
2017-09-06 11:18:53 -07:00
Johannes Rieken b7c5d6791c fix #33691 2017-09-06 11:32:52 +02:00
Matt Bierner be71eecef0 Fix markdown reference link for form [a][] 2017-09-05 15:35:35 -07:00
Matt Bierner b96141c2fd Make reference links in md docs scroll to reference block instead 2017-09-05 11:55:59 -07:00
Ramya Achutha Rao 3e23c21af9 Self closing tags for jsx,xml,xsl in emmet Fixes #32698 2017-09-04 11:03:42 -07:00
Ramya Achutha Rao 74d3d0cde0 Trigger Emmet for abbreviations ending with a number Fixes #33726 2017-09-04 10:02:11 -07:00
Joao cb5d03296f fix compile error 2017-09-04 11:10:34 +02:00
Rob Lourens 7818862ede Fix hygiene from mergetool on github.com 2017-09-03 22:38:55 -07:00
Rob Lourens ddb6d23841 Merge branch 'master' into feature/php-commenting 2017-09-03 21:28:19 -07:00
Andre Weinand f425782ebf update node-debug OSS modules 2017-09-03 17:07:52 +02:00
Ramya Achutha Rao a23fe87f6b Update shrinkwrap for emmet 2017-09-02 22:35:35 -07:00
Matt Bierner 465c3ed793 Detect markdown reference links as document links
Fixes #33714
Fixes #25861
2017-09-01 16:29:08 -07:00
Matt Bierner 0ff02b2df7 Mark inline markdown code as strings for bracket matching and other editor features
Fixes #33513
2017-09-01 15:01:08 -07:00
Matt Bierner 341c314697 Mark TS settings as resource
Fixes #33669
2017-09-01 14:54:12 -07:00
Matt Bierner a87c72f2df Bump markdown-it version
Fixes #33369
2017-09-01 14:39:56 -07:00
Matt Bierner 69afce7650 Build using TS 2.5 (#33705)
* Build using TS 2.5

Fixes #33704

* Remove explicit return type
2017-09-01 13:52:42 -07:00
Joao e0ac453614 fixes #33655 2017-09-01 11:59:10 +02:00
Joao b4210889e5 remove gitContentProvider warning message 2017-09-01 11:36:54 +02:00
Joao 0e703430be remove azure-account extension
related to #33639
2017-09-01 11:36:43 +02:00
Joao f23b0d7974 fixes #33615 2017-09-01 11:23:44 +02:00
Johannes Rieken 95d150db14 add vscode.env.appRoot 2017-09-01 11:09:41 +02:00
Christof Marti 9c27b11bde Also @types/form-data 2017-08-31 23:55:22 -07:00
Christof Marti 922679f292 Add back production @types dependencies 2017-08-31 23:22:48 -07:00
Ramya Achutha Rao b73495b071 Avoid error for invalid css emmet abbr 2017-08-31 19:17:22 -07:00
Ramya Achutha Rao 3c2f2e7ccc Latest emmet helper for fixing #33579 and #33601 2017-08-31 13:48:39 -07:00
Matt Bierner 344cee64cb Update to TS 2.5 2017-08-31 12:56:33 -07:00
Joao Moreno 88e4bd7ad0 fixes #33309 2017-08-31 16:33:32 +02:00
Joao Moreno 4d1cc41085 fixes #33498 2017-08-31 16:19:19 +02:00
Joao Moreno c9e070991a remove close repo command 2017-08-31 16:12:10 +02:00
Andre Weinand 70d47c3d1a remove devDependencies from shrinkwrap: see #33587 2017-08-31 13:21:30 +02:00
Andre Weinand 04d0ad2989 add a license override for "request" npm module; see #33587 2017-08-31 13:21:30 +02:00
Martin Aeschlimann e369dd0789 "html.validate.scripts" not applied on folder. Fixes #33533 2017-08-31 10:34:50 +02:00
Ramya Achutha Rao c8ac27164e Fix error thrown from missing null check Fixes #33554 2017-08-30 18:02:30 -07:00
Ramya Achutha Rao db05d0ff1a Add option to show emmet suggestions as snippets #32346 2017-08-30 16:26:43 -07:00
Matt Bierner 3416d0d70c Fix markdown preview sometimes not refreshing
Fixes #32111
2017-08-30 15:40:57 -07:00
Christof Marti af9f708041 Only register for file: and untitled: (fixes #33133) 2017-08-30 15:39:13 -07:00
Ramya Achutha Rao 377ad58a81 Trigger emmet on closing square brackets 2017-08-30 14:20:25 -07:00
Ramya Achutha Rao a915f4b3d8 Reset css emmet suggestions on semi colon Fixes #32911 2017-08-30 14:20:25 -07:00
Ramya Achutha Rao b4235a8237 Use name of custom emmet snippets as suggestion label Fixes #33072 2017-08-30 14:20:25 -07:00
Joao 8ab7abed91 fixes #33521 2017-08-30 16:59:31 +02:00
Joao b4fa7f2e27 fixes #33499 2017-08-30 15:25:15 +02:00
Martin Aeschlimann 5e42a4907a Multi root: json.schema setting relative url doesnt get resolved to folder. Fixes #33453 2017-08-30 15:11:16 +02:00
Joao 5b265e0cab fixes #33341 2017-08-30 13:02:20 +02:00