{
"version": "0.0.1",
"configurations": [
"name": "voorbeeldpagina",
"runtimeExecutable": "python",
"runtimeArgs": ["-m", "http.server", "8765", "--directory", "voorbeeld"],
"port": 8765
}
]