cqframework / cqframework/vscode-cql
Create a New Project command
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 13
- Forks
- 7
- PR merge metrics
- No merged PRs in 30d
Description
Add a New Project command that creates:
ig.ini
ig.json with defaults for "path-binary"
input/cql
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Locate the VS Code command registration and the project-creation entry point, then inspect how workspace files are written. Implement the New Project command so it creates ig.ini, ig.json with the requested "path-binary" defaults, and input/cql; verify the generated project structure manually or with the repository's existing tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- developer-experience, tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100