Fix a bunch of auto-complete issues

This commit is contained in:
Christopher Schleiden
2023-01-19 10:17:43 -08:00
parent a7fd04c47d
commit e6a2e3eb43
10 changed files with 214 additions and 73 deletions
@@ -451,7 +451,6 @@ class TemplateReader {
const allowedContext = definitionInfo.allowedContext;
const raw = token.source || token.value;
// Check if the value is definitely a literal
let startExpression: number = raw.indexOf(OPEN_EXPRESSION);
if (startExpression < 0) {
// Doesn't contain "${{"