kbrose / vsc-python-indent

Correctly indent python code on the fly, in Visual Studio Code.
https://marketplace.visualstudio.com/items?itemName=KevinRose.vsc-python-indent
MIT License
82 stars 19 forks source link

In remote development, prefer to run on host #106

Closed kbrose closed 2 years ago

kbrose commented 2 years ago

Checklist

Description

Updates the default extension kind to prefer UI with workspace fallback.

Based on feedback in https://github.com/kbrose/vsc-python-indent/issues/91 (and my personal usage for the past few months) it seems like this is a safe choice.