Skip to content

Conversation

@philnagel
Copy link
Contributor

.pyt files are a file type used by the ESRI ArcGIS software to describe Python toolboxes. ArcGIS is a commonly used, commercial GIS (Geographic Information Systems) software. One way of extending this software is by using custom tools, which can be contained in native (.tbx) or Python (.pyt) toolboxes.

Python toolboxes are text files containing regular Python code, but use the .pyt extension to allow ArcGIS to identify them. It would be great if the .pyt file extension could be included as one used by the VSCode Python extension.

This PR adds the .pyt extension to the list of supported file types for the VS Code Python Extension.

This PR fixes #133545

@joaomoreno joaomoreno merged commit e58932d into microsoft:main Sep 29, 2021
@joaomoreno joaomoreno added this to the September 2021 milestone Sep 29, 2021
@joaomoreno
Copy link
Member

Thanks!

@github-actions github-actions bot locked and limited conversation to collaborators Nov 13, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Identify .pyt files as Python files

2 participants