Skip to content

Commit afe96ef

Browse files
authored
Merge pull request #125 from IBM/fix/parse_cl_with_brackets
Fix CL parser to handle brackets correctly
2 parents 82320c3 + 8fc336a commit afe96ef

File tree

11 files changed

+1216
-34
lines changed

11 files changed

+1216
-34
lines changed

cli/.vscode/launch.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,19 @@
1616
"type": "npm",
1717
"script": "webpack:dev"
1818
},
19+
},
20+
{
21+
"name": "Debug MCP",
22+
"type": "node",
23+
"request": "launch",
24+
"cwd": "${workspaceFolder:cli}",
25+
"program": "${workspaceFolder:cli}/dist/index.js",
26+
"sourceMaps": true,
27+
"args": ["-d", "/Users/barry/Repos/ibmi-company_system", "--verbose", "--mcp", "5500"],
28+
"preLaunchTask": {
29+
"type": "npm",
30+
"script": "webpack:dev"
31+
},
1932
},
2033
]
2134
}

0 commit comments

Comments
 (0)