fix: tweak the positioning of the file content field label

This commit is contained in:
2025-05-01 07:46:44 +00:00
parent 36f21c864e
commit 67a392fb78
3 changed files with 11 additions and 5 deletions

View File

@@ -33,6 +33,12 @@
"customizations": {
"jetbrains": {
"backend": "Rider"
},
"vscode": {
"extensions": [
"ms-dotnettools.csdevkit",
"murugaratham.vscode-dotnet-watch"
]
}
},
"features": {
@@ -43,6 +49,6 @@
"containerEnv": {
"Docker__CaddyContainerName": "caddy",
"Docker__DockerHost": "unix:///var/run/docker.sock",
"Caddy__ConfigDir": "/home/vscode/caddy/config",
"Caddy__ConfigDir": "/home/vscode/caddy/config"
}
}