Skip to content

Commit

Permalink
WI #2605 Fix wrong URI management (#2607)
Browse files Browse the repository at this point in the history
  • Loading branch information
efr15 committed Jan 12, 2024
1 parent b805b3c commit c720cf8
Show file tree
Hide file tree
Showing 80 changed files with 456 additions and 441 deletions.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Expand Up @@ -11,15 +11,15 @@
"messages": [
{
"category": 1,
"message": "{\"jsonrpc\":\"2.0\",\"method\":\"textDocument/publishDiagnostics\",\"params\":{\"uri\":\"file:///C:/Users/MILLETFL/AppData/Local/Temp/1/tcbl/TCOMFL061931428110445951281.cee\",\"diagnostics\":[{\"range\":{\"start\":{\"line\":14,\"character\":12},\"end\":{\"line\":14,\"character\":17}},\"severity\":1,\"code\":\"27\",\"source\":\"Find the syntax diagram describing the statement in error in the language reference\",\"message\":\"Syntax error : mismatched input 'GOBACK' expecting {alphanumeric literal, numeric literal, symbol, special register, figurative constant, keyword}\"}]}}"
"message": "{\"jsonrpc\":\"2.0\",\"method\":\"textDocument/publishDiagnostics\",\"params\":{\"uri\":\"file:/C:/Users/MILLETFL/AppData/Local/Temp/1/tcbl/TCOMFL061931428110445951281.cee\",\"diagnostics\":[{\"range\":{\"start\":{\"line\":14,\"character\":12},\"end\":{\"line\":14,\"character\":17}},\"severity\":1,\"code\":\"27\",\"source\":\"Find the syntax diagram describing the statement in error in the language reference\",\"message\":\"Syntax error : mismatched input 'GOBACK' expecting {alphanumeric literal, numeric literal, symbol, special register, figurative constant, keyword}\"}]}}"
},
{
"category": 0,
"message": "{\"jsonrpc\":\"2.0\",\"method\":\"textDocument/didSave\",\"params\":{\"textDocument\":{\"version\":0,\"uri\":\"file:/C:/Users/MILLETFL/AppData/Local/Temp/1/tcbl/TCOMFL061931428110445951281.cee\"},\"text\":\" IDENTIFICATION DIVISION.\\r\\n PROGRAM-ID. Pgm.\\r\\n DATA DIVISION.\\r\\n WORKING-STORAGE SECTION.\\r\\n 01 Group1.\\r\\n 05 Level1.\\r\\n 10 ambiguous PIC X.\\r\\n 10 non-ambiguous-1 PIC X.\\r\\n 05 Level2.\\r\\n 10 ambiguous PIC X.\\r\\n 10 non-ambiguous-2 PIC X.\\r\\n PROCEDURE DIVISION.\\r\\n DISPLAY\\r\\n GOBACK\\r\\n .\\r\\n END PROGRAM Pgm.\"}}"
},
{
"category": 1,
"message": "{\"jsonrpc\":\"2.0\",\"method\":\"textDocument/publishDiagnostics\",\"params\":{\"uri\":\"file:///C:/Users/MILLETFL/AppData/Local/Temp/1/tcbl/TCOMFL061931428110445951281.cee\",\"diagnostics\":[{\"range\":{\"start\":{\"line\":14,\"character\":12},\"end\":{\"line\":14,\"character\":17}},\"severity\":1,\"code\":\"27\",\"source\":\"Find the syntax diagram describing the statement in error in the language reference\",\"message\":\"Syntax error : mismatched input 'GOBACK' expecting {alphanumeric literal, numeric literal, symbol, special register, figurative constant, keyword}\"}]}}"
"message": "{\"jsonrpc\":\"2.0\",\"method\":\"textDocument/publishDiagnostics\",\"params\":{\"uri\":\"file:/C:/Users/MILLETFL/AppData/Local/Temp/1/tcbl/TCOMFL061931428110445951281.cee\",\"diagnostics\":[{\"range\":{\"start\":{\"line\":14,\"character\":12},\"end\":{\"line\":14,\"character\":17}},\"severity\":1,\"code\":\"27\",\"source\":\"Find the syntax diagram describing the statement in error in the language reference\",\"message\":\"Syntax error : mismatched input 'GOBACK' expecting {alphanumeric literal, numeric literal, symbol, special register, figurative constant, keyword}\"}]}}"
},
{
"category": 0,
Expand All @@ -31,7 +31,7 @@
},
{
"category": 1,
"message": "{\"jsonrpc\":\"2.0\",\"method\":\"textDocument/publishDiagnostics\",\"params\":{\"uri\":\"file:///C:/Users/MILLETFL/AppData/Local/Temp/1/tcbl/TCOMFL061931428110445951281.cee\",\"diagnostics\":[{\"range\":{\"start\":{\"line\":14,\"character\":12},\"end\":{\"line\":14,\"character\":17}},\"severity\":1,\"code\":\"27\",\"source\":\"Find the syntax diagram describing the statement in error in the language reference\",\"message\":\"Syntax error : mismatched input 'GOBACK' expecting {alphanumeric literal, numeric literal, symbol, special register, figurative constant, keyword}\"}]}}"
"message": "{\"jsonrpc\":\"2.0\",\"method\":\"textDocument/publishDiagnostics\",\"params\":{\"uri\":\"file:/C:/Users/MILLETFL/AppData/Local/Temp/1/tcbl/TCOMFL061931428110445951281.cee\",\"diagnostics\":[{\"range\":{\"start\":{\"line\":14,\"character\":12},\"end\":{\"line\":14,\"character\":17}},\"severity\":1,\"code\":\"27\",\"source\":\"Find the syntax diagram describing the statement in error in the language reference\",\"message\":\"Syntax error : mismatched input 'GOBACK' expecting {alphanumeric literal, numeric literal, symbol, special register, figurative constant, keyword}\"}]}}"
},
{
"category": 2,
Expand Down Expand Up @@ -63,7 +63,7 @@
},
{
"category": 1,
"message": "{\"jsonrpc\":\"2.0\",\"method\":\"textDocument/publishDiagnostics\",\"params\":{\"uri\":\"file:///C:/Users/MILLETFL/AppData/Local/Temp/1/tcbl/TCOMFL061931428110445951281.cee\",\"diagnostics\":[{\"range\":{\"start\":{\"line\":13,\"character\":20},\"end\":{\"line\":13,\"character\":22}},\"severity\":1,\"code\":\"30\",\"source\":\"Page\",\"message\":\"Semantic error: Symbol amb is not referenced\"}]}}"
"message": "{\"jsonrpc\":\"2.0\",\"method\":\"textDocument/publishDiagnostics\",\"params\":{\"uri\":\"file:/C:/Users/MILLETFL/AppData/Local/Temp/1/tcbl/TCOMFL061931428110445951281.cee\",\"diagnostics\":[{\"range\":{\"start\":{\"line\":13,\"character\":20},\"end\":{\"line\":13,\"character\":22}},\"severity\":1,\"code\":\"30\",\"source\":\"Page\",\"message\":\"Semantic error: Symbol amb is not referenced\"}]}}"
},
{
"category": 2,
Expand Down Expand Up @@ -107,7 +107,7 @@
},
{
"category": 1,
"message": "{\"jsonrpc\":\"2.0\",\"method\":\"textDocument/publishDiagnostics\",\"params\":{\"uri\":\"file:///C:/Users/MILLETFL/AppData/Local/Temp/1/tcbl/TCOMFL061931428110445951281.cee\",\"diagnostics\":[{\"range\":{\"start\":{\"line\":13,\"character\":20},\"end\":{\"line\":13,\"character\":22}},\"severity\":1,\"code\":\"30\",\"source\":\"Page\",\"message\":\"Semantic error: Symbol Lev is not referenced\"}]}}"
"message": "{\"jsonrpc\":\"2.0\",\"method\":\"textDocument/publishDiagnostics\",\"params\":{\"uri\":\"file:/C:/Users/MILLETFL/AppData/Local/Temp/1/tcbl/TCOMFL061931428110445951281.cee\",\"diagnostics\":[{\"range\":{\"start\":{\"line\":13,\"character\":20},\"end\":{\"line\":13,\"character\":22}},\"severity\":1,\"code\":\"30\",\"source\":\"Page\",\"message\":\"Semantic error: Symbol Lev is not referenced\"}]}}"
},
{
"category": 2,
Expand Down
Expand Up @@ -11,15 +11,15 @@
"messages": [
{
"category": 1,
"message": "{\"jsonrpc\":\"2.0\",\"method\":\"textDocument/publishDiagnostics\",\"params\":{\"uri\":\"file:///C:/Users/MILLETFL/AppData/Local/Temp/1/tcbl/TCOMFL061931428110445951281.cee\",\"diagnostics\":[{\"range\":{\"start\":{\"line\":14,\"character\":12},\"end\":{\"line\":14,\"character\":17}},\"severity\":1,\"code\":\"27\",\"source\":\"Find the syntax diagram describing the statement in error in the language reference\",\"message\":\"Syntax error : mismatched input 'GOBACK' expecting {alphanumeric literal, numeric literal, symbol, special register, figurative constant, keyword}\"}]}}"
"message": "{\"jsonrpc\":\"2.0\",\"method\":\"textDocument/publishDiagnostics\",\"params\":{\"uri\":\"file:/C:/Users/MILLETFL/AppData/Local/Temp/1/tcbl/TCOMFL061931428110445951281.cee\",\"diagnostics\":[{\"range\":{\"start\":{\"line\":14,\"character\":12},\"end\":{\"line\":14,\"character\":17}},\"severity\":1,\"code\":\"27\",\"source\":\"Find the syntax diagram describing the statement in error in the language reference\",\"message\":\"Syntax error : mismatched input 'GOBACK' expecting {alphanumeric literal, numeric literal, symbol, special register, figurative constant, keyword}\"}]}}"
},
{
"category": 0,
"message": "{\"jsonrpc\":\"2.0\",\"method\":\"textDocument/didSave\",\"params\":{\"textDocument\":{\"version\":0,\"uri\":\"file:/C:/Users/MILLETFL/AppData/Local/Temp/1/tcbl/TCOMFL061931428110445951281.cee\"},\"text\":\" IDENTIFICATION DIVISION.\\r\\n PROGRAM-ID. Pgm.\\r\\n DATA DIVISION.\\r\\n WORKING-STORAGE SECTION.\\r\\n 01 Group1.\\r\\n 05 Level1.\\r\\n 10 ambiguous PIC X.\\r\\n 10 non-ambiguous-1 PIC X.\\r\\n 05 Level2.\\r\\n 10 ambiguous PIC X.\\r\\n 10 non-ambiguous-2 PIC X.\\r\\n PROCEDURE DIVISION.\\r\\n DISPLAY\\r\\n GOBACK\\r\\n .\\r\\n END PROGRAM Pgm.\"}}"
},
{
"category": 1,
"message": "{\"jsonrpc\":\"2.0\",\"method\":\"textDocument/publishDiagnostics\",\"params\":{\"uri\":\"file:///C:/Users/MILLETFL/AppData/Local/Temp/1/tcbl/TCOMFL061931428110445951281.cee\",\"diagnostics\":[{\"range\":{\"start\":{\"line\":14,\"character\":12},\"end\":{\"line\":14,\"character\":17}},\"severity\":1,\"code\":\"27\",\"source\":\"Find the syntax diagram describing the statement in error in the language reference\",\"message\":\"Syntax error : mismatched input 'GOBACK' expecting {alphanumeric literal, numeric literal, symbol, special register, figurative constant, keyword}\"}]}}"
"message": "{\"jsonrpc\":\"2.0\",\"method\":\"textDocument/publishDiagnostics\",\"params\":{\"uri\":\"file:/C:/Users/MILLETFL/AppData/Local/Temp/1/tcbl/TCOMFL061931428110445951281.cee\",\"diagnostics\":[{\"range\":{\"start\":{\"line\":14,\"character\":12},\"end\":{\"line\":14,\"character\":17}},\"severity\":1,\"code\":\"27\",\"source\":\"Find the syntax diagram describing the statement in error in the language reference\",\"message\":\"Syntax error : mismatched input 'GOBACK' expecting {alphanumeric literal, numeric literal, symbol, special register, figurative constant, keyword}\"}]}}"
},
{
"category": 0,
Expand All @@ -31,7 +31,7 @@
},
{
"category": 1,
"message": "{\"jsonrpc\":\"2.0\",\"method\":\"textDocument/publishDiagnostics\",\"params\":{\"uri\":\"file:///C:/Users/MILLETFL/AppData/Local/Temp/1/tcbl/TCOMFL061931428110445951281.cee\",\"diagnostics\":[{\"range\":{\"start\":{\"line\":14,\"character\":12},\"end\":{\"line\":14,\"character\":17}},\"severity\":1,\"code\":\"27\",\"source\":\"Find the syntax diagram describing the statement in error in the language reference\",\"message\":\"Syntax error : mismatched input 'GOBACK' expecting {alphanumeric literal, numeric literal, symbol, special register, figurative constant, keyword}\"}]}}"
"message": "{\"jsonrpc\":\"2.0\",\"method\":\"textDocument/publishDiagnostics\",\"params\":{\"uri\":\"file:/C:/Users/MILLETFL/AppData/Local/Temp/1/tcbl/TCOMFL061931428110445951281.cee\",\"diagnostics\":[{\"range\":{\"start\":{\"line\":14,\"character\":12},\"end\":{\"line\":14,\"character\":17}},\"severity\":1,\"code\":\"27\",\"source\":\"Find the syntax diagram describing the statement in error in the language reference\",\"message\":\"Syntax error : mismatched input 'GOBACK' expecting {alphanumeric literal, numeric literal, symbol, special register, figurative constant, keyword}\"}]}}"
},
{
"category": 2,
Expand Down Expand Up @@ -63,7 +63,7 @@
},
{
"category": 1,
"message": "{\"jsonrpc\":\"2.0\",\"method\":\"textDocument/publishDiagnostics\",\"params\":{\"uri\":\"file:///C:/Users/MILLETFL/AppData/Local/Temp/1/tcbl/TCOMFL061931428110445951281.cee\",\"diagnostics\":[{\"range\":{\"start\":{\"line\":13,\"character\":20},\"end\":{\"line\":13,\"character\":22}},\"severity\":1,\"code\":\"30\",\"source\":\"Page\",\"message\":\"Semantic error: Symbol amb is not referenced\"}]}}"
"message": "{\"jsonrpc\":\"2.0\",\"method\":\"textDocument/publishDiagnostics\",\"params\":{\"uri\":\"file:/C:/Users/MILLETFL/AppData/Local/Temp/1/tcbl/TCOMFL061931428110445951281.cee\",\"diagnostics\":[{\"range\":{\"start\":{\"line\":13,\"character\":20},\"end\":{\"line\":13,\"character\":22}},\"severity\":1,\"code\":\"30\",\"source\":\"Page\",\"message\":\"Semantic error: Symbol amb is not referenced\"}]}}"
},
{
"category": 2,
Expand Down Expand Up @@ -107,7 +107,7 @@
},
{
"category": 1,
"message": "{\"jsonrpc\":\"2.0\",\"method\":\"textDocument/publishDiagnostics\",\"params\":{\"uri\":\"file:///C:/Users/MILLETFL/AppData/Local/Temp/1/tcbl/TCOMFL061931428110445951281.cee\",\"diagnostics\":[{\"range\":{\"start\":{\"line\":13,\"character\":20},\"end\":{\"line\":13,\"character\":22}},\"severity\":1,\"code\":\"30\",\"source\":\"Page\",\"message\":\"Semantic error: Symbol Lev is not referenced\"}]}}"
"message": "{\"jsonrpc\":\"2.0\",\"method\":\"textDocument/publishDiagnostics\",\"params\":{\"uri\":\"file:/C:/Users/MILLETFL/AppData/Local/Temp/1/tcbl/TCOMFL061931428110445951281.cee\",\"diagnostics\":[{\"range\":{\"start\":{\"line\":13,\"character\":20},\"end\":{\"line\":13,\"character\":22}},\"severity\":1,\"code\":\"30\",\"source\":\"Page\",\"message\":\"Semantic error: Symbol Lev is not referenced\"}]}}"
},
{
"category": 2,
Expand Down
Expand Up @@ -11,23 +11,23 @@
"messages": [
{
"category": 1,
"message": "{\"jsonrpc\":\"2.0\",\"method\":\"textDocument/publishDiagnostics\",\"params\":{\"uri\":\"file:///C:/Users/MAYANJE/AppData/Local/Temp/1/tcbl/DVZZJCM52426283183559897214.cee\",\"diagnostics\":[]}}"
"message": "{\"jsonrpc\":\"2.0\",\"method\":\"textDocument/publishDiagnostics\",\"params\":{\"uri\":\"file:/C:/Users/MAYANJE/AppData/Local/Temp/1/tcbl/DVZZJCM52426283183559897214.cee\",\"diagnostics\":[]}}"
},
{
"category": 0,
"message": "{\"jsonrpc\":\"2.0\",\"method\":\"textDocument/didChange\",\"params\":{\"textDocument\":{\"version\":0,\"uri\":\"file:/C:/Users/MAYANJE/AppData/Local/Temp/1/tcbl/DVZZJCM52426283183559897214.cee\"},\"uri\":\"file:/C:/Users/MAYANJE/AppData/Local/Temp/1/tcbl/DVZZJCM52426283183559897214.cee\",\"contentChanges\":[{\"range\":{\"start\":{\"line\":0,\"character\":0},\"end\":{\"line\":0,\"character\":0}},\"rangeLength\":-1,\"text\":\"\\r\\n\"}]}}"
},
{
"category": 1,
"message": "{\"jsonrpc\":\"2.0\",\"method\":\"textDocument/publishDiagnostics\",\"params\":{\"uri\":\"file:///C:/Users/MAYANJE/AppData/Local/Temp/1/tcbl/DVZZJCM52426283183559897214.cee\",\"diagnostics\":[]}}"
"message": "{\"jsonrpc\":\"2.0\",\"method\":\"textDocument/publishDiagnostics\",\"params\":{\"uri\":\"file:/C:/Users/MAYANJE/AppData/Local/Temp/1/tcbl/DVZZJCM52426283183559897214.cee\",\"diagnostics\":[]}}"
},
{
"category": 0,
"message": "{\"jsonrpc\":\"2.0\",\"method\":\"textDocument/didChange\",\"params\":{\"textDocument\":{\"version\":0,\"uri\":\"file:/C:/Users/MAYANJE/AppData/Local/Temp/1/tcbl/DVZZJCM52426283183559897214.cee\"},\"uri\":\"file:/C:/Users/MAYANJE/AppData/Local/Temp/1/tcbl/DVZZJCM52426283183559897214.cee\",\"contentChanges\":[{\"range\":{\"start\":{\"line\":1,\"character\":0},\"end\":{\"line\":1,\"character\":0}},\"rangeLength\":0,\"text\":\"\\r\\n\"}]}}"
},
{
"category": 1,
"message": "{\"jsonrpc\":\"2.0\",\"method\":\"textDocument/publishDiagnostics\",\"params\":{\"uri\":\"file:///C:/Users/MAYANJE/AppData/Local/Temp/1/tcbl/DVZZJCM52426283183559897214.cee\",\"diagnostics\":[]}}"
"message": "{\"jsonrpc\":\"2.0\",\"method\":\"textDocument/publishDiagnostics\",\"params\":{\"uri\":\"file:/C:/Users/MAYANJE/AppData/Local/Temp/1/tcbl/DVZZJCM52426283183559897214.cee\",\"diagnostics\":[]}}"
}
],
"didClose": "{\"jsonrpc\":\"2.0\",\"method\":\"textDocument/didClose\",\"params\":{\"textDocument\":{\"uri\":\"file:/C:/Users/MAYANJE/AppData/Local/Temp/1/tcbl/DVZZJCM52426283183559897214.cee\"}}}",
Expand Down
Expand Up @@ -15,15 +15,15 @@
},
{
"category": 1,
"message": "{\"jsonrpc\":\"2.0\",\"method\":\"textDocument/publishDiagnostics\",\"params\":{\"uri\":\"file:///C:/Users/MAYANJE/workspaces/runtime-GEFTest2/RemoteSystemsTempFiles/FttRemoteTempFiles/nitcpip.e-i.net/RE/RE.MAYANJE2.SOURCE/DVZZJCM6.cbl\",\"diagnostics\":[]}}"
"message": "{\"jsonrpc\":\"2.0\",\"method\":\"textDocument/publishDiagnostics\",\"params\":{\"uri\":\"file:/C:/Users/MAYANJE/workspaces/runtime-GEFTest2/RemoteSystemsTempFiles/FttRemoteTempFiles/nitcpip.e-i.net/RE/RE.MAYANJE2.SOURCE/DVZZJCM6.cbl\",\"diagnostics\":[]}}"
},
{
"category": 1,
"message": "{\"jsonrpc\":\"2.0\",\"method\":\"typecobol/CfgDfa\",\"params\":{\"textDocument\":{\"uri\":\"file:/C:/Users/MAYANJE/workspaces/runtime-GEFTest2/RemoteSystemsTempFiles/FttRemoteTempFiles/nitcpip.e-i.net/RE/RE.MAYANJE2.SOURCE/DVZZJCM6.cbl\"},\"dotContent\":\"digraph Cfg {\\r\\ncompound=true;\\r\\nnode [\\r\\nshape = \\\"record\\\"\\r\\n]\\r\\n\\r\\nedge [\\r\\narrowtail = \\\"empty\\\"\\r\\n]\\r\\nBlock0 [\\r\\nlabel = \\\"{START|}\\\"\\r\\n]\\r\\nBlock1 [\\r\\nlabel = \\\"{Block1| PERFORM FctList-Process-Mode\\\\l}\\\"\\r\\n]\\r\\nsubgraph cluster_1{\\r\\ncolor = blue;\\r\\nlabel = \\\"FctList-Process-Mode\\\";\\r\\nBlock11 [\\r\\nlabel = \\\"{FCTLIST-PROCESS-MODE. Block11| evaluate true\\\\l when Fct-f1c0385c-StartCheckpoint\\\\l}\\\"\\r\\n]\\r\\nBlock12 [\\r\\nlabel = \\\"{Block12| call 'f1c0385c' using arg1\\\\l}\\\"\\r\\n]\\r\\nBlock16 [\\r\\nlabel = \\\"{Block16|}\\\"\\r\\n]\\r\\nBlock13 [\\r\\nlabel = \\\"{Block13|}\\\"\\r\\n]\\r\\nBlock14 [\\r\\nlabel = \\\"{Block14| Perform Handle-Error\\\\l}\\\"\\r\\n]\\r\\nsubgraph cluster_2{\\r\\ncolor = blue;\\r\\nlabel = \\\"Handle-Error\\\";\\r\\nBlock18 [\\r\\nlabel = \\\"{HANDLE-ERROR. Block18| continue\\\\l}\\\"\\r\\n]\\r\\n\\r\\n}\\r\\nBlock14 -> Block18 [style=dashed]\\r\\n\\r\\nBlock15 [\\r\\nlabel = \\\"{Block15|}\\\"\\r\\n]\\r\\n\\r\\n}\\r\\nBlock1 -> Block11 [style=dashed]\\r\\n\\r\\nBlock2 [\\r\\nlabel = \\\"{Block2| GOBACK\\\\l}\\\"\\r\\n]\\r\\nBlock0 -> Block1\\r\\nBlock11 -> Block12\\r\\nBlock11 -> Block13\\r\\nBlock12 -> Block16\\r\\nBlock13 -> Block14\\r\\nBlock14 -> Block15\\r\\nBlock15 -> Block16\\r\\nBlock1 -> Block2\\r\\n\\r\\n}\\r\\n\",\"instructionPositions\":[{\"line\":22,\"character\":11},{\"line\":23,\"character\":14},{\"line\":24,\"character\":17},{\"line\":30,\"character\":11},{\"line\":26,\"character\":17},{\"line\":18,\"character\":11},{\"line\":19,\"character\":11}],\"basicBlockInfos\":[{\"id\":0,\"subgraphId\":-1,\"fstInstIdx\":-1,\"lstInstIdx\":-1},{\"id\":11,\"subgraphId\":1,\"fstInstIdx\":0,\"lstInstIdx\":2},{\"id\":12,\"subgraphId\":1,\"fstInstIdx\":2,\"lstInstIdx\":3},{\"id\":16,\"subgraphId\":1,\"fstInstIdx\":-1,\"lstInstIdx\":-1},{\"id\":13,\"subgraphId\":1,\"fstInstIdx\":-1,\"lstInstIdx\":-1},{\"id\":18,\"subgraphId\":2,\"fstInstIdx\":3,\"lstInstIdx\":4},{\"id\":14,\"subgraphId\":1,\"fstInstIdx\":4,\"lstInstIdx\":5},{\"id\":15,\"subgraphId\":1,\"fstInstIdx\":-1,\"lstInstIdx\":-1},{\"id\":1,\"subgraphId\":-1,\"fstInstIdx\":5,\"lstInstIdx\":6},{\"id\":2,\"subgraphId\":-1,\"fstInstIdx\":6,\"lstInstIdx\":7}]}}"
},
{
"category": 1,
"message": "{\"jsonrpc\":\"2.0\",\"method\":\"textDocument/publishDiagnostics\",\"params\":{\"uri\":\"file:///C:/Users/MAYANJE/workspaces/runtime-GEFTest2/RemoteSystemsTempFiles/FttRemoteTempFiles/nitcpip.e-i.net/RE/RE.MAYANJE2.SOURCE/DVZZJCM6.cbl\",\"diagnostics\":[]}}"
"message": "{\"jsonrpc\":\"2.0\",\"method\":\"textDocument/publishDiagnostics\",\"params\":{\"uri\":\"file:/C:/Users/MAYANJE/workspaces/runtime-GEFTest2/RemoteSystemsTempFiles/FttRemoteTempFiles/nitcpip.e-i.net/RE/RE.MAYANJE2.SOURCE/DVZZJCM6.cbl\",\"diagnostics\":[]}}"
},
{
"category": 1,
Expand All @@ -39,7 +39,7 @@
},
{
"category": 1,
"message": "{\"jsonrpc\":\"2.0\",\"method\":\"textDocument/publishDiagnostics\",\"params\":{\"uri\":\"file:///C:/Users/MAYANJE/workspaces/runtime-GEFTest2/RemoteSystemsTempFiles/FttRemoteTempFiles/nitcpip.e-i.net/RE/RE.MAYANJE2.SOURCE/DVZZJCM6.cbl\",\"diagnostics\":[]}}"
"message": "{\"jsonrpc\":\"2.0\",\"method\":\"textDocument/publishDiagnostics\",\"params\":{\"uri\":\"file:/C:/Users/MAYANJE/workspaces/runtime-GEFTest2/RemoteSystemsTempFiles/FttRemoteTempFiles/nitcpip.e-i.net/RE/RE.MAYANJE2.SOURCE/DVZZJCM6.cbl\",\"diagnostics\":[]}}"
},
{
"category": 1,
Expand Down

0 comments on commit c720cf8

Please sign in to comment.