workspace.xml
XML 1.0 document, ASCII text
1<?xml version="1.0" encoding="UTF-8"?> 2<project version="4"> 3<component name="AutoImportSettings"> 4<option name="autoReloadType" value="SELECTIVE" /> 5</component> 6<component name="ChangeListManager"> 7<list default="true" id="bfb6b072-e524-4a79-ba52-6272edbc262e" name="Changes" comment="Snake case"> 8<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" /> 9</list> 10<option name="SHOW_DIALOG" value="false" /> 11<option name="HIGHLIGHT_CONFLICTS" value="true" /> 12<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" /> 13<option name="LAST_RESOLUTION" value="IGNORE" /> 14</component> 15<component name="FileTemplateManagerImpl"> 16<option name="RECENT_TEMPLATES"> 17<list> 18<option value="HTML File" /> 19<option value="Python Script" /> 20</list> 21</option> 22</component> 23<component name="Git.Settings"> 24<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" /> 25</component> 26<component name="ProjectColorInfo"><![CDATA[{ 27"customColor": "8bc34aff", 28"associatedIndex": 4 29}]]></component> 30<component name="ProjectId" id="2fH5y7tciPdpZiAKDRg5OvklhUh" /> 31<component name="ProjectLevelVcsManager" settingsEditedManually="true" /> 32<component name="ProjectViewState"> 33<option name="hideEmptyMiddlePackages" value="true" /> 34<option name="showLibraryContents" value="true" /> 35</component> 36<component name="PropertiesComponent"><![CDATA[{ 37"keyToString": { 38"DefaultHtmlFileTemplate": "HTML File", 39"RunOnceActivity.ShowReadmeOnStart": "true", 40"git-widget-placeholder": "master", 41"last_opened_file_path": "/home/vlad/ampoule", 42"node.js.detected.package.eslint": "true", 43"node.js.detected.package.tslint": "true", 44"node.js.selected.package.eslint": "(autodetect)", 45"node.js.selected.package.tslint": "(autodetect)", 46"nodejs_package_manager_path": "npm", 47"settings.editor.selected.configurable": "preferences.lookFeel", 48"vue.rearranger.settings.migration": "true" 49} 50}]]></component> 51<component name="RecentsManager"> 52<key name="CopyFile.RECENT_KEYS"> 53<recent name="$PROJECT_DIR$/static/fonts" /> 54<recent name="$PROJECT_DIR$/my_site/static/fonts" /> 55</key> 56</component> 57<component name="RunManager"> 58<configuration name="vial" type="PythonConfigurationType" factoryName="Python" nameIsGenerated="true"> 59<module name="vial" /> 60<option name="ENV_FILES" value="" /> 61<option name="INTERPRETER_OPTIONS" value="" /> 62<option name="PARENT_ENVS" value="true" /> 63<envs> 64<env name="PYTHONUNBUFFERED" value="1" /> 65</envs> 66<option name="SDK_HOME" value="" /> 67<option name="WORKING_DIRECTORY" value="$PROJECT_DIR$" /> 68<option name="IS_MODULE_SDK" value="true" /> 69<option name="ADD_CONTENT_ROOTS" value="true" /> 70<option name="ADD_SOURCE_ROOTS" value="true" /> 71<EXTENSION ID="PythonCoverageRunConfigurationExtension" runner="coverage.py" /> 72<option name="SCRIPT_NAME" value="$PROJECT_DIR$/vial.py" /> 73<option name="PARAMETERS" value="" /> 74<option name="SHOW_COMMAND_LINE" value="false" /> 75<option name="EMULATE_TERMINAL" value="false" /> 76<option name="MODULE_MODE" value="false" /> 77<option name="REDIRECT_INPUT" value="false" /> 78<option name="INPUT_FILE" value="" /> 79<method v="2" /> 80</configuration> 81</component> 82<component name="SharedIndexes"> 83<attachedChunks> 84<set> 85<option value="bundled-js-predefined-1d06a55b98c1-0b3e54e931b4-JavaScript-PY-241.17890.14" /> 86<option value="bundled-python-sdk-5b207ade9991-7e9c3bbb6e34-com.jetbrains.pycharm.pro.sharedIndexes.bundled-PY-241.17890.14" /> 87</set> 88</attachedChunks> 89</component> 90<component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" /> 91<component name="TaskManager"> 92<task active="true" id="Default" summary="Default task"> 93<changelist id="bfb6b072-e524-4a79-ba52-6272edbc262e" name="Changes" comment="" /> 94<created>1713445413599</created> 95<option name="number" value="Default" /> 96<option name="presentableId" value="Default" /> 97<updated>1713445413599</updated> 98<workItem from="1719316171662" duration="2788000" /> 99</task> 100<task id="LOCAL-00001" summary="Initial commit: basic functionality"> 101<option name="closed" value="true" /> 102<created>1713532390233</created> 103<option name="number" value="00001" /> 104<option name="presentableId" value="LOCAL-00001" /> 105<option name="project" value="LOCAL" /> 106<updated>1713532390233</updated> 107</task> 108<task id="LOCAL-00002" summary="Snake case"> 109<option name="closed" value="true" /> 110<created>1716298507811</created> 111<option name="number" value="00002" /> 112<option name="presentableId" value="LOCAL-00002" /> 113<option name="project" value="LOCAL" /> 114<updated>1716298507811</updated> 115</task> 116<option name="localTasksCounter" value="3" /> 117<servers /> 118</component> 119<component name="TypeScriptGeneratedFilesManager"> 120<option name="version" value="3" /> 121</component> 122<component name="VcsManagerConfiguration"> 123<MESSAGE value="Initial commit: basic functionality" /> 124<MESSAGE value="Snake case" /> 125<option name="LAST_COMMIT_MESSAGE" value="Snake case" /> 126</component> 127</project>