Skip to content

Commit 6403d7b

Browse files
committed
fix: Now the windsurf config is properly setup
1 parent be77d7b commit 6403d7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Editor/Utils/McpConfigUtils.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ private static string GetWindsurfMcpConfigPath()
217217
{
218218
// macOS: ~/Library/Application Support/.codeium/windsurf
219219
string homeDir = Environment.GetFolderPath(Environment.SpecialFolder.Personal);
220-
basePath = Path.Combine(homeDir, "Library", "Application Support", ".codeium/windsurf");
220+
basePath = Path.Combine(homeDir, ".codeium/windsurf");
221221
}
222222
else
223223
{

0 commit comments

Comments
 (0)