/
Edwar
/
cam-api-examples
Обзор
Документация
Войти
/
Edwar
/
cam-api-examples
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Geometry/ExtensionUtilityGeometryModelNet/project/main/.vscode/launch.json
24 строки
763 B
rasilyabag
Geometry examples
21 окт 2024, 16:21
21 окт 2024, 16:21
3182468
Код
Авторство
О чём код?
{ // Use IntelliSense to learn about possible attributes. // Hover to view descriptions of existing attributes. // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "configurations": [ { "name": "Run sc.exe", "type": "coreclr", "request": "launch", "preLaunchTask": "build", "program": "C:/Program Files/Sprut Technology/SprutCAM 18/Bin64/sc.exe", "args": [], "cwd": "${workspaceFolder}", "console": "internalConsole", "stopAtEntry": false }, { "name": ".NET Core Attach", "type": "coreclr", "request": "attach" } ] }