v1.7.1
·
104 commits
to main
since this release
[1.7.1] - 2026-04-17
Centralize extension-generated files under a single .vs-code-aster/ folder per project, with timestamped run logs and automatic migration from legacy locations.
Added
- Project-local
.vs-code-aster/folder grouping all extension-generated files:mesh_cache/— converted.objfiles (previously.visu_data/)screenshots/— PNGs saved from the viewer's screenshot button (previously next to source files)run_logs/— one timestamped log per code_aster run (previously a single overwritten.vscode-aster-run.log)
- New
vs-code-aster.maxRunLogssetting (default10) to cap run-log retention; oldest logs are pruned when a new run starts med2obj-versionheader in generated.objfiles: the extension now detects stale caches from older converter versions and regenerates them automatically- Automatic migration of legacy
.visu_data/and.vscode-aster-run.logon first use, with info notifications so users know where files moved
What's Changed
- Feat/extension generated files by @ulysse-bouchet-simvia in #24
Full Changelog: v1.7.0...v1.7.1