Skip to content

Commit f5c955e

Browse files
Revert "Language server installation menu (#1997)"
This reverts commit f044fd9.
1 parent f044fd9 commit f5c955e

33 files changed

+2
-2837
lines changed

CodeEdit.xcodeproj/project.pbxproj

Lines changed: 0 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
283BDCBD2972EEBD002AFF81 /* Package.resolved in Resources */ = {isa = PBXBuildFile; fileRef = 283BDCBC2972EEBD002AFF81 /* Package.resolved */; };
1212
284DC8512978BA2600BF2770 /* .all-contributorsrc in Resources */ = {isa = PBXBuildFile; fileRef = 284DC8502978BA2600BF2770 /* .all-contributorsrc */; };
1313
2BE487F428245162003F3F64 /* OpenWithCodeEdit.appex in Embed Foundation Extensions */ = {isa = PBXBuildFile; fileRef = 2BE487EC28245162003F3F64 /* OpenWithCodeEdit.appex */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; };
14-
302AD7FF2D8054D500231E16 /* ZIPFoundation in Frameworks */ = {isa = PBXBuildFile; productRef = 30818CB42D4E563900967860 /* ZIPFoundation */; };
1514
30CB64912C16CA8100CC8A9E /* LanguageServerProtocol in Frameworks */ = {isa = PBXBuildFile; productRef = 30CB64902C16CA8100CC8A9E /* LanguageServerProtocol */; };
1615
30CB64942C16CA9100CC8A9E /* LanguageClient in Frameworks */ = {isa = PBXBuildFile; productRef = 30CB64932C16CA9100CC8A9E /* LanguageClient */; };
1716
583E529C29361BAB001AB554 /* SnapshotTesting in Frameworks */ = {isa = PBXBuildFile; productRef = 583E529B29361BAB001AB554 /* SnapshotTesting */; };
@@ -33,7 +32,6 @@
3332
6C81916B29B41DD300B75C92 /* DequeModule in Frameworks */ = {isa = PBXBuildFile; productRef = 6C81916A29B41DD300B75C92 /* DequeModule */; };
3433
6C85BB402C2105ED00EB5DEF /* CodeEditKit in Frameworks */ = {isa = PBXBuildFile; productRef = 6C85BB3F2C2105ED00EB5DEF /* CodeEditKit */; };
3534
6C85BB442C210EFD00EB5DEF /* SwiftUIIntrospect in Frameworks */ = {isa = PBXBuildFile; productRef = 6C85BB432C210EFD00EB5DEF /* SwiftUIIntrospect */; };
36-
6C9DB9E42D55656300ACD86E /* CodeEditSourceEditor in Frameworks */ = {isa = PBXBuildFile; productRef = 6C9DB9E32D55656300ACD86E /* CodeEditSourceEditor */; };
3735
6CAAF68A29BC9C2300A1F48A /* (null) in Sources */ = {isa = PBXBuildFile; };
3836
6CAAF69229BCC71C00A1F48A /* (null) in Sources */ = {isa = PBXBuildFile; };
3937
6CAAF69429BCD78600A1F48A /* (null) in Sources */ = {isa = PBXBuildFile; };
@@ -169,7 +167,6 @@
169167
isa = PBXFrameworksBuildPhase;
170168
buildActionMask = 2147483647;
171169
files = (
172-
302AD7FF2D8054D500231E16 /* ZIPFoundation in Frameworks */,
173170
6C85BB402C2105ED00EB5DEF /* CodeEditKit in Frameworks */,
174171
6C66C31329D05CDC00DE9ED2 /* GRDB in Frameworks */,
175172
58F2EB1E292FB954004A9BDE /* Sparkle in Frameworks */,
@@ -195,7 +192,6 @@
195192
6C0824A12C5C0C9700A0751E /* SwiftTerm in Frameworks */,
196193
6C81916B29B41DD300B75C92 /* DequeModule in Frameworks */,
197194
6CB94D032CA1205100E8651C /* AsyncAlgorithms in Frameworks */,
198-
6C9DB9E42D55656300ACD86E /* CodeEditSourceEditor in Frameworks */,
199195
);
200196
runOnlyForDeploymentPostprocessing = 0;
201197
};
@@ -328,7 +324,6 @@
328324
6CD3CA542C8B508200D83DCD /* CodeEditSourceEditor */,
329325
6CB94D022CA1205100E8651C /* AsyncAlgorithms */,
330326
6CC00A8A2CBEF150004E8134 /* CodeEditSourceEditor */,
331-
30818CB42D4E563900967860 /* ZIPFoundation */,
332327
6C73A6D22D4F1E550012D95C /* CodeEditSourceEditor */,
333328
5EACE6212DF4BF08005E08B8 /* WelcomeWindow */,
334329
5E4485602DF600D9008BBE69 /* AboutWindow */,
@@ -436,7 +431,6 @@
436431
303E88462C276FD600EEA8D9 /* XCRemoteSwiftPackageReference "LanguageServerProtocol" */,
437432
6C4E37FA2C73E00700AEE7B5 /* XCRemoteSwiftPackageReference "SwiftTerm" */,
438433
6CB94D012CA1205100E8651C /* XCRemoteSwiftPackageReference "swift-async-algorithms" */,
439-
30ED7B722DD299E600ACC922 /* XCRemoteSwiftPackageReference "ZIPFoundation" */,
440434
5EACE6202DF4BF08005E08B8 /* XCRemoteSwiftPackageReference "WelcomeWindow" */,
441435
5E44855F2DF600D9008BBE69 /* XCRemoteSwiftPackageReference "AboutWindow" */,
442436
6C76D6D22E15B91E00EF52C3 /* XCRemoteSwiftPackageReference "CodeEditSourceEditor" */,
@@ -1679,14 +1673,6 @@
16791673
minimumVersion = 0.13.2;
16801674
};
16811675
};
1682-
30818CB32D4E563900967860 /* XCRemoteSwiftPackageReference "ZIPFoundation" */ = {
1683-
isa = XCRemoteSwiftPackageReference;
1684-
repositoryURL = "https://github.com/weichsel/ZIPFoundation";
1685-
requirement = {
1686-
kind = upToNextMajorVersion;
1687-
minimumVersion = 0.9.19;
1688-
};
1689-
};
16901676
30CB648F2C16CA8100CC8A9E /* XCRemoteSwiftPackageReference "LanguageServerProtocol" */ = {
16911677
isa = XCRemoteSwiftPackageReference;
16921678
repositoryURL = "https://github.com/ChimeHQ/LanguageServerProtocol";
@@ -1703,14 +1689,6 @@
17031689
minimumVersion = 0.8.0;
17041690
};
17051691
};
1706-
30ED7B722DD299E600ACC922 /* XCRemoteSwiftPackageReference "ZIPFoundation" */ = {
1707-
isa = XCRemoteSwiftPackageReference;
1708-
repositoryURL = "https://github.com/weichsel/ZIPFoundation";
1709-
requirement = {
1710-
kind = upToNextMajorVersion;
1711-
minimumVersion = 0.9.19;
1712-
};
1713-
};
17141692
583E529A29361BAB001AB554 /* XCRemoteSwiftPackageReference "swift-snapshot-testing" */ = {
17151693
isa = XCRemoteSwiftPackageReference;
17161694
repositoryURL = "https://github.com/pointfreeco/swift-snapshot-testing.git";
@@ -1807,14 +1785,6 @@
18071785
minimumVersion = 1.2.0;
18081786
};
18091787
};
1810-
6C9DB9E22D55656300ACD86E /* XCRemoteSwiftPackageReference "CodeEditSourceEditor" */ = {
1811-
isa = XCRemoteSwiftPackageReference;
1812-
repositoryURL = "https://github.com/CodeEditApp/CodeEditSourceEditor";
1813-
requirement = {
1814-
kind = upToNextMajorVersion;
1815-
minimumVersion = 0.10.0;
1816-
};
1817-
};
18181788
6CB94D012CA1205100E8651C /* XCRemoteSwiftPackageReference "swift-async-algorithms" */ = {
18191789
isa = XCRemoteSwiftPackageReference;
18201790
repositoryURL = "https://github.com/apple/swift-async-algorithms.git";
@@ -1831,11 +1801,6 @@
18311801
package = 2816F592280CF50500DD548B /* XCRemoteSwiftPackageReference "CodeEditSymbols" */;
18321802
productName = CodeEditSymbols;
18331803
};
1834-
30818CB42D4E563900967860 /* ZIPFoundation */ = {
1835-
isa = XCSwiftPackageProductDependency;
1836-
package = 30818CB32D4E563900967860 /* XCRemoteSwiftPackageReference "ZIPFoundation" */;
1837-
productName = ZIPFoundation;
1838-
};
18391804
30CB64902C16CA8100CC8A9E /* LanguageServerProtocol */ = {
18401805
isa = XCSwiftPackageProductDependency;
18411806
package = 30CB648F2C16CA8100CC8A9E /* XCRemoteSwiftPackageReference "LanguageServerProtocol" */;
@@ -1932,11 +1897,6 @@
19321897
package = 6C85BB422C210EFD00EB5DEF /* XCRemoteSwiftPackageReference "SwiftUI-Introspect" */;
19331898
productName = SwiftUIIntrospect;
19341899
};
1935-
6C9DB9E32D55656300ACD86E /* CodeEditSourceEditor */ = {
1936-
isa = XCSwiftPackageProductDependency;
1937-
package = 6C9DB9E22D55656300ACD86E /* XCRemoteSwiftPackageReference "CodeEditSourceEditor" */;
1938-
productName = CodeEditSourceEditor;
1939-
};
19401900
6CB4463F2B6DFF3A00539ED0 /* CodeEditSourceEditor */ = {
19411901
isa = XCSwiftPackageProductDependency;
19421902
productName = CodeEditSourceEditor;

CodeEdit.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

Lines changed: 1 addition & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

CodeEdit/Features/LSP/Registry/InstallationMethod.swift

Lines changed: 0 additions & 53 deletions
This file was deleted.

CodeEdit/Features/LSP/Registry/InstallationQueueManager.swift

Lines changed: 0 additions & 185 deletions
This file was deleted.

CodeEdit/Features/LSP/Registry/PackageManagerError.swift

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)