Browse Source

Fixes #567 - limits code lens to be document level only for yaml

main
Eric Amodio 6 years ago
parent
commit
dd49f8802c
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      package.json

+ 6
- 0
package.json View File

@ -316,6 +316,12 @@
"scopes": [ "scopes": [
"document" "document"
] ]
},
{
"language": "yaml",
"scopes": [
"document"
]
} }
], ],
"items": { "items": {

Loading…
Cancel
Save