feat: fixed lua dev

Signed-off-by: juliano.barbosa <julianomb@gmail.com>
This commit is contained in:
juliano.barbosa 2025-01-15 15:57:23 -03:00
parent 795a72140a
commit 73326f6eb3
No known key found for this signature in database
GPG Key ID: EB8B440F57360B3D
1 changed files with 1 additions and 1 deletions

View File

@ -44,6 +44,6 @@
} }
} }
}, },
"postCreateCommand": "sudo apt-get update && sudo apt-get install -y build-essential lua5.3 lua5.3-dev luarocks && sudo luarocks install luacheck", "postCreateCommand": "sudo apt-get update && sudo apt-get install -y build-essential lua5.3 lua5.3-dev luarocks ripgrep fd-find curl && curl -L https://github.com/neovim/neovim/releases/latest/download/nvim-linux64.tar.gz | sudo tar xzf - -C /opt && sudo ln -s /opt/nvim-linux64/bin/nvim /usr/local/bin/nvim && sudo luarocks install luacheck",
"remoteUser": "vscode" "remoteUser": "vscode"
} }