mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-02-18 22:23:56 +08:00
* Add CLion run configs and external tools setup Introduced CLion configuration files for "Build Debug" and "Build Release," along with external tool definitions for Poetry SCons commands. Additionally, commented out `.idea` in `.gitignore` to track necessary project-specific settings. * rename * only exclude specific files from gitignore * wildcard --------- Co-authored-by: Jason Wen <haibin.wen3@gmail.com>
10 lines
644 B
XML
10 lines
644 B
XML
<component name="ProjectRunConfigurationManager">
|
|
<configuration default="false" name="Build Debug" type="CLionExternalRunConfiguration" factoryName="Application" REDIRECT_INPUT="false" ELEVATE="false" USE_EXTERNAL_CONSOLE="false" EMULATE_TERMINAL="false" WORKING_DIR="file://$ProjectFileDir$/selfdrive/ui" PASS_PARENT_ENVS_2="true" PROJECT_NAME="sunnypilot" TARGET_NAME="uv Scons Build Debug" CONFIG_NAME="uv Scons Build Debug" RUN_PATH="ui">
|
|
<envs>
|
|
<env name="QT_DBL_CLICK_DIST" value="150" />
|
|
</envs>
|
|
<method v="2">
|
|
<option name="CLION.EXTERNAL.BUILD" enabled="true" />
|
|
</method>
|
|
</configuration>
|
|
</component> |