fix: environment value highlighting inside tooltip
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user