mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-08 17:24:01 -05:00
Hygiene linting for extensions + new rule (#7843)
* linting for extensions + new rule * Remove unneeded array * Fix spelling mistake * Fix bad merge
This commit is contained in:
@@ -128,5 +128,5 @@ export class CmsResourceTreeNode extends CmsResourceTreeNodeBase {
|
||||
return this._serverGroupNodes;
|
||||
}
|
||||
|
||||
public static readonly noResourcesLabel = localize('cms.resource.cmsResourceTreeNode.noResourcesLabel', 'No resources found');
|
||||
public static readonly noResourcesLabel = localize('cms.resource.cmsResourceTreeNode.noResourcesLabel', "No resources found");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user