We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76dc5e2 commit 0f313d0Copy full SHA for 0f313d0
src/definition/xml/TemplateDefinitionProvider.ts
@@ -8,7 +8,7 @@ import { ElementAttributeMatches } from 'common/xml/suggestion/condition/Element
8
9
export class TemplateDefinitionProvider extends XmlSuggestionProvider<LocationLink> {
10
public getFilePatterns(): string[] {
11
- return ['**/view/**/layout/*.xml', '**/etc/**/di.xml'];
+ return ['**/layout/*.xml', '**/etc/**/di.xml'];
12
}
13
14
public getAttributeValueConditions(): CombinedCondition[] {
0 commit comments