Description
When using a logpoint in VS Code, the log message does not correctly replace the expression enclosed in curly braces {} with its evaluated value. Instead, the original placeholder text is printed literally.
Example
- Log condition set to: testA variable = {var}
- Expected output: testA variable = 42 (assuming var equals 42)
- Actual output: testA variable = {var} (no substitution occurs)
plugin version = v2.8.0
Description
When using a logpoint in VS Code, the log message does not correctly replace the expression enclosed in curly braces {} with its evaluated value. Instead, the original placeholder text is printed literally.
Example
plugin version = v2.8.0