Allow customisation of VS Code executable

This commit is contained in:
baldurk
2026-08-13 17:46:44 +01:00
parent ca0ac6157a
commit c97850e39b
5 changed files with 55 additions and 4 deletions
+20 -3
View File
@@ -770,14 +770,31 @@ If disabled, debugging will do nothing and wait for a debugger connection.</stri
</property>
</widget>
</item>
<item row="5" column="0">
<item row="5" column="0" colspan="2">
<widget class="QLabel" name="Python_VSCodePathLabel">
<property name="text">
<string>Location of VSCode 'code' executable</string>
</property>
</widget>
</item>
<item row="6" column="0">
<widget class="QLineEdit" name="Python_VSCodePath"/>
</item>
<item row="6" column="1">
<widget class="QPushButton" name="Python_VSCodePathBrowse">
<property name="text">
<string>Browse</string>
</property>
</widget>
</item>
<item row="7" column="0">
<widget class="QLabel" name="Python_PromptReloadUnchangedLabel">
<property name="text">
<string>Prompt for reload unmodified scripts with changes from disk</string>
</property>
</widget>
</item>
<item row="5" column="1">
<item row="7" column="1">
<widget class="QCheckBox" name="Python_PromptReloadUnchanged">
<property name="toolTip">
<string>If a script open in the python editor has changes on disk but has not been modified in the UI,
@@ -788,7 +805,7 @@ prompt when reloading from disk.</string>
</property>
</widget>
</item>
<item row="6" column="0" colspan="2">
<item row="8" column="0" colspan="2">
<spacer name="verticalSpacer_9">
<property name="orientation">
<enum>Qt::Vertical</enum>