Skip to content

Commit

Permalink
chore: add todo
Browse files Browse the repository at this point in the history
  • Loading branch information
VitGottwald committed Apr 13, 2023
1 parent c678e19 commit e39db0f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions clients/cobol-dialect-api/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ export const registerDialect = async (
if (mainApi === undefined) {
throw new Error("COBOL LS API is invalid");
}
// TODO: add more runtime checks (for api version, ...)

return mainApi.dialectAPI_1_0().registerDialect(extensionId, dialect);
};

0 comments on commit e39db0f

Please sign in to comment.