Check platform for module config

This commit is contained in:
2024-07-20 00:39:51 +02:00
parent 3ae38d8629
commit fcaddcf60c
4 changed files with 76 additions and 3 deletions

3
.vscode/launch.json vendored
View File

@@ -14,7 +14,8 @@
"type": "delve",
"request": "launch",
"program": "${workspaceFolder}/src",
"args": ["link", "test_module", "-d"],
"args1": ["link", "test_module", "-d"],
"args": ["info"],
"dlvCwd": "${workspaceFolder}/src"
}
]