mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-09-24 06:36:08 +00:00
Allow customisation of VS Code executable
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user