seanwu1105 / vscode-qt-for-python

Qt for Python (PySide and PyQt) extension for Visual Studio Code.
https://marketplace.visualstudio.com/items?itemName=seanwu.vscode-qt-for-python
MIT License
186 stars 15 forks source link

Stop the UI to be compiled to Python? #316

Closed ghost closed 1 year ago

ghost commented 1 year ago

Is there a way to stop this extension from compiling ui files into Python automatically?

seanwu1105 commented 1 year ago

You can disable the live update in the extension configuration.

ghost commented 1 year ago

Oh I had not noticed that the "Featured Contributions" tab has the config settings listed.