You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// If your extension needs to return a collection of command definitions that differs from those in its Info.plist, implement this optional property getter.
20
-
return[]
21
-
}
20
+
/*
21
+
var commandDefinitions: [[XCSourceEditorCommandDefinitionKey: Any]] {
22
+
// If your extension needs to return a collection of command definitions that differs from those in its Info.plist, implement this optional property getter.
0 commit comments