Compare commits
2 Commits
b4ddd94c93
...
1e45dc212b
| Author | SHA1 | Date | |
|---|---|---|---|
| 1e45dc212b | |||
| df513aca8e |
@@ -20,11 +20,15 @@
|
||||
"label": "Hello Remote World",
|
||||
"onAutoForward": "notify"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
// Use 'postCreateCommand' to run commands after the container is created.
|
||||
// "postCreateCommand": "sudo chmod a+x \"$(pwd)\" && sudo rm -rf /var/www/html && sudo ln -s \"$(pwd)\" /var/www/html"
|
||||
|
||||
// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
|
||||
// "remoteUser": "root"
|
||||
|
||||
"mounts": [
|
||||
"source=${localWorkspaceFolder}/../../spl-data,target=/workspaces/spl-data,type=bind,consistency=consistent"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -86,7 +86,7 @@ if (($handle = fopen($inputFile, "r")) !== FALSE) {
|
||||
}
|
||||
}
|
||||
if ($picture === "") {
|
||||
print("Failed to identify picture for " . $candidateName);
|
||||
print("Failed to identify picture for " . $candidateName . "\n");
|
||||
}
|
||||
|
||||
array_push(
|
||||
|
||||
Reference in New Issue
Block a user