/
spruttechnology
/
cam-api-examples
Обзор
Документация
Войти
/
spruttechnology
/
cam-api-examples
Код
Запросы
3
Задачи
Пакеты
0
Релизы
1
Аналитика
v19/develop
GCodeGeneration/ExtensionPostprocessorPopupNet/.vscode/launch.json
26 строк
870 B
renal
Новые расширения - всплывающие окна
08 май 2026, 14:27
08 май 2026, 14:27
3cbaf6c
Код
Авторство
О чём код?
{ // 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": "Launch CAM", "type": "coreclr", "request": "launch", "preLaunchTask": "build", "program": "C:/Program Files/Sprut Technology/SprutCAM 19 NB/Bin64/sc.exe", "args": [ "/EXTENSION_DEBUG_FOLDER=\"${workspaceFolder}/project/main/bin/Debug\"" ], "cwd": "${workspaceFolder}", "console": "integratedTerminal", "stopAtEntry": false }, { "name": ".NET Core Attach", "type": "coreclr", "request": "attach" } ] }