mirror of
https://github.com/aleleba/aleleba-vscode-dockerfile-configuration.git
synced 2025-06-19 04:18:11 -06:00
Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
fdcea0d423 | |||
1a8869bb11 |
@ -7,6 +7,11 @@ addgroup nonroot
|
|||||||
adduser --disabled-password --gecos "" ${HOME_USER}
|
adduser --disabled-password --gecos "" ${HOME_USER}
|
||||||
echo "${HOME_USER} ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers
|
echo "${HOME_USER} ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers
|
||||||
|
|
||||||
|
#Creating extensions folder
|
||||||
|
sudo mkdir /home/${HOME_USER}/.vscode-server
|
||||||
|
sudo chmod -R a+rwX /home/${HOME_USER}/.vscode-server
|
||||||
|
code --extensions-dir /home/${HOME_USER}/.vscode-server
|
||||||
|
|
||||||
# Check if the data.json file exists
|
# Check if the data.json file exists
|
||||||
if [ -f "/home/extensions.json" ]; then
|
if [ -f "/home/extensions.json" ]; then
|
||||||
# Read the JSON file into a variable
|
# Read the JSON file into a variable
|
||||||
|
@ -1 +1 @@
|
|||||||
1.0.18
|
1.0.20
|
Reference in New Issue
Block a user