delete hidden directory

This commit is contained in:
Archie Fox
2025-05-15 10:52:07 +03:00
parent 67b53cd4c4
commit 67d0d0c8f3

View File

@@ -1,15 +0,0 @@
{
// Используйте IntelliSense, чтобы узнать о возможных атрибутах.
// Наведите указатель мыши, чтобы просмотреть описания существующих атрибутов.
// Для получения дополнительной информации посетите: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Launch Package",
"type": "go",
"request": "launch",
"mode": "auto",
"program": "${fileDirname}"
}
]
}