mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-18 09:35:39 -05:00
Merge from vscode a416c77e56ef0314ae00633faa04878151610de8 (#8600)
* Merge from vscode a416c77e56ef0314ae00633faa04878151610de8 * distro * fix tests * fix tests
This commit is contained in:
@@ -77,7 +77,7 @@ export class QueryTextEditor extends BaseTextEditor {
|
||||
if (!this._selected) {
|
||||
options.renderLineHighlight = 'none';
|
||||
options.parameterHints = { enabled: false };
|
||||
options.matchBrackets = false;
|
||||
options.matchBrackets = 'never';
|
||||
}
|
||||
if (this._hideLineNumbers) {
|
||||
options.lineNumbers = 'off';
|
||||
|
||||
Reference in New Issue
Block a user