Files
bamort/bamort.code-workspace
T

12 lines
110 B
Plaintext
Raw Normal View History

2025-07-24 07:39:43 +02:00
{
"folders": [
{
2025-10-03 08:54:15 +02:00
"path": "."
2025-07-24 07:39:43 +02:00
}
],
2025-10-03 08:54:15 +02:00
"settings": {
"go.testEnvVars": {
"CGO_ENABLED": "1"
}
}
2025-07-24 07:39:43 +02:00
}