Yarn.lock should not be a registered filename in yaml language contributes. Fixes #50967

This commit is contained in:
Martin Aeschlimann 2018-06-06 16:11:49 +02:00
parent 0b3d76c1c8
commit 13471d3b4b

View file

@ -24,9 +24,6 @@
".eyml",
".yaml"
],
"filenames": [
"yarn.lock"
],
"firstLine": "^#cloud-config",
"configuration": "./language-configuration.json"
}