Skip to content

Commit

Permalink
run indexer
Browse files Browse the repository at this point in the history
  • Loading branch information
slisson committed Nov 2, 2024
1 parent ae46fa9 commit 2db7b2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/mps/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "JetBrains MPS",
"id": "mps",
"version": "1.0.1",
"version": "1.0.2",
"description": "Installs JetBrains MPS",
"options": {
"mps-version": {
Expand Down
2 changes: 1 addition & 1 deletion src/mps/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@ cp -r mps-config $_REMOTE_USER_HOME/.config/Modelix/MPS$MPS_MAJOR_VERSION
chown -R $_REMOTE_USER:$_REMOTE_USER $_REMOTE_USER_HOME/.config
chown -R $_REMOTE_USER:$_REMOTE_USER /mps

runas -u $_REMOTE_USER /run-indexer.sh
sudo -H -u $_REMOTE_USER bash -c '/run-indexer.sh'

0 comments on commit 2db7b2a

Please sign in to comment.