Skip to content

Commit 070c136

Browse files
committed
Add settings key suggestionFeatureDisabledLanguageList
1 parent bf87192 commit 070c136

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

Core/Sources/Preferences/Keys.swift

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,17 @@ public struct UserDefaultPreferenceKeys {
144144
public var suggestionFeatureEnabledProjectList: SuggestionFeatureEnabledProjectList {
145145
.init()
146146
}
147+
148+
// MARK: - Suggestion Feature Disabled Language List
149+
150+
public struct SuggestionFeatureDisabledLanguageList: UserDefaultPreferenceKey {
151+
public let defaultValue: [String] = []
152+
public let key = "SuggestionFeatureDisabledLanguageList"
153+
}
154+
155+
public var suggestionFeatureDisabledLanguageList: SuggestionFeatureDisabledLanguageList {
156+
.init()
157+
}
147158

148159
// MARK: - Prompt to Code Feature Provider
149160

0 commit comments

Comments
 (0)