chore(dev): update devcontainer
This commit is contained in:
@@ -4,6 +4,13 @@
|
|||||||
"service": "devcontainer",
|
"service": "devcontainer",
|
||||||
"shutdownAction": "stopCompose",
|
"shutdownAction": "stopCompose",
|
||||||
"workspaceFolder": "/workspaces/osu_lazer_api",
|
"workspaceFolder": "/workspaces/osu_lazer_api",
|
||||||
|
"containerEnv": {
|
||||||
|
"MYSQL_DATABASE": "osu_api",
|
||||||
|
"MYSQL_USER": "osu_user",
|
||||||
|
"MYSQL_PASSWORD": "osu_password",
|
||||||
|
"MYSQL_HOST": "mysql",
|
||||||
|
"MYSQL_PORT": "3306"
|
||||||
|
},
|
||||||
"customizations": {
|
"customizations": {
|
||||||
"vscode": {
|
"vscode": {
|
||||||
"extensions": [
|
"extensions": [
|
||||||
@@ -66,6 +73,6 @@
|
|||||||
3306,
|
3306,
|
||||||
6379
|
6379
|
||||||
],
|
],
|
||||||
"postCreateCommand": "uv sync --dev && uv run pre-commit install && cd packages/msgpack_lazer_api && cargo check",
|
"postCreateCommand": "uv sync --dev && uv pip install rosu-pp-py && uv run alembic upgrade head && uv run pre-commit install && cd packages/msgpack_lazer_api && cargo check",
|
||||||
"remoteUser": "vscode"
|
"remoteUser": "vscode"
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user