Tsfmt
This commit is contained in:
@@ -31,8 +31,8 @@ export class ColorTheme {
|
|||||||
const scopes = typeof rule.scope === 'undefined'
|
const scopes = typeof rule.scope === 'undefined'
|
||||||
? []
|
? []
|
||||||
: typeof rule.scope === 'string'
|
: typeof rule.scope === 'string'
|
||||||
? [rule.scope]
|
? [rule.scope]
|
||||||
: rule.scope;
|
: rule.scope;
|
||||||
for (const scope of scopes) {
|
for (const scope of scopes) {
|
||||||
res.rules.set(scope, rule.settings);
|
res.rules.set(scope, rule.settings);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user