workspace.xml 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  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="f4dc82b3-ff8e-4683-8d94-679b27583f09" name="Changes" comment="清理依赖">
  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="Go File" />
  19. </list>
  20. </option>
  21. </component>
  22. <component name="GOROOT" url="file://$USER_HOME$/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.3.windows-amd64" />
  23. <component name="Git.Settings">
  24. <option name="RECENT_BRANCH_BY_REPOSITORY">
  25. <map>
  26. <entry key="$PROJECT_DIR$" value="zhou" />
  27. </map>
  28. </option>
  29. <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
  30. </component>
  31. <component name="ProjectColorInfo">{
  32. &quot;associatedIndex&quot;: 5
  33. }</component>
  34. <component name="ProjectId" id="2wriPtS6hgOAnwriSVdTirdGPUf" />
  35. <component name="ProjectViewState">
  36. <option name="hideEmptyMiddlePackages" value="true" />
  37. <option name="showLibraryContents" value="true" />
  38. </component>
  39. <component name="PropertiesComponent"><![CDATA[{
  40. "keyToString": {
  41. "DefaultGoTemplateProperty": "Go File",
  42. "Go Build.go build youngee_m_api.executor": "Debug",
  43. "RunOnceActivity.GoLinterPluginOnboarding": "true",
  44. "RunOnceActivity.GoLinterPluginStorageMigration": "true",
  45. "RunOnceActivity.ShowReadmeOnStart": "true",
  46. "RunOnceActivity.git.unshallow": "true",
  47. "RunOnceActivity.go.formatter.settings.were.checked": "true",
  48. "RunOnceActivity.go.migrated.go.modules.settings": "true",
  49. "RunOnceActivity.go.modules.automatic.dependencies.download": "true",
  50. "RunOnceActivity.go.modules.go.list.on.any.changes.was.set": "true",
  51. "git-widget-placeholder": "develop",
  52. "go.import.settings.migrated": "true",
  53. "go.sdk.automatically.set": "true",
  54. "last_opened_file_path": "C:/Users/Mr.Zhou",
  55. "node.js.detected.package.eslint": "true",
  56. "node.js.selected.package.eslint": "(autodetect)",
  57. "nodejs_package_manager_path": "npm",
  58. "settings.editor.selected.configurable": "go.vgo"
  59. }
  60. }]]></component>
  61. <component name="RunManager">
  62. <configuration name="go build youngee_m_api" type="GoApplicationRunConfiguration" factoryName="Go Application" nameIsGenerated="true">
  63. <module name="younggee_m_api" />
  64. <working_directory value="$PROJECT_DIR$" />
  65. <kind value="PACKAGE" />
  66. <package value="youngee_m_api" />
  67. <directory value="$PROJECT_DIR$" />
  68. <filePath value="$PROJECT_DIR$" />
  69. <method v="2" />
  70. </configuration>
  71. </component>
  72. <component name="SharedIndexes">
  73. <attachedChunks>
  74. <set>
  75. <option value="bundled-gosdk-33c477a475b1-e0158606a674-org.jetbrains.plugins.go.sharedIndexes.bundled-GO-241.18034.61" />
  76. <option value="bundled-js-predefined-1d06a55b98c1-0b3e54e931b4-JavaScript-GO-241.18034.61" />
  77. </set>
  78. </attachedChunks>
  79. </component>
  80. <component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
  81. <component name="TaskManager">
  82. <task active="true" id="Default" summary="Default task">
  83. <changelist id="f4dc82b3-ff8e-4683-8d94-679b27583f09" name="Changes" comment="" />
  84. <created>1747025261763</created>
  85. <option name="number" value="Default" />
  86. <option name="presentableId" value="Default" />
  87. <updated>1747025261763</updated>
  88. </task>
  89. <servers />
  90. </component>
  91. <component name="TypeScriptGeneratedFilesManager">
  92. <option name="version" value="3" />
  93. </component>
  94. <component name="Vcs.Log.Tabs.Properties">
  95. <option name="TAB_STATES">
  96. <map>
  97. <entry key="MAIN">
  98. <value>
  99. <State />
  100. </value>
  101. </entry>
  102. </map>
  103. </option>
  104. </component>
  105. <component name="VcsManagerConfiguration">
  106. <MESSAGE value="GO环境配置" />
  107. <MESSAGE value="清理依赖" />
  108. <option name="LAST_COMMIT_MESSAGE" value="清理依赖" />
  109. </component>
  110. <component name="VgoProject">
  111. <environment>
  112. <map>
  113. <entry key="GOPROXY" value="https://goproxy.cn" />
  114. </map>
  115. </environment>
  116. <settings-migrated>true</settings-migrated>
  117. </component>
  118. </project>