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.
This commit is contained in:
parent
4afb326c49
commit
418a7e38a1
2 changed files with 17 additions and 5 deletions
20
.idea/workspace.xml
generated
20
.idea/workspace.xml
generated
|
|
@ -7,7 +7,7 @@
|
||||||
<cargoProject FILE="$PROJECT_DIR$/Cargo.toml" />
|
<cargoProject FILE="$PROJECT_DIR$/Cargo.toml" />
|
||||||
</component>
|
</component>
|
||||||
<component name="ChangeListManager">
|
<component name="ChangeListManager">
|
||||||
<list default="true" id="7b22105a-0bfb-4392-932c-cec93348d8e9" name="Changes" comment="Remove static_cell dependency Removed the static_cell dependency from Cargo.toml and Cargo.lock. Also cleaned up comments and metadata in main.rs and updated .idea project settings.">
|
<list default="true" id="7b22105a-0bfb-4392-932c-cec93348d8e9" name="Changes" comment="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.">
|
||||||
<change beforePath="$PROJECT_DIR$/.vscode/settings.json" beforeDir="false" afterPath="$PROJECT_DIR$/.vscode/settings.json" afterDir="false" />
|
<change beforePath="$PROJECT_DIR$/.vscode/settings.json" beforeDir="false" afterPath="$PROJECT_DIR$/.vscode/settings.json" afterDir="false" />
|
||||||
</list>
|
</list>
|
||||||
<option name="SHOW_DIALOG" value="false" />
|
<option name="SHOW_DIALOG" value="false" />
|
||||||
|
|
@ -22,6 +22,9 @@
|
||||||
<component name="MacroExpansionManager">
|
<component name="MacroExpansionManager">
|
||||||
<option name="directoryName" value="c4jj78ke" />
|
<option name="directoryName" value="c4jj78ke" />
|
||||||
</component>
|
</component>
|
||||||
|
<component name="ProblemsViewState">
|
||||||
|
<option name="selectedTabId" value="CurrentFile" />
|
||||||
|
</component>
|
||||||
<component name="ProjectColorInfo">{
|
<component name="ProjectColorInfo">{
|
||||||
"customColor": "",
|
"customColor": "",
|
||||||
"associatedIndex": 8
|
"associatedIndex": 8
|
||||||
|
|
@ -97,7 +100,7 @@
|
||||||
<updated>1725751529946</updated>
|
<updated>1725751529946</updated>
|
||||||
<workItem from="1725751530671" duration="64000" />
|
<workItem from="1725751530671" duration="64000" />
|
||||||
<workItem from="1725752698276" duration="5000" />
|
<workItem from="1725752698276" duration="5000" />
|
||||||
<workItem from="1725758634613" duration="1863000" />
|
<workItem from="1725758634613" duration="1888000" />
|
||||||
</task>
|
</task>
|
||||||
<task id="LOCAL-00001" summary="latest stable esp-hal + hello world">
|
<task id="LOCAL-00001" summary="latest stable esp-hal + hello world">
|
||||||
<option name="closed" value="true" />
|
<option name="closed" value="true" />
|
||||||
|
|
@ -123,7 +126,15 @@
|
||||||
<option name="project" value="LOCAL" />
|
<option name="project" value="LOCAL" />
|
||||||
<updated>1725760460968</updated>
|
<updated>1725760460968</updated>
|
||||||
</task>
|
</task>
|
||||||
<option name="localTasksCounter" value="4" />
|
<task id="LOCAL-00004" summary="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.">
|
||||||
|
<option name="closed" value="true" />
|
||||||
|
<created>1725760510812</created>
|
||||||
|
<option name="number" value="00004" />
|
||||||
|
<option name="presentableId" value="LOCAL-00004" />
|
||||||
|
<option name="project" value="LOCAL" />
|
||||||
|
<updated>1725760510812</updated>
|
||||||
|
</task>
|
||||||
|
<option name="localTasksCounter" value="5" />
|
||||||
<servers />
|
<servers />
|
||||||
</component>
|
</component>
|
||||||
<component name="TypeScriptGeneratedFilesManager">
|
<component name="TypeScriptGeneratedFilesManager">
|
||||||
|
|
@ -133,6 +144,7 @@
|
||||||
<MESSAGE value="latest stable esp-hal + hello world" />
|
<MESSAGE value="latest stable esp-hal + hello world" />
|
||||||
<MESSAGE value="latest git version of esp-hal + fix RustRover warnings + probe-rs use this command for installing working probe-rs: ``` cargo install probe-rs-tools \ --git https://github.com/probe-rs/probe-rs \ --rev 9bde591 --force --locked ```" />
|
<MESSAGE value="latest git version of esp-hal + fix RustRover warnings + probe-rs use this command for installing working probe-rs: ``` cargo install probe-rs-tools \ --git https://github.com/probe-rs/probe-rs \ --rev 9bde591 --force --locked ```" />
|
||||||
<MESSAGE value="Remove static_cell dependency Removed the static_cell dependency from Cargo.toml and Cargo.lock. Also cleaned up comments and metadata in main.rs and updated .idea project settings." />
|
<MESSAGE value="Remove static_cell dependency Removed the static_cell dependency from Cargo.toml and Cargo.lock. Also cleaned up comments and metadata in main.rs and updated .idea project settings." />
|
||||||
<option name="LAST_COMMIT_MESSAGE" value="Remove static_cell dependency Removed the static_cell dependency from Cargo.toml and Cargo.lock. Also cleaned up comments and metadata in main.rs and updated .idea project settings." />
|
<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." />
|
||||||
|
<option name="LAST_COMMIT_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." />
|
||||||
</component>
|
</component>
|
||||||
</project>
|
</project>
|
||||||
2
.vscode/settings.json
vendored
2
.vscode/settings.json
vendored
|
|
@ -5,5 +5,5 @@
|
||||||
"evenBetterToml.formatter.arrayAutoExpand": true,
|
"evenBetterToml.formatter.arrayAutoExpand": true,
|
||||||
"evenBetterToml.formatter.arrayTrailingComma": true,
|
"evenBetterToml.formatter.arrayTrailingComma": true,
|
||||||
"evenBetterToml.formatter.reorderArrays": true,
|
"evenBetterToml.formatter.reorderArrays": true,
|
||||||
"rust-analyzer.checkOnSave.allTargets": false,
|
"rust-analyzer.checkOnSave.allTargets": false
|
||||||
}
|
}
|
||||||
Loading…
Add table
Reference in a new issue