Skip to content

Commit 5422c1a

Browse files
committed
default roaming type
1 parent f1f7673 commit 5422c1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/amazonq/shared/jetbrains-community/src/software/aws/toolkits/jetbrains/settings/CodeWhispererSettings.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import com.intellij.openapi.components.service
1313
import com.intellij.util.xmlb.annotations.Property
1414

1515
@Service
16-
@State(name = "codewhispererSettings", storages = [Storage("aws.xml", roamingType = RoamingType.DISABLED)])
16+
@State(name = "codewhispererSettings", storages = [Storage("aws.xml")])
1717
class CodeWhispererSettings : PersistentStateComponent<CodeWhispererConfiguration> {
1818
private val state = CodeWhispererConfiguration()
1919

0 commit comments

Comments
 (0)