/
redgpu
/
ezEngine
Обзор
Документация
Войти
/
redgpu
/
ezEngine
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
dev
Utilities/.vscode/tasks.json
12 строк
335 B
Sanakan8472
Linux quality of life improvments (#1328)
16 июн 2024, 14:32
Не верифицирован
16 июн 2024, 14:32
84eaf8f
Код
Авторство
О чём код?
{ // See https://go.microsoft.com/fwlink/?LinkId=733558 // for the documentation about the tasks.json format "version": "2.0.0", "tasks": [ { "label": "Debugger Attach Check", "type": "shell", "command": "${workspaceFolder}/Utilities/Ubuntu/attach-check.sh" } ] }