|
32 | 32 | C841BB242994CAD400B0B336 /* SettingsView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C841BB232994CAD400B0B336 /* SettingsView.swift */; }; |
33 | 33 | C8520301293C4D9000460097 /* Helpers.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8520300293C4D9000460097 /* Helpers.swift */; }; |
34 | 34 | C85AF32D29CF0C170031E18B /* DebugView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C85AF32C29CF0C170031E18B /* DebugView.swift */; }; |
| 35 | + C861A6A329E5503F005C41A3 /* PromptToCodeCommand.swift in Sources */ = {isa = PBXBuildFile; fileRef = C861A6A229E5503F005C41A3 /* PromptToCodeCommand.swift */; }; |
35 | 36 | C861E6112994F6070056CB02 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = C861E6102994F6070056CB02 /* AppDelegate.swift */; }; |
36 | 37 | C861E6152994F6080056CB02 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = C861E6142994F6080056CB02 /* Assets.xcassets */; }; |
37 | 38 | C861E61E2994F6150056CB02 /* Service in Frameworks */ = {isa = PBXBuildFile; productRef = C861E61D2994F6150056CB02 /* Service */; }; |
|
180 | 181 | C8520300293C4D9000460097 /* Helpers.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Helpers.swift; sourceTree = "<group>"; }; |
181 | 182 | C8520308293D805800460097 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; }; |
182 | 183 | C85AF32C29CF0C170031E18B /* DebugView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DebugView.swift; sourceTree = "<group>"; }; |
| 184 | + C861A6A229E5503F005C41A3 /* PromptToCodeCommand.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PromptToCodeCommand.swift; sourceTree = "<group>"; }; |
183 | 185 | C861E60E2994F6070056CB02 /* CopilotForXcodeExtensionService.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = CopilotForXcodeExtensionService.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
184 | 186 | C861E6102994F6070056CB02 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; }; |
185 | 187 | C861E6142994F6080056CB02 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; }; |
|
262 | 264 | C800DBB0294C624D00B04CAC /* PrefetchSuggestionsCommand.swift */, |
263 | 265 | C8EE07A029CC9ED30043B6D9 /* ExplainSelectionCommand.swift */, |
264 | 266 | C8DCEFFF29CE11D500FDDDD7 /* ChatWithSelection.swift */, |
| 267 | + C861A6A229E5503F005C41A3 /* PromptToCodeCommand.swift */, |
265 | 268 | C81458972939EFDC00135263 /* Info.plist */, |
266 | 269 | C81458982939EFDC00135263 /* EditorExtension.entitlements */, |
267 | 270 | ); |
|
527 | 530 | files = ( |
528 | 531 | C8DCF00029CE11D500FDDDD7 /* ChatWithSelection.swift in Sources */, |
529 | 532 | C81458942939EFDC00135263 /* SourceEditorExtension.swift in Sources */, |
| 533 | + C861A6A329E5503F005C41A3 /* PromptToCodeCommand.swift in Sources */, |
530 | 534 | C8520301293C4D9000460097 /* Helpers.swift in Sources */, |
531 | 535 | C8009BFF2941C551007AA7E8 /* ToggleRealtimeSuggestionsCommand.swift in Sources */, |
532 | 536 | C87B03A5293B261200C77EAE /* AcceptSuggestionCommand.swift in Sources */, |
|
0 commit comments