Language features not supported for ".pyi" python type files. Fixes #66652

This commit is contained in:
Martin Aeschlimann 2019-01-28 22:59:25 +01:00
parent 4c89a268f5
commit 85119f3faf

View file

@ -10,7 +10,7 @@
"contributes": {
"languages": [{
"id": "python",
"extensions": [ ".py", ".rpy", ".pyw", ".cpy", ".gyp", ".gypi", ".snakefile", ".smk"],
"extensions": [ ".py", ".rpy", ".pyw", ".cpy", ".gyp", ".gypi", ".snakefile", ".smk", ".pyi"],
"aliases": [ "Python", "py" ],
"firstLine": "^#!\\s*/.*\\bpython[0-9.-]*\\b",
"configuration": "./language-configuration.json"