Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi,
I'm probably missing something so obvious but when I open a .pyp file in VS Code. It is not recognize as a python file. Syntax highlighting does not work.
Is there a way to set-it as a python file?
Tried searching google but couldnt' find any relevant info.
Pretty please?
How to make VS Code treat a file extensions as a certain language?
Cheers, Maxime.
@m_adam
Gotcha. Thanks for the link. Works as expected.
Just a heads up. ".pyp": "py" doesn't work.
".pyp": "py"
Need to specify the actual language "*.pyp": "python"
"*.pyp": "python"
Btw if you install the Cinema 4D Vs Code extension, pyp extension should be added as Python.