fix: enhance NetworkManager hotspot configuration and cleanup process

This commit is contained in:
Timothy Hofland
2026-03-16 08:58:36 +01:00
parent 12ff47207e
commit 63a33f4deb
2 changed files with 34 additions and 7 deletions

8
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,8 @@
{
"chat.tools.terminal.autoApprove": {
"/^bash -n scripts/setup\\.sh && bash -n scripts/switch-to-ap\\.sh && bash -n scripts/switch-to-client\\.sh$/": {
"approve": true,
"matchCommandLine": true
}
}
}