Skip to content

Commit 15a82da

Browse files
authored
Assistant: Enable Console actions by default (#9646)
Based on discussion in the Assistant sync, we've opted to enable the Console fix/explain actions by default for 2025.10. Addresses #9645
1 parent 5e39a4f commit 15a82da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

extensions/positron-assistant/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -271,10 +271,10 @@
271271
},
272272
"positron.assistant.consoleActions.enable": {
273273
"type": "boolean",
274-
"default": false,
274+
"default": true,
275275
"description": "%configuration.consoleActions.enable.description%",
276276
"tags": [
277-
"experimental"
277+
"preview"
278278
]
279279
}
280280
}

0 commit comments

Comments
 (0)