Skip to content

Releases: NuCoMP/mcnp-language-server-vscode

Release v0.0.15

19 Jan 22:38
Compare
Choose a tag to compare

Fixed

  • Enum literals are not accepted for syntax that should be blank
    • e.g. "VACUUM" cannot appear on a surface card with vacuum boundaries

Changed

  • Updated translation scripts

Release v0.0.14

06 Dec 04:12
Compare
Choose a tag to compare

Changed

  • Translation button/menus hidden by default
  • Updated translation scripts

Added

  • Translation to OpenMC developer option

Release 0.0.13

02 Dec 02:09
Compare
Choose a tag to compare

Fixed

  • Button visibility on title menu.

Release v0.0.12

02 Dec 01:51
Compare
Choose a tag to compare

Changed

  • Changed position of MCNP commands in menus.

Added

  • Button/command for translation to Serpent model. Currently a developer option, requires MCNP and Serpent APIs.

Release v0.0.11

05 Nov 01:10
Compare
Choose a tag to compare

Changed

  • Run and Plot commands/buttons only display for .mcnp files.
  • Run and Plot buttons stack.

Release v0.0.10

03 Nov 23:19
Compare
Choose a tag to compare

Fixed

  • Added setting for MCNP DATAPATH variable.
  • Fixed execution options for Windows CMD and Powershell.

Release v0.0.9

24 Oct 19:39
Compare
Choose a tag to compare

Changed

  • Built language server with Eclipse 2022-06.
  • Updated language server libraries.
  • Added known validation issues to README.

Release v0.0.8

13 Sep 02:35
Compare
Choose a tag to compare

Fixed

  • Bug fixes on PTRAC

Release v0.0.7

06 Jun 16:44
Compare
Choose a tag to compare

The first version to be included as a GitHub release!

Fixed

  • $ comments indented by 5+ spaces are now validated properly.
  • CCC keyword can now appear after a 5+ space line continuation on SDEF.
  • Bug allowing blank lines in a lattice definition.

Changed

  • Toggle Comment character is changed to $ indented by 5 spaces to avoid issues when commenting indented lines.