mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-29 01:25:37 -05:00
Change double-quote hygiene rule to tslint rule (#6514)
This commit is contained in:
@@ -506,7 +506,7 @@ for (let i = 0; i < 9; i++) {
|
||||
'type': 'string',
|
||||
'default': defaultVal,
|
||||
'description': localize('queryShortcutDescription',
|
||||
'Set keybinding workbench.action.query.shortcut{0} to run the shortcut text as a procedure call. Any selected text in the query editor will be passed as a parameter',
|
||||
"Set keybinding workbench.action.query.shortcut{0} to run the shortcut text as a procedure call. Any selected text in the query editor will be passed as a parameter",
|
||||
queryIndex)
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user