-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
Description
- When attempting to set
swiftformat.pathin .vscode/settings.json, VS Code shows the error:This setting can only be applied in user settings in local window or in remote settings in remote window.
Background
- Our team development aims to minimize manual setup work and ensure consistent tool versions across all developers.
- The project uses CocoaPods to include SwiftFormat as a dependency.
- After a successful
pod install, everyone (including CI pipelines) can directly use SwiftFormat via the relative pathPods/SwiftFormat/CommandLineTool/swiftformat. - We want set the relative path in .vscode/settings.json.
Discussion
Is this limitation set from a security perspective?
Thank you~
maximkrouk
Metadata
Metadata
Assignees
Labels
No labels