/
leonich
/
san-sys
Обзор
Документация
Войти
/
leonich
/
san-sys
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
san-sys.code-workspace
36 строк
716 B
leonich
add any tests
13 июн 2025, 05:35
13 июн 2025, 05:35
b8f1d3d
Код
Авторство
О чём код?
{ "folders": [ { "path": "." } ], "settings": { "terminal.integrated.cwd": "./san", "terminal.integrated.defaultProfile.windows": "Git Bash", "terminal.integrated.defaultProfile.linux": "bash", "terminal.integrated.profiles.windows": { "Git Bash": { "path": "C:\\Program Files\\Git\\bin\\bash.exe", "args": [ "--login" ] }, "PowerShell": { "source": "PowerShell", "icon": "terminal-powershell" }, "Command Prompt": { "path": "C:\\Windows\\System32\\cmd.exe", "args": [], "icon": "terminal-cmd" } }, "terminal.integrated.profiles.linux": { "bash": { "path": "bash", "icon": "terminal-bash" } }, "ai-test.endpoint": "" } }