Skip to content

Commit 0f313d0

Browse files
committed
fix: adjusted layout xml pattern
1 parent 76dc5e2 commit 0f313d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/definition/xml/TemplateDefinitionProvider.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { ElementAttributeMatches } from 'common/xml/suggestion/condition/Element
88

99
export class TemplateDefinitionProvider extends XmlSuggestionProvider<LocationLink> {
1010
public getFilePatterns(): string[] {
11-
return ['**/view/**/layout/*.xml', '**/etc/**/di.xml'];
11+
return ['**/layout/*.xml', '**/etc/**/di.xml'];
1212
}
1313

1414
public getAttributeValueConditions(): CombinedCondition[] {

0 commit comments

Comments
 (0)