Skip to content

Commit bdcdb69

Browse files
committed
Rename actions
1 parent 156e1d6 commit bdcdb69

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

EditorExtension/TurnOffRealtimeSuggestionsCommand.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import Foundation
44
import XcodeKit
55

66
class TurnOffRealtimeSuggestionsCommand: NSObject, XCSourceEditorCommand, CommandType {
7-
var name: String { "Turn Off Realtime Suggestions" }
7+
var name: String { "Turn Off Realtime Suggestions for Workpace" }
88

99
func perform(
1010
with invocation: XCSourceEditorCommandInvocation,

EditorExtension/TurnOnRealtimeSuggestionsCommand.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import Foundation
44
import XcodeKit
55

66
class TurnOnRealtimeSuggestionsCommand: NSObject, XCSourceEditorCommand, CommandType {
7-
var name: String { "Turn On Realtime Suggestions" }
7+
var name: String { "Turn On Realtime Suggestions for Workpace" }
88

99
func perform(
1010
with invocation: XCSourceEditorCommandInvocation,

0 commit comments

Comments
 (0)