Skip to content

Releases: simvia-tech/vs-code-aster

v1.3.0-beta

26 Jan 14:17

Choose a tag to compare

v1.3.0-beta Pre-release
Pre-release

[1.3.0-beta] - 2026-01-26

Added support for dual Python & Comm syntax.

Added

  • Support for dual Python & Comm syntax.
  • code_aster icon for .comm files

Fixed

Known issues

  • In Python + Comm mode, Python will not recognize code_aster commands and highlight them in red as an error
  • In Python + Comm mode, completions are not working for function arguments

Full Changelog: v1.2.0...v1.3.0-beta

v1.2.0

21 Jan 16:06

Choose a tag to compare

[1.2.0] - 2026-01-21

Added support for 2D meshes in the visualizer

Added

  • 2D meshes are now supported by the visualizer.

Fixed

What's Changed

New Contributors

Full Changelog: v1.1.0...v1.2.0

v1.1.0

08 Jan 08:41

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.1...v1.1.0

v1.0.1

18 Dec 08:58

Choose a tag to compare

[1.0.1] - 2025-12-18

Micro-patch to fix README issues.

Fixed

  • Simvia logo in the README now uses an absolute link rather than a relative link

v1.0.0

17 Dec 15:40

Choose a tag to compare

[1.0.0] - 2025-12-17

Initial public release — first stable feature set.

Added

  • Interactive export form: Create and edit .export files from VS Code (command palette entry and editor button) with validation and a single-click create flow.
  • Run simulations: Launch simulations from a .export file (uses cave run [file].export by default); run command is configurable via the extension settings.
  • Smart .comm editing: 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 .med meshes, highlight face/node groups, interact with camera (rotate/pan/zoom), quick axis alignment, and mesh conversion to .obj stored in a hidden .visu_data/ folder.
  • Documentation and requirements: Installation notes for Python 3.8+, numpy, pygls==1.3.1, and medcoupling, plus instructions for optional cave installation.
  • Troubleshooting: Ability to restart the language server for .comm files to restore hover/signature/completion features.