Bump to v0.11.1 and disable autofix by default (#565)
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "dyad",
|
"name": "dyad",
|
||||||
"productName": "dyad",
|
"productName": "dyad",
|
||||||
"version": "0.11.0",
|
"version": "0.11.1",
|
||||||
"description": "My Electron application description",
|
"description": "My Electron application description",
|
||||||
"main": ".vite/build/main.js",
|
"main": ".vite/build/main.js",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ const DEFAULT_SETTINGS: UserSettings = {
|
|||||||
enableProLazyEditsMode: true,
|
enableProLazyEditsMode: true,
|
||||||
enableProSmartFilesContextMode: true,
|
enableProSmartFilesContextMode: true,
|
||||||
selectedChatMode: "build",
|
selectedChatMode: "build",
|
||||||
enableAutoFixProblems: true,
|
enableAutoFixProblems: false,
|
||||||
};
|
};
|
||||||
|
|
||||||
const SETTINGS_FILE = "user-settings.json";
|
const SETTINGS_FILE = "user-settings.json";
|
||||||
|
|||||||
Reference in New Issue
Block a user