Skip to content

Commit 1bf5d7d

Browse files
committed
Update
1 parent 26066ea commit 1bf5d7d

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

Core/Sources/GitHubCopilotService/GitHubCopilotService.swift

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -198,16 +198,6 @@ public class GitHubCopilotBaseService {
198198
try? FileManager.default
199199
.createDirectory(at: executableFolderURL, withIntermediateDirectories: false)
200200
}
201-
202-
try FileManager.default.setAttributes(
203-
[.posixPermissions: 0o755],
204-
ofItemAtPath: executableFolderURL.path
205-
)
206-
207-
try FileManager.default.setAttributes(
208-
[.posixPermissions: 0o755],
209-
ofItemAtPath: supportFolderURL.path
210-
)
211201

212202
return (supportURL, gitHubCopilotFolderURL, executableFolderURL, supportFolderURL)
213203
}

0 commit comments

Comments
 (0)