workspace.xml
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="CMakePresetLoader">{ 7 "useNewFormat": true 8 }</component> 9 <component name="CMakeRunConfigurationManager"> 10 <generated /> 11 </component> 12 <component name="CMakeSettings"> 13 <configurations> 14 <configuration PROFILE_NAME="Debug" ENABLED="true" CONFIG_NAME="Debug" /> 15 </configurations> 16 </component> 17 <component name="CargoProjects"> 18 <cargoProject FILE="$PROJECT_DIR$/Cargo.toml" /> 19 </component> 20 <component name="ChangeListManager"> 21 <list default="true" id="c3640c1f-83dd-4098-b1f3-a1596ccb520c" name="Changes" comment=""> 22 <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" /> 23 <change beforePath="$PROJECT_DIR$/src/main.rs" beforeDir="false" afterPath="$PROJECT_DIR$/src/main.rs" afterDir="false" /> 24 </list> 25 <option name="SHOW_DIALOG" value="false" /> 26 <option name="HIGHLIGHT_CONFLICTS" value="true" /> 27 <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" /> 28 <option name="LAST_RESOLUTION" value="IGNORE" /> 29 </component> 30 <component name="ClangdSettings"> 31 <option name="formatViaClangd" value="false" /> 32 </component> 33 <component name="ExternalProjectsData"> 34 <projectState path="$PROJECT_DIR$"> 35 <ProjectState /> 36 </projectState> 37 </component> 38 <component name="Git.Settings"> 39 <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" /> 40 </component> 41 <component name="MacroExpansionManager"> 42 <option name="directoryName" value="w24j9fqz" /> 43 </component> 44 <component name="MakefileLocalSettings"> 45 <option name="availableProjects"> 46 <map> 47 <entry> 48 <key> 49 <ExternalProjectPojo> 50 <option name="name" value="RePong" /> 51 <option name="path" value="$PROJECT_DIR$" /> 52 </ExternalProjectPojo> 53 </key> 54 <value> 55 <list> 56 <ExternalProjectPojo> 57 <option name="name" value="repong" /> 58 <option name="path" value="$PROJECT_DIR$" /> 59 </ExternalProjectPojo> 60 </list> 61 </value> 62 </entry> 63 </map> 64 </option> 65 <option name="projectSyncType"> 66 <map> 67 <entry key="$PROJECT_DIR$" value="RE_IMPORT" /> 68 </map> 69 </option> 70 </component> 71 <component name="MarkdownSettingsMigration"> 72 <option name="stateVersion" value="1" /> 73 </component> 74 <component name="ProjectApplicationVersion"> 75 <option name="ide" value="CLion" /> 76 <option name="majorVersion" value="2022" /> 77 <option name="minorVersion" value="2.4" /> 78 </component> 79 <component name="ProjectId" id="2Hx9e93wKMg7bXJyTALWnZOPf4G" /> 80 <component name="ProjectLevelVcsManager" settingsEditedManually="true" /> 81 <component name="ProjectViewState"> 82 <option name="hideEmptyMiddlePackages" value="true" /> 83 <option name="showLibraryContents" value="true" /> 84 </component> 85 <component name="PropertiesComponent">{ 86 "keyToString": { 87 "ASKED_SHARE_PROJECT_CONFIGURATION_FILES": "true", 88 "RunOnceActivity.OpenProjectViewOnStart": "true", 89 "RunOnceActivity.ShowReadmeOnStart": "true", 90 "RunOnceActivity.cidr.known.project.marker": "true", 91 "WebServerToolWindowFactoryState": "false", 92 "cf.first.check.clang-format": "false", 93 "cidr.known.project.marker": "true", 94 "last_opened_file_path": "/home/elias/Coding/Projects/RePong", 95 "node.js.detected.package.eslint": "true", 96 "node.js.detected.package.tslint": "true", 97 "node.js.selected.package.eslint": "(autodetect)", 98 "node.js.selected.package.tslint": "(autodetect)", 99 "nodejs_package_manager_path": "npm", 100 "org.rust.cargo.project.model.PROJECT_DISCOVERY": "true", 101 "settings.editor.selected.configurable": "preferences.keymap" 102 } 103 }</component> 104 <component name="RunManager" selected="Cargo.build"> 105 <configuration default="true" type="CLionExternalRunConfiguration" factoryName="Application" REDIRECT_INPUT="false" ELEVATE="false" USE_EXTERNAL_CONSOLE="false" PASS_PARENT_ENVS_2="true"> 106 <method v="2"> 107 <option name="CLION.EXTERNAL.BUILD" enabled="true" /> 108 </method> 109 </configuration> 110 <configuration name="build" type="CargoCommandRunConfiguration" factoryName="Cargo Command" temporary="true"> 111 <option name="command" value="build" /> 112 <option name="workingDirectory" value="file://$PROJECT_DIR$" /> 113 <option name="channel" value="DEFAULT" /> 114 <option name="requiredFeatures" value="true" /> 115 <option name="allFeatures" value="false" /> 116 <option name="emulateTerminal" value="false" /> 117 <option name="withSudo" value="false" /> 118 <option name="buildTarget" value="REMOTE" /> 119 <option name="backtrace" value="SHORT" /> 120 <envs /> 121 <option name="isRedirectInput" value="false" /> 122 <option name="redirectInputPath" value="" /> 123 <method v="2"> 124 <option name="CARGO.BUILD_TASK_PROVIDER" enabled="true" /> 125 </method> 126 </configuration> 127 <configuration name="run-docker" type="MAKEFILE_TARGET_RUN_CONFIGURATION" factoryName="Makefile" temporary="true"> 128 <makefile filename="$PROJECT_DIR$/Makefile" target="run-docker" workingDirectory="" arguments=""> 129 <envs /> 130 </makefile> 131 <method v="2" /> 132 </configuration> 133 <configuration name="run-x" type="MAKEFILE_TARGET_RUN_CONFIGURATION" factoryName="Makefile" temporary="true"> 134 <makefile filename="$PROJECT_DIR$/Makefile" target="run-x" workingDirectory="" arguments=""> 135 <envs /> 136 </makefile> 137 <method v="2" /> 138 </configuration> 139 <recent_temporary> 140 <list> 141 <item itemvalue="Cargo.build" /> 142 <item itemvalue="Makefile Target.run-x" /> 143 <item itemvalue="Makefile Target.run-docker" /> 144 </list> 145 </recent_temporary> 146 </component> 147 <component name="RustProjectSettings"> 148 <option name="toolchainHomeDirectory" value="$USER_HOME$/.cargo/bin" /> 149 <option name="version" value="2" /> 150 </component> 151 <component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" /> 152 <component name="TaskManager"> 153 <task active="true" id="Default" summary="Default task"> 154 <changelist id="c3640c1f-83dd-4098-b1f3-a1596ccb520c" name="Changes" comment="" /> 155 <created>1669215959230</created> 156 <option name="number" value="Default" /> 157 <option name="presentableId" value="Default" /> 158 <updated>1669215959230</updated> 159 <workItem from="1669215960700" duration="3525000" /> 160 <workItem from="1669223731254" duration="59000" /> 161 <workItem from="1669223805219" duration="9292000" /> 162 <workItem from="1669620953753" duration="30000" /> 163 <workItem from="1669621024761" duration="21000" /> 164 <workItem from="1669817060983" duration="2486000" /> 165 <workItem from="1680162283852" duration="2330000" /> 166 <workItem from="1680289833031" duration="12681000" /> 167 <workItem from="1680588722943" duration="6000" /> 168 <workItem from="1680691761350" duration="10000" /> 169 <workItem from="1680885878995" duration="2893000" /> 170 <workItem from="1680888841958" duration="17000" /> 171 <workItem from="1680888922727" duration="5964000" /> 172 <workItem from="1680895226340" duration="14377000" /> 173 <workItem from="1681410281750" duration="56297000" /> 174 </task> 175 <servers /> 176 </component> 177 <component name="TypeScriptGeneratedFilesManager"> 178 <option name="version" value="3" /> 179 </component> 180 <component name="Vcs.Log.Tabs.Properties"> 181 <option name="TAB_STATES"> 182 <map> 183 <entry key="MAIN"> 184 <value> 185 <State /> 186 </value> 187 </entry> 188 </map> 189 </option> 190 </component> 191 <component name="VcsManagerConfiguration"> 192 <ignored-roots> 193 <path value="$PROJECT_DIR$/.." /> 194 </ignored-roots> 195 </component> 196 <component name="XSLT-Support.FileAssociations.UIState"> 197 <expand /> 198 <select /> 199 </component> 200 </project>