Skip to content

Commit

Permalink
SwiftExtensions: disable swift single file build system
Browse files Browse the repository at this point in the history
  • Loading branch information
aesilevich committed Sep 26, 2023
1 parent e9b9536 commit e0b625f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Plugins/SwiftExtensions/Sources/Plugin.swift
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ final class SwiftExtensionsPlugin: Plugin {
LSPServerManager.shared.registerProvider(SKLocalServerProvider(), override: false)
}

BuildSystemsManager.shared.register(buildSystem: SwiftSingleFileBuildSystem())
// TODO: single file build system has incomplete implementation
// BuildSystemsManager.shared.register(buildSystem: SwiftSingleFileBuildSystem())

BuildSystemsManager.shared.register(buildSystem: SPMBuildSystem())

WizardsManager.shared.register(wizard: SPMWizard())
Expand Down

0 comments on commit e0b625f

Please sign in to comment.