Skip to content

Commit

Permalink
Temporarily remove LanguageClient dependency (#18)
Browse files Browse the repository at this point in the history
* Temporarily remove LanguageClient dependency

* Remove deprecated `ProcessService` dependency

* Remove file
  • Loading branch information
FastestMolasses authored Jan 29, 2024
1 parent 43e2bc6 commit bf76c02
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 220 deletions.
71 changes: 4 additions & 67 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -14,80 +14,17 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/ChimeHQ/ConcurrencyPlus",
"state" : {
"revision" : "b5ba8d5ea6bfe9e43ccc44aa63f9b458057fa0f4",
"version" : "0.4.1"
}
},
{
"identity" : "fseventswrapper",
"kind" : "remoteSourceControl",
"location" : "https://github.com/Frizlab/FSEventsWrapper",
"state" : {
"revision" : "e0c59a2ce2775e5f6642da6d19207445f10112d0",
"version" : "1.0.2"
}
},
{
"identity" : "glob",
"kind" : "remoteSourceControl",
"location" : "https://github.com/Bouke/Glob",
"state" : {
"revision" : "deda6e163d2ff2a8d7e138e2c3326dbd71157faf",
"version" : "1.0.5"
}
},
{
"identity" : "jsonrpc",
"kind" : "remoteSourceControl",
"location" : "https://github.com/ChimeHQ/JSONRPC",
"state" : {
"revision" : "afc20d00e38674774f84edc325424a32ae3b9e01",
"version" : "0.7.0"
}
},
{
"identity" : "languageclient",
"kind" : "remoteSourceControl",
"location" : "https://github.com/ChimeHQ/LanguageClient",
"state" : {
"revision" : "92beeecd0bb783da52227839ba6c55e43fc866ec",
"version" : "0.5.1"
}
},
{
"identity" : "languageserverprotocol",
"kind" : "remoteSourceControl",
"location" : "https://github.com/ChimeHQ/LanguageServerProtocol",
"state" : {
"revision" : "192bcfdcf7a013da49c6fa1b95de66254ce7c614",
"version" : "0.9.1"
}
},
{
"identity" : "processenv",
"kind" : "remoteSourceControl",
"location" : "https://github.com/ChimeHQ/ProcessEnv",
"state" : {
"revision" : "29487b6581bb785c372c611c943541ef4309d051",
"version" : "0.3.1"
}
},
{
"identity" : "processservice",
"kind" : "remoteSourceControl",
"location" : "https://github.com/ChimeHQ/ProcessService",
"state" : {
"revision" : "369fb0379983d3b43c7d7ad62c4e91ee020e347c",
"version" : "0.2.6"
"revision" : "8dc56499412a373d617d50d059116bccf44b9874",
"version" : "0.4.2"
}
},
{
"identity" : "swiftlintplugin",
"kind" : "remoteSourceControl",
"location" : "https://github.com/lukepistrol/SwiftLintPlugin",
"state" : {
"revision" : "d3ec7fb242ebe1d8e23bf17e58a1e27d43125994",
"version" : "0.2.6"
"revision" : "ea6d3ca895b49910f790e98e4b4ca658e0fe490e",
"version" : "0.54.0"
}
}
],
Expand Down
4 changes: 1 addition & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ let package = Package(
],
dependencies: [
.package(url: "https://github.com/ChimeHQ/ConcurrencyPlus", from: "0.4.1"),
.package(url: "https://github.com/ChimeHQ/LanguageClient", from: "0.5.0"),
.package(url: "https://github.com/ChimeHQ/ProcessService", from: "0.2.6"),
.package(
url: "https://github.com/lukepistrol/SwiftLintPlugin",
from: "0.2.2"
Expand All @@ -29,7 +27,7 @@ let package = Package(
targets: [
.target(
name: "CodeEditKit",
dependencies: ["AnyCodable", "ConcurrencyPlus", "LanguageClient", .product(name: "ProcessServiceClient", package: "ProcessService")],
dependencies: ["AnyCodable", "ConcurrencyPlus"],
plugins: [.plugin(name: "SwiftLint", package: "SwiftLintPlugin")]
),
.testTarget(
Expand Down
150 changes: 0 additions & 150 deletions Sources/CodeEditKit/NonUIExtensions/LSP/LanguageExtension.swift

This file was deleted.

0 comments on commit bf76c02

Please sign in to comment.