Skip to content

Commit

Permalink
Update moose language server extension, bump moose-dev idaholab#29873
Browse files Browse the repository at this point in the history
  • Loading branch information
loganharbour committed Feb 13, 2025
1 parent 2406f9b commit cd7a7c2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions apptainer/moose-dev.def
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,9 @@ Fingerprints: 0CFFCAB55E806363601C442D211817B01E0911DB
# 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.3.2
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
curl -L -O https://github.com/idaholab/moose-language-support/releases/download/v${MOOSE_LANGUAGE_SUPPORT_VERSION}/moose-language-support-${MOOSE_LANGUAGE_SUPPORT_VERSION}.vsix

# Setup permissions for the code server extras
find /opt/code-server -type d -exec chmod 755 {} +
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.12.23" %}
{% set version = "2024.02.12" %}

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.12.23
- moose-dev 2024.02.12

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

0 comments on commit cd7a7c2

Please sign in to comment.