mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-09-22 05:35:48 +00:00
Allow customisation of VS Code executable
This commit is contained in:
@@ -85,6 +85,8 @@ private slots:
|
||||
void on_Python_StubPaths_clicked();
|
||||
void on_Python_DebugPyDirBrowse_clicked();
|
||||
void on_Python_DebugPyDir_textEdited(const QString &dir);
|
||||
void on_Python_VSCodePathBrowse_clicked();
|
||||
void on_Python_VSCodePath_textEdited(const QString &dir);
|
||||
void on_Python_DebugEnabled_toggled(bool checked);
|
||||
void on_Python_LaunchVSCode_toggled(bool checked);
|
||||
void on_Python_PromptReloadUnchanged_toggled(bool checked);
|
||||
|
||||
Reference in New Issue
Block a user