Add swap content option

This commit is contained in:
2025-07-16 22:01:26 +02:00
parent 84bdc73900
commit d5319e18e2
7 changed files with 179 additions and 43 deletions

2
.vscode/launch.json vendored
View File

@ -10,7 +10,7 @@
"request": "launch",
"mode": "auto",
"program": "${workspaceFolder}",
"args": ["generate"]
"args": ["watch", "-c", "/home/pk/golang/plusev/terminal/.gowebbuild.yaml"]
}
]
}