You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
1.1 KiB

<toolSet name="External Tools">
<tool name="RefreshAssets4Flutter" showInMainMenu="false" showInEditor="false" showInProject="false" showInSearchPopup="false" disabled="false" useConsole="true" showConsoleOnStdOut="false" showConsoleOnStdErr="false" synchronizeAfterRun="true">
<exec>
<option name="COMMAND" value="$USER_HOME$/flutter/bin/dart" />
<option name="PARAMETERS" value="$USER_HOME$/Documents/code/asset_generator.dart" />
<option name="WORKING_DIRECTORY" value="$ProjectFileDir$" />
</exec>
</tool>
<tool name="Json4Flutter" showInMainMenu="false" showInEditor="false" showInProject="false" showInSearchPopup="false" disabled="false" useConsole="true" showConsoleOnStdOut="false" showConsoleOnStdErr="false" synchronizeAfterRun="true">
<exec>
<option name="COMMAND" value="$USER_HOME$/PycharmProjects/JSONFormat4Flutter/venv/bin/python3" />
<option name="PARAMETERS" value="$USER_HOME$/PycharmProjects/JSONFormat4Flutter/formatter.py" />
<option name="WORKING_DIRECTORY" value="$ProjectFileDir$" />
</exec>
</tool>
</toolSet>