Skip to content

Commit ef3f7f8

Browse files
committed
Initial work on moving to language provider
Signed-off-by: worksofliam <[email protected]>
1 parent b162cf1 commit ef3f7f8

File tree

12 files changed

+1872
-1705
lines changed

12 files changed

+1872
-1705
lines changed

cli/.vscode/launch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"cwd": "${workspaceFolder:cli}",
2525
"program": "${workspaceFolder:cli}/dist/index.js",
2626
"sourceMaps": true,
27-
"args": ["-d", "/Users/barry/Repos/ibmi-company_system", "--verbose", "--mcp", "5500"],
27+
"args": ["-d", "/Users/barry/Repos/ibmi-company_system", "--verbose", "-bf", "make"],
2828
"preLaunchTask": {
2929
"type": "npm",
3030
"script": "webpack:dev"

0 commit comments

Comments
 (0)