Fixes #50 - add CodeLens excludes for html & vue files

This commit is contained in:
Eric Amodio
2017-03-15 15:54:11 -04:00
parent 6074a06fc9
commit f6bde72baf
2 changed files with 14 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "gitlens",
"version": "2.12.1",
"version": "2.12.2",
"author": {
"name": "Eric Amodio",
"email": "eamodio@gmail.com"
@@ -152,12 +152,20 @@
"gitlens.codeLens.languageLocations": {
"type": "array",
"default": [
{
"language": "css",
"location": "document"
},
{
"language": "html",
"location": "document"
},
{
"language": "json",
"location": "document"
},
{
"language": "css",
"language": "less",
"location": "document"
},
{
@@ -165,7 +173,7 @@
"location": "document"
},
{
"language": "less",
"language": "vue",
"location": "document"
}
],