Skip to content

Commit eb2756f

Browse files
committed
Remove Copilot.vim
1 parent 4a218bf commit eb2756f

File tree

3 files changed

+0
-19
lines changed

3 files changed

+0
-19
lines changed

.gitmodules

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +0,0 @@
1-
[submodule "copilot.vim"]
2-
path = copilot.vim
3-
url = git@github.com:github/copilot.vim.git

Copilot for Xcode.xcodeproj/project.pbxproj

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
C8009BFF2941C551007AA7E8 /* ToggleRealtimeSuggestionsCommand.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8009BFE2941C551007AA7E8 /* ToggleRealtimeSuggestionsCommand.swift */; };
1111
C8009C032941C576007AA7E8 /* RealtimeSuggestionCommand.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8009C022941C576007AA7E8 /* RealtimeSuggestionCommand.swift */; };
1212
C800DBB1294C624D00B04CAC /* PrefetchSuggestionsCommand.swift in Sources */ = {isa = PBXBuildFile; fileRef = C800DBB0294C624D00B04CAC /* PrefetchSuggestionsCommand.swift */; };
13-
C81291AE2994F8A000196E12 /* copilot in Copy CopilotLSP */ = {isa = PBXBuildFile; fileRef = C832A47B2940C71D000989F2 /* copilot */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
1413
C81291D72994FE6900196E12 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = C81291D52994FE6900196E12 /* Main.storyboard */; };
1514
C814588F2939EFDC00135263 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C814588E2939EFDC00135263 /* Cocoa.framework */; };
1615
C81458942939EFDC00135263 /* SourceEditorExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = C81458932939EFDC00135263 /* SourceEditorExtension.swift */; };
@@ -68,17 +67,6 @@
6867
/* End PBXContainerItemProxy section */
6968

7069
/* Begin PBXCopyFilesBuildPhase section */
71-
C81291AD2994F88D00196E12 /* Copy CopilotLSP */ = {
72-
isa = PBXCopyFilesBuildPhase;
73-
buildActionMask = 2147483647;
74-
dstPath = "";
75-
dstSubfolderSpec = 7;
76-
files = (
77-
C81291AE2994F8A000196E12 /* copilot in Copy CopilotLSP */,
78-
);
79-
name = "Copy CopilotLSP";
80-
runOnlyForDeploymentPostprocessing = 0;
81-
};
8270
C814589F2939EFDC00135263 /* Embed Foundation Extensions */ = {
8371
isa = PBXCopyFilesBuildPhase;
8472
buildActionMask = 2147483647;
@@ -159,7 +147,6 @@
159147
C8216B70298036EC00AD38C7 /* Helper */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = Helper; sourceTree = BUILT_PRODUCTS_DIR; };
160148
C8216B72298036EC00AD38C7 /* main.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = main.swift; sourceTree = "<group>"; };
161149
C8216B772980370100AD38C7 /* ReloadLaunchAgent.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ReloadLaunchAgent.swift; sourceTree = "<group>"; };
162-
C832A47B2940C71D000989F2 /* copilot */ = {isa = PBXFileReference; lastKnownFileType = folder; name = copilot; path = copilot.vim/copilot; sourceTree = "<group>"; };
163150
C8520300293C4D9000460097 /* Helpers.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Helpers.swift; sourceTree = "<group>"; };
164151
C8520308293D805800460097 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
165152
C861A6A229E5503F005C41A3 /* PromptToCodeCommand.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PromptToCodeCommand.swift; sourceTree = "<group>"; };
@@ -259,7 +246,6 @@
259246
C81458AD293A009600135263 /* Config.xcconfig */,
260247
C81458AE293A009800135263 /* Config.debug.xcconfig */,
261248
C8CD828229B88006008D044D /* TestPlan.xctestplan */,
262-
C832A47B2940C71D000989F2 /* copilot */,
263249
C8189B282938979000C9DCDA /* Core */,
264250
C8189B182938972F00C9DCDA /* Copilot for Xcode */,
265251
C81458922939EFDC00135263 /* EditorExtension */,
@@ -400,7 +386,6 @@
400386
C861E60A2994F6070056CB02 /* Sources */,
401387
C861E60B2994F6070056CB02 /* Frameworks */,
402388
C861E60C2994F6070056CB02 /* Resources */,
403-
C81291AD2994F88D00196E12 /* Copy CopilotLSP */,
404389
);
405390
buildRules = (
406391
);

copilot.vim

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)