Skip to content

Scoping Issues For Relative Rule References #174

@hediet

Description

@hediet

This line collects the dependencies of a relative reference:

collectSpecificDependencies(result, baseGrammar, selfGrammar, include.substring(1), patternRepository);

However, it passes in the patternRepository of the current rule.

collectSpecificDependencies then continues to use this patternRepository as new local context for resolving relative references.

However, collectSpecificDependencies should continue with the repository of its own parents.

Related: #174

Metadata

Metadata

Assignees

Labels

bugIssue identified by VS Code Team member as probable bug

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions