workspace.xml 3.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project version="4">
  3. <component name="AutoImportSettings">
  4. <option name="autoReloadType" value="ALL" />
  5. </component>
  6. <component name="ChangeListManager">
  7. <list default="true" id="82c9532a-4868-4653-982c-0f0ec6f4cfe9" name="Changes" comment="">
  8. <change beforePath="$PROJECT_DIR$/.idea/modules.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/modules.xml" afterDir="false" />
  9. <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
  10. <change beforePath="$PROJECT_DIR$/service/auto_task.go" beforeDir="false" afterPath="$PROJECT_DIR$/service/auto_task.go" afterDir="false" />
  11. </list>
  12. <option name="SHOW_DIALOG" value="false" />
  13. <option name="HIGHLIGHT_CONFLICTS" value="true" />
  14. <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
  15. <option name="LAST_RESOLUTION" value="IGNORE" />
  16. </component>
  17. <component name="GOROOT" url="file://$USER_HOME$/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.3.windows-amd64" />
  18. <component name="Git.Settings">
  19. <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
  20. </component>
  21. <component name="ProjectColorInfo">{
  22. &quot;customColor&quot;: &quot;&quot;,
  23. &quot;associatedIndex&quot;: 6
  24. }</component>
  25. <component name="ProjectId" id="2x25ZlcXwxEhsFwrJGyLvANRnlt" />
  26. <component name="ProjectViewState">
  27. <option name="hideEmptyMiddlePackages" value="true" />
  28. <option name="showLibraryContents" value="true" />
  29. </component>
  30. <component name="PropertiesComponent">{
  31. &quot;keyToString&quot;: {
  32. &quot;ModuleVcsDetector.initialDetectionPerformed&quot;: &quot;true&quot;,
  33. &quot;RunOnceActivity.GoLinterPluginOnboarding&quot;: &quot;true&quot;,
  34. &quot;RunOnceActivity.GoLinterPluginStorageMigration&quot;: &quot;true&quot;,
  35. &quot;RunOnceActivity.ShowReadmeOnStart&quot;: &quot;true&quot;,
  36. &quot;RunOnceActivity.git.unshallow&quot;: &quot;true&quot;,
  37. &quot;RunOnceActivity.go.formatter.settings.were.checked&quot;: &quot;true&quot;,
  38. &quot;RunOnceActivity.go.migrated.go.modules.settings&quot;: &quot;true&quot;,
  39. &quot;RunOnceActivity.go.modules.go.list.on.any.changes.was.set&quot;: &quot;true&quot;,
  40. &quot;git-widget-placeholder&quot;: &quot;develop&quot;,
  41. &quot;go.import.settings.migrated&quot;: &quot;true&quot;,
  42. &quot;go.sdk.automatically.set&quot;: &quot;true&quot;,
  43. &quot;last_opened_file_path&quot;: &quot;C:/Users/XingYuXian&quot;,
  44. &quot;node.js.detected.package.eslint&quot;: &quot;true&quot;,
  45. &quot;node.js.selected.package.eslint&quot;: &quot;(autodetect)&quot;,
  46. &quot;nodejs_package_manager_path&quot;: &quot;npm&quot;,
  47. &quot;settings.editor.selected.configurable&quot;: &quot;go.vgo&quot;
  48. }
  49. }</component>
  50. <component name="SharedIndexes">
  51. <attachedChunks>
  52. <set>
  53. <option value="bundled-gosdk-3b128438d3f6-34ac7aa8f6ab-org.jetbrains.plugins.go.sharedIndexes.bundled-GO-251.23774.430" />
  54. <option value="bundled-js-predefined-d6986cc7102b-f27c65a3e318-JavaScript-GO-251.23774.430" />
  55. </set>
  56. </attachedChunks>
  57. </component>
  58. <component name="TaskManager">
  59. <task active="true" id="Default" summary="Default task">
  60. <changelist id="82c9532a-4868-4653-982c-0f0ec6f4cfe9" name="Changes" comment="" />
  61. <created>1747123385690</created>
  62. <option name="number" value="Default" />
  63. <option name="presentableId" value="Default" />
  64. <updated>1747123385690</updated>
  65. </task>
  66. <servers />
  67. </component>
  68. <component name="TypeScriptGeneratedFilesManager">
  69. <option name="version" value="3" />
  70. </component>
  71. <component name="VgoProject">
  72. <environment>
  73. <map>
  74. <entry key="GOPROXY" value="https://gopropxy.cn" />
  75. </map>
  76. </environment>
  77. <settings-migrated>true</settings-migrated>
  78. </component>
  79. </project>