mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 04:09:28 +00:00
Recognize .pyt files in Python extension (#133546)
This commit is contained in:
@@ -24,7 +24,8 @@
|
||||
".gyp",
|
||||
".gypi",
|
||||
".pyi",
|
||||
".ipy"
|
||||
".ipy",
|
||||
".pyt"
|
||||
],
|
||||
"aliases": [
|
||||
"Python",
|
||||
|
||||
Reference in New Issue
Block a user