Update languageservice/src/value-providers/definition.ts
Co-authored-by: Josh Gross <joshmgross@github.com>
This commit is contained in:
co-authored by
Josh Gross
parent
17a680df41
commit
6df34a78ce
@@ -71,14 +71,9 @@ function mappingValues(
|
||||
// No special insertText in this case
|
||||
break;
|
||||
|
||||
case DefinitionType.String:
|
||||
case (DefinitionType.String, DefinitionType.Boolean):
|
||||
insertText = `\n${indentation}${key}: `;
|
||||
break;
|
||||
|
||||
case DefinitionType.Boolean:
|
||||
insertText = `\n${indentation}${key}: `;
|
||||
break;
|
||||
|
||||
default:
|
||||
insertText = `${key}: `;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user