mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-01 09:35:41 -05:00
Enable double click edit (#12200)
* fix to working version * add comment documentation * minor changes based on review * resolve comments * remnove unnecessary assignment
This commit is contained in:
@@ -220,6 +220,11 @@ configurationRegistry.registerConfiguration({
|
||||
'type': 'boolean',
|
||||
'default': false,
|
||||
'description': localize('notebook.allowADSCommands', "Allow notebooks to run Azure Data Studio commands.")
|
||||
},
|
||||
'notebook.enableDoubleClickEdit': {
|
||||
'type': 'boolean',
|
||||
'default': true,
|
||||
'description': localize('notebook.enableDoubleClickEdit', "Enable double click to edit for text cells in notebooks")
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user