geodynamics / aspect

A parallel, extensible finite element code to simulate convection in both 2D and 3D models.
https://aspect.geodynamics.org/
Other
217 stars 232 forks source link

update the ASPECT VSCode extension #5697

Open tjhei opened 4 weeks ago

tjhei commented 4 weeks ago

@gassmoeller is working on contacting the author of https://marketplace.visualstudio.com/items?itemName=zhikui.vscode-aspect to update the included parameter definition. We should figure out a way to regularly do this.

As soon as it is updated, we should change the recommended extension in https://github.com/geodynamics/aspect/blob/main/.vscode/extensions.json

gassmoeller commented 4 weeks ago

See my merge request here: https://gitlab.com/gassmoeller/vscode-aspect/-/merge_requests/1 And the issue for the original extension here: https://gitlab.com/vscode_extension/vscode-aspect/-/issues/1

tjhei commented 4 weeks ago

See my merge request here: https://gitlab.com/gassmoeller/vscode-aspect/-/merge_requests/1

404

tjhei commented 4 weeks ago

it should be relatively easy to use parameters.json inside the current workspace if it exists: https://gitlab.com/vscode_extension/vscode-aspect/-/blob/master/src/completion.js?ref_type=heads#L133