v1.9.0 — File-backed Calculation Bank
Added
- Calculation Bank now loads from your own
.twblfiles. Click the + button in the Calculation Bank section header to add one or more bank files (e.g.bank.twbl) — the list persists across sessions, and each file can be removed with its trash button. - Every calculation row has two hover actions: → insert places the formula (with its
// Titleheader) into the active file at the cursor, and copy puts it on the clipboard. - With no files configured, the workspace
_calc_bank.twblstill loads as before.
Fixed
- Hardened the formula syntax highlighter against pathological formulas in imported bank files (removed an unbounded expansion loop).
Bank file format
Calculations separated by blank lines, each starting with a // Title comment line:
// Profit Ratio
SUM([Profit]) / SUM([Sales])
// Age Label
STR([Age])
Install
code --install-extension tableau-language-support-1.9.0.vsix --force
(.zip is the same archive; rename to .vsix if your browser saved it that way.)