sindresorhus / editorconfig-sublime

Sublime Text plugin for EditorConfig - Helps developers maintain consistent coding styles between different editors
MIT License
1.77k stars 108 forks source link

Opt-in to python 3.8 #101

Closed deathaxe closed 9 months ago

deathaxe commented 10 months ago

This PR proposes to enable the plugin to run on python 3.8 plugin_host when running on ST4.

sindresorhus commented 10 months ago

Can you link to docs about this?

deathaxe commented 10 months ago

What docs?

Sublime Text 4 ships with 2 plugin hosts. The "legacy" one for python 3.3 and a newer one bundling python 3.8.

The file added by this PR is a cookie to tell ST which plugin_host to use.

ST doesn't use latest one automatically to avoid compatibility issues.