Skip to content

Commit

Permalink
Merge pull request #22 from RechInformatica/fix/ficha-294473
Browse files Browse the repository at this point in the history
fix: Adicionada regex para pegar outra string que indica que a variável não está alocada pelo isCobol.
  • Loading branch information
gustavosimon authored May 13, 2024
2 parents b5e85e1 + 9a58c23 commit c8eb2ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion defaultDebugConfigs.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@
"Error:\\s+ambiguous\\s+identifier",
"unexpected\\s+error\\s+usage",
"syntax\\s+error",
"Error:\\s+dynamic\\s+item\\s+not\\s+allocated\\s+"
"Error:\\s+dynamic\\s+item\\s+not\\s+allocated\\s+",
"Dynamic\\s+item\\s+not\\s+allocated\\s+"
]
},
"changeVariableValue": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "rech-cobol-debugger",
"displayName": "Rech COBOL Debugger",
"description": "Debug COBOL files with Visual Studio Code",
"version": "1.0.42",
"version": "1.0.43",
"publisher": "rechinformatica",
"engines": {
"vscode": "^1.47.0"
Expand Down

0 comments on commit c8eb2ed

Please sign in to comment.