Releases: simvia-tech/vs-code-aster
Releases · simvia-tech/vs-code-aster
v1.0.1
v1.0.0
[1.0.0] - 2025-12-17
Initial public release — first stable feature set.
Added
- Interactive export form: Create and edit
.exportfiles from VS Code (command palette entry and editor button) with validation and a single-click create flow. - Run simulations: Launch simulations from a
.exportfile (usescave run [file].exportby default); run command is configurable via the extension settings. - Smart
.commediting: Syntax highlighting, hover documentation (command descriptions, arguments, types, defaults), signature help, contextual auto-completion, and a status bar showing step progress with a detailed view. - Integrated 3D visualizer: VTK.js-based viewer to load
.medmeshes, highlight face/node groups, interact with camera (rotate/pan/zoom), quick axis alignment, and mesh conversion to.objstored in a hidden.visu_data/folder. - Documentation and requirements: Installation notes for Python 3.8+,
numpy,pygls==1.3.1, andmedcoupling, plus instructions for optionalcaveinstallation. - Troubleshooting: Ability to restart the language server for
.commfiles to restore hover/signature/completion features.