mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-19 09:35:36 -05:00
Change double-quote hygiene rule to tslint rule (#6514)
This commit is contained in:
@@ -78,7 +78,7 @@ export class FileBrowserTreeView implements IDisposable {
|
||||
}, {
|
||||
indentPixels: 10,
|
||||
twistiePixels: 12,
|
||||
ariaLabel: nls.localize({ key: 'fileBrowser.regTreeAriaLabel', comment: ['FileBrowserTree'] }, 'File browser tree')
|
||||
ariaLabel: nls.localize({ key: 'fileBrowser.regTreeAriaLabel', comment: ['FileBrowserTree'] }, "File browser tree")
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user