Skip to content

Commit

Permalink
Update language server to v1.2.0, update moose-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
loganharbour committed Sep 13, 2024
1 parent b9e8bde commit 1b6a43d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apptainer/moose-dev.def
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ From: {{ APPTAINER_FROM }}
# by the "setup-code-server-extensions" script (in PATH)
mkdir /opt/code-server/extensions
# Download extensions for code-server, currently just moose language support
MOOSE_LANGUAGE_SUPPORT_VERSION=1.1.2
MOOSE_LANGUAGE_SUPPORT_VERSION=1.2.0
cd /opt/code-server/extensions
curl -L -O https://github.com/idaholab/moose-language-support/releases/download/v${MOOSE_LANGUAGE_SUPPORT_VERSION}/DanielSchwen.moose-language-support-${MOOSE_LANGUAGE_SUPPORT_VERSION}.vsix

Expand Down
2 changes: 1 addition & 1 deletion conda/moose-dev/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# REMEMBER TO UPDATE the .yaml files for the following packages:
# moose/conda_build_config.yaml
# As well as any directions pertaining to modifying those files.
{% set version = "2024.09.10" %}
{% set version = "2024.09.13" %}

package:
name: moose-dev
Expand Down
2 changes: 1 addition & 1 deletion conda/moose/conda_build_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ mpi:
- openmpi

moose_dev:
- moose-dev 2024.09.10
- moose-dev 2024.09.13

#### Darwin SDK SYSROOT
CONDA_BUILD_SYSROOT: # [osx]
Expand Down

0 comments on commit 1b6a43d

Please sign in to comment.