fix: environment value highlighting inside tooltip

This commit is contained in:
liyasthomas
2022-02-12 08:56:19 +05:30
parent 4296ee0251
commit b5b790e8a9
3 changed files with 6 additions and 6 deletions

View File

@@ -66,7 +66,7 @@ const cursorTooltipField = (aggregateEnvs: AggregateEnvironment[]) =>
)?.value ?? "not found"
).replace(/"/g, """)
const textContent = `${envName} <kbd>${envValue}</kbd>`
const textContent = `${envName} <xmp>${envValue}</xmp>`
return {
pos: start,