This commit is contained in:
Winston Liu 2024-01-02 11:29:24 -05:00
Родитель 1e8432b22c
Коммит 527f7e50db
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 76A2C5B5B8910B77
1 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -32,9 +32,8 @@ export class YAMLDefinition {
const node = jsonDocument.getNodeFromOffset(offset);
// can only jump to definition for template declaration, which means:
// * we must be on a string node (key: value)
// * we must be on a string node that is acting as a value (vs a key)
// * the key (location) must be "template"
// * we must be on the _value_ of the node
//
// In other words...
// - template: my_cool_template.yml