mirror of
https://github.com/supanadit/todo.git
synced 2025-05-05 21:09:54 +00:00
fix: zsh slow in devcontainer
This commit is contained in:
parent
d6202c599f
commit
d409e3855e
@ -23,7 +23,7 @@
|
|||||||
"forwardPorts": [
|
"forwardPorts": [
|
||||||
8000
|
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": {
|
"portsAttributes": {
|
||||||
"8000": {
|
"8000": {
|
||||||
"label": "PHP Artisan Serve",
|
"label": "PHP Artisan Serve",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user