Updated dev container configuration

- moved vscode launch.json to .devcontainer
 - added forwardPorts to devcontainer.json
 - create log file in postCreate.sh
This commit is contained in:
ne20002 2024-08-06 14:12:50 +00:00
parent dc145bb440
commit 07d6500700
No known key found for this signature in database
5 changed files with 20 additions and 4 deletions

View file

@ -32,5 +32,6 @@ return [
'language' => 'en',
'basepath' => '${workspaceFolder}',
'url' => 'http://${ServerName}:${ServerPort}',
'pidfile' => '/tmp/daemon.pid',
],
];