mirror of
https://github.com/supanadit/todo.git
synced 2025-05-05 12:59:56 +00:00
fix: zsh slow in devcontainer
This commit is contained in:
parent
d6202c599f
commit
d409e3855e
@ -23,7 +23,7 @@
|
||||
"forwardPorts": [
|
||||
8000
|
||||
],
|
||||
"postCreateCommand": "sudo chmod a+x \"$(pwd)\" && sudo rm -rf /var/www/html && sudo ln -s \"$(pwd)\" /var/www/html",
|
||||
"postCreateCommand": "git config oh-my-zsh.hide-info 1 && sudo chmod a+x \"$(pwd)\" && sudo rm -rf /var/www/html && sudo ln -s \"$(pwd)\" /var/www/html",
|
||||
"portsAttributes": {
|
||||
"8000": {
|
||||
"label": "PHP Artisan Serve",
|
||||
|
Loading…
x
Reference in New Issue
Block a user