This commit is contained in:
Andrey Cunha
2026-03-12 23:05:52 -03:00
parent 40db0af098
commit 7113b026ef
33 changed files with 7939 additions and 2225 deletions
+18
View File
@@ -0,0 +1,18 @@
{
"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
}
}
]
}
+17
View File
@@ -0,0 +1,17 @@
{
"version": "1.0.0",
"configurations": [
{
"id": "cafi5jey9zammnjzp2n5z2h8lutld7",
"name": "Fluig produção",
"host": "comerciode188006.fluig.cloudtotvs.com.br",
"ssl": true,
"port": 443,
"username": "andrey.cunha",
"password": "eyJpdiI6ImQwNjBhYWU1NzM3ZjVhNzU0ZWExOWYwZGZiNDEzNWI3Iiwic2FsdCI6IjQ0NmVjYTQ4OTY3ZWViOTc3NmRjY2E4M2UyYzc2NGViIiwidGV4dCI6ImNmZWRiYzFlODFjY2EwOTUzOWZlMGVlMTMzZWIwNzA0In0=",
"userCode": "andrey.cunha",
"confirmExporting": false,
"companyId": 1
}
]
}