v1.10.0 — Calc Bank write path, live refresh, click-to-open, workbook insert
Added
- Add to Bank — two ways in:
- Select a formula in a
.twbleditor → right-click → Add Selection to Calc Bank. A leading// Titleline names the entry automatically; otherwise you're prompted. - Hover any calculated field in the workbook inspector → save icon adds it to a bank file.
- Destination logic: your configured bank file (quick-pick when there are several), the workspace
_calc_bank.twblif that's what the sidebar is showing, or a save dialog to start a new bank.
- Select a formula in a
- Live refresh — editing a bank file updates the sidebar on save, no ↺ needed.
- Click to open — click any bank entry to jump to it in its file; click a file header to open the file.
- Straight to workbook — the + action on a bank row adds the calculation to the active
.twbas a real calculated field, with the same transactional backup/verify pipeline as the Add Calculated Field form.
Fixed (from pre-release adversarial review)
- Bank writes now abort on file read errors instead of overwriting the bank with a single entry.
- Titles and formulas are sanitized so every saved entry round-trips as exactly one bank block.
- The webview can only open files that are actually in the bank.
Install
code --install-extension tableau-language-support-1.10.0.vsix --force