Skip to content

Commit 157bc2d

Browse files
committed
Removed forced Read-Only view for before diff on Q code changes
1 parent 35eea6a commit 157bc2d

File tree

1 file changed

+0
-1
lines changed
  • plugins/amazonq/chat/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonqFeatureDev/controller

1 file changed

+0
-1
lines changed

plugins/amazonq/chat/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonqFeatureDev/controller/FeatureDevController.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,6 @@ class FeatureDevController(
219219
}
220220

221221
val request = SimpleDiffRequest(message.filePath, leftDiffContent, rightDiffContent, null, null)
222-
request.putUserData(DiffUserDataKeys.FORCE_READ_ONLY, true)
223222

224223
DiffManager.getInstance().showDiff(project, request)
225224
}

0 commit comments

Comments
 (0)