-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move back to a lighter file dialog implementation
Turns out tinyfiledialogs didn't open file pickers on my Ubuntu+sway dev setup because popen seemed to fail silently while running in the lldb vscode debugger. The 'official' cppdbg seems to work fine. Let's revert back the file dialogs and use cppdbg in the launch commands. Rfd is pretty heavy on linux at least and added >20% to compile times.
- Loading branch information
Showing
3 changed files
with
15 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters