ThFriedrich/lammps_vscode
VSCODE extension for language support of LAMMPS scripts
Scheduled synchronisation of lammps_vscode with Lammps documentation from 2023-01-01. This version corresponds to lammps release stable_23Jun2022_update2.
Scheduled synchronisation of lammps_vscode with Lammps documentation from 2022-12-01. This version corresponds to lammps release stable_23Jun2022_update2.
Scheduled synchronisation of lammps_vscode with Lammps documentation from 2022-10-01. This version corresponds to lammps release stable_23Jun2022_update1.
Scheduled synchronisation of lammps_vscode with Lammps documentation from 2022-09-01. This version corresponds to lammps release stable_23Jun2022_update1.
Scheduled synchronisation of lammps_vscode with Lammps documentation from 2022-07-01. This version corresponds to lammps release stable_23Jun2022.
Scheduled synchronisation of lammps_vscode with Lammps documentation from 2022-06-01. This version corresponds to lammps release stable_29Sep2021_update3.
Scheduled synchronisation of lammps_vscode with Lammps documentation from 2022-05-01. This version corresponds to lammps release stable_29Sep2021_update3.
Scheduled synchronisation of lammps_vscode with Lammps documentation from 2022-04-01. This version corresponds to lammps release stable_29Sep2021_update3.
Scheduled synchronisation of lammps_vscode with Lammps documentation from 2022-03-01. This version corresponds to lammps release stable_29Sep2021_update2.
Scheduled synchronisation of lammps_vscode with Lammps documentation from 2022-02-01. This version corresponds to lammps release stable_29Sep2021_update2.
Scheduled synchronisation of lammps_vscode with Lammps documentation from 2021-12-19. This version corresponds to lammps release stable_29Sep2021_update1.
📦 Highlights
- Added Lammps dashboard (beta) as discussed in [Issue #19](https://github.com/ThFriedrich/lammps_vscode/issues/19)
- Plotting of log file data
- Plotting of atomic dump data
- System Information display for Memory usage, CPU load and GPU load (Nvidia GPUs only)
- Added Editor command 'Open Lammps Simulation Dashboard'
- Added button to open dashboard in editor window
- 
- Added dependencies:
- + 7 more
📋 What's Changed
- Bump ini from 1.3.5 to 1.3.8 by @dependabot in https://github.com/ThFriedrich/lammps_vscode/pull/21
- Bump elliptic from 6.5.3 to 6.5.4 by @dependabot in https://github.com/ThFriedrich/lammps_vscode/pull/22
- Bump y18n from 4.0.0 to 4.0.1 by @dependabot in https://github.com/ThFriedrich/lammps_vscode/pull/23
- Bump lodash from 4.17.19 to 4.17.21 by @dependabot in https://github.com/ThFriedrich/lammps_vscode/pull/24
- Bump browserslist from 4.16.3 to 4.16.6 by @dependabot in https://github.com/ThFriedrich/lammps_vscode/pull/25
- Bump glob-parent from 5.1.1 to 5.1.2 by @dependabot in https://github.com/ThFriedrich/lammps_vscode/pull/27
- Bump css-what from 5.0.0 to 5.0.1 by @dependabot in https://github.com/ThFriedrich/lammps_vscode/pull/26
- Bump ws from 5.2.2 to 5.2.3 by @dependabot in https://github.com/ThFriedrich/lammps_vscode/pull/28
- + 4 more
✨ New Contributors
- @Justinfr43 made their first contribution in https://github.com/ThFriedrich/lammps_vscode/pull/29
- Full Changelog: https://github.com/ThFriedrich/lammps_vscode/compare/v1.4.1...v1.5.0
Scheduled synchronisation of lammps_vscode with Lammps documentation from 2021-12-16. This version corresponds to lammps release stable_29Sep2021_update1.
Scheduled synchronisation of lammps_vscode with Lammps documentation from 2021-10-16
Scheduled synchronisation of lammps_vscode with Lammps documentation from 2021-09-16
Scheduled synchronisation of lammps_vscode with Lammps documentation from 2021-08-16
Scheduled synchronisation of lammps_vscode with Lammps documentation from 2021-07-16
Scheduled synchronisation of lammps_vscode with Lammps documentation from 2021-06-16
Scheduled synchronisation of lammps_vscode with Lammps documentation from 2021-05-17
Scheduled synchronisation of lammps_vscode with Lammps documentation from 2021-04-16
Scheduled synchronisation of lammps_vscode with Lammps documentation from 2021-03-16
Scheduled synchronisation of lammps_vscode with Lammps documentation from 2021-02-16
Scheduled synchronisation of lammps_vscode with Lammps documentation from 2021-01-16
Scheduled synchronisation of lammps_vscode with Lammps documentation from 2020-12-16
Scheduled synchronisation of lammps_vscode with Lammps documentation from 2020-11-16
📋 Changes
- Synchronisation of lammps_vscode with Lammps documentation
- Grammar
- Keywords updated
- Offline embedded documentation
- Styling improvements
📦 Version 1.4.0 03.09.2020
- Synchronisation of lammps_vscode with Lammps documentation
- Task Provider
- Lammps can now be run as a task from within vscode
- Settings added for:
- __binary__: path to the Lammps executable
- __mpi_tasks__: # of MPI tasks to run for parallel execution
- __gpu_nodes__: # of GPU Nodes to use with the *gpu* package
- Task type *"lmps"* provided to set up tasks manually in a *tasks.json* file
- + 21 more
Scheduled synchronisation of lammps_vscode with Lammps documentation from 2020-08-14
✨ Hover Feature
- Rendering Equations is now supported using MathJax
- Fixed many styling issues
📝 Offline embedded documentation
- right click on command allows to show documentation in new vscode-panel
📦 Linting functions
- Set of functions that points out problems before runtime
- So far only checking for files and paths on read- and write commands
- To be extended in the future
