ktnrg45 / vs-code-cython

VS Code Language Extension for Cython
MIT License
42 stars 3 forks source link

Tries to parse .py files #11

Open Nikratio opened 1 year ago

Nikratio commented 1 year ago

Hi,

For some reason, this attention is attempting to parse .py (i.e., non-Cython but regular Python) files for me, resulting in lots of bogus syntax errors.

I did no configuration other than installing the extension.

Version is [0.2.0]

ktnrg45 commented 1 year ago

Hi,

This extension should only activate by default on '.pyx, .pxd, .pxi' extensions. I would check file associations and make sure they are correct.

Is cython shown at the bottom when a .py file is open? image