microsoft / vscode-commander

MIT License
0 stars 0 forks source link

Implement reference resolution for command schemas #11

Closed benibenj closed 2 weeks ago

benibenj commented 2 weeks ago

This pull request introduces a new function, resolveReferences, which recursively resolves $ref properties in command schemas to their definitions. This enhancement improves the handling of nested references, ensuring that commands with arguments are processed correctly. The changes also include updates to the Configurations class to utilize this new functionality, enhancing the overall schema management.