This commit is contained in:
2026-06-23 16:25:55 -03:00
parent 230654836b
commit cdf5aad1c8
8 changed files with 20056 additions and 1206 deletions
+20
View File
@@ -0,0 +1,20 @@
{
"version": "0.2.0",
"configurations": [
{
"type": "totvs_language_debug",
"request": "launch",
"name": "TOTVS Language Debug",
"program": "${command:AskForProgramName}",
"cwb": "${workspaceFolder}",
"smartclientBin": "../totvs/bin/smartclient/smartclient.exe",
"isMultiSession": true,
"enableTableSync": true,
"extendFeatures": {
"charDetails": false
}
}
],
"lastProgramExecuted": "<cancel>",
"lastProgramArguments": []
}