workspace
This commit is contained in:
parent
c4ac9c530c
commit
35c9a4ff6f
1 changed files with 13 additions and 5 deletions
18
.idea/workspace.xml
generated
18
.idea/workspace.xml
generated
|
|
@ -7,9 +7,8 @@
|
|||
<cargoProject FILE="$PROJECT_DIR$/Cargo.toml" />
|
||||
</component>
|
||||
<component name="ChangeListManager">
|
||||
<list default="true" id="7b22105a-0bfb-4392-932c-cec93348d8e9" name="Changes" comment="Fix typo and update task metadata Corrected a typo in a comment in `main.rs` from "full time" to "full type". Updated task metadata and comments in `.idea/workspace.xml` to reflect changes and ensure consistency.">
|
||||
<list default="true" id="7b22105a-0bfb-4392-932c-cec93348d8e9" name="Changes" comment="rustfmt">
|
||||
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/src/main.rs" beforeDir="false" afterPath="$PROJECT_DIR$/src/main.rs" afterDir="false" />
|
||||
</list>
|
||||
<option name="SHOW_DIALOG" value="false" />
|
||||
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
||||
|
|
@ -108,7 +107,7 @@
|
|||
<updated>1725751529946</updated>
|
||||
<workItem from="1725751530671" duration="64000" />
|
||||
<workItem from="1725752698276" duration="5000" />
|
||||
<workItem from="1725758634613" duration="2055000" />
|
||||
<workItem from="1725758634613" duration="2173000" />
|
||||
</task>
|
||||
<task id="LOCAL-00001" summary="latest stable esp-hal + hello world">
|
||||
<option name="closed" value="true" />
|
||||
|
|
@ -158,7 +157,15 @@
|
|||
<option name="project" value="LOCAL" />
|
||||
<updated>1725760574384</updated>
|
||||
</task>
|
||||
<option name="localTasksCounter" value="7" />
|
||||
<task id="LOCAL-00007" summary="rustfmt">
|
||||
<option name="closed" value="true" />
|
||||
<created>1725760714925</created>
|
||||
<option name="number" value="00007" />
|
||||
<option name="presentableId" value="LOCAL-00007" />
|
||||
<option name="project" value="LOCAL" />
|
||||
<updated>1725760714925</updated>
|
||||
</task>
|
||||
<option name="localTasksCounter" value="8" />
|
||||
<servers />
|
||||
</component>
|
||||
<component name="TypeScriptGeneratedFilesManager">
|
||||
|
|
@ -182,6 +189,7 @@
|
|||
<MESSAGE value="Remove outdated comments and update task metadata Removed obsolete comments from `.vscode/settings.json` and updated task metadata in `.idea/workspace.xml`. These changes include the removal of the static_cell dependency and cleanup of various project settings." />
|
||||
<MESSAGE value="Update comments and task metadata Removed outdated comments from `.vscode/settings.json` and updated task metadata in `.idea/workspace.xml`. These updates also include the removal of the static_cell dependency and general cleanup of project settings." />
|
||||
<MESSAGE value="Fix typo and update task metadata Corrected a typo in a comment in `main.rs` from "full time" to "full type". Updated task metadata and comments in `.idea/workspace.xml` to reflect changes and ensure consistency." />
|
||||
<option name="LAST_COMMIT_MESSAGE" value="Fix typo and update task metadata Corrected a typo in a comment in `main.rs` from "full time" to "full type". Updated task metadata and comments in `.idea/workspace.xml` to reflect changes and ensure consistency." />
|
||||
<MESSAGE value="rustfmt" />
|
||||
<option name="LAST_COMMIT_MESSAGE" value="rustfmt" />
|
||||
</component>
|
||||
</project>
|
||||
Loading…
Add table
Reference in a new issue