Skip to content

Commit 2a8cb45

Browse files
committed
.
1 parent 58718c1 commit 2a8cb45

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

BUILD.bazel

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ load("@sourcekit_bazel_bsp//rules:setup_sourcekit_bsp.bzl", "setup_sourcekit_bsp
55
setup_sourcekit_bsp(
66
name = "setup_sourcekit_bsp",
77
bazel_wrapper = "bazel",
8-
build_test_suffix = "_(PLAT)_skbsp",
98
files_to_watch = ["Sources/**/*.swift"],
109
index_flags = [],
1110
targets = [

Sources/sourcekit-bazel-bsp/Commands/Serve.swift

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,6 @@ struct Serve: ParsableCommand {
5656
)
5757
var buildTestPlatformPlaceholder: String = Self.defaultBuildTestPlatformPlaceholder
5858

59-
@Option(
60-
help:
61-
"The expected platform placeholder for build_test targets.",
62-
)
63-
var buildTestPlatformPlaceholder: String = "(PLAT)"
64-
6559
// FIXME: This should be enabled by default, but I ran into some weird race condition issues with rules_swift I'm not sure about.
6660
@Flag(
6761
help:

0 commit comments

Comments
 (0)