Skip to content

Commit fbb53b1

Browse files
Enable suggestions deletion in windows override (#5060)
* Enable suggestions deletion in windows override * Fix suggestionsDeletion minSupportedVersion to match suggestions (0.155.0) Co-authored-by: Jan Louw <jhlouw-dev@users.noreply.github.com> --------- Co-authored-by: Cursor Agent <cursoragent@cursor.com> Co-authored-by: Jan Louw <jhlouw-dev@users.noreply.github.com>
1 parent d3b7503 commit fbb53b1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

overrides/windows-override.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1318,7 +1318,8 @@
13181318
"minSupportedVersion": "0.155.0"
13191319
},
13201320
"suggestionsDeletion": {
1321-
"state": "disabled"
1321+
"state": "enabled",
1322+
"minSupportedVersion": "0.155.0"
13221323
},
13231324
"ntpRecentChats": {
13241325
"state": "enabled",

0 commit comments

Comments
 (0)