Skip to content

Commit 85119f3

Browse files
committed
Language features not supported for ".pyi" python type files. Fixes microsoft#66652
1 parent 4c89a26 commit 85119f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extensions/python/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"contributes": {
1111
"languages": [{
1212
"id": "python",
13-
"extensions": [ ".py", ".rpy", ".pyw", ".cpy", ".gyp", ".gypi", ".snakefile", ".smk"],
13+
"extensions": [ ".py", ".rpy", ".pyw", ".cpy", ".gyp", ".gypi", ".snakefile", ".smk", ".pyi"],
1414
"aliases": [ "Python", "py" ],
1515
"firstLine": "^#!\\s*/.*\\bpython[0-9.-]*\\b",
1616
"configuration": "./language-configuration.json"

0 commit comments

Comments
 (0)