microsoft / microsoft/vscode-makefile-tools
Make more settings available at the configuration level besides the global level
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 242
- Forks
- 78
- PR merge metrics
- No merged PRs in 30d
Description
Currently "makefile.configurations" contains "makePath", "makefilePath", "makeArgs" and "buildLog". It will soon contain "preconfigureScript" but maybe there are more that make sense to be defined at this level as well (buildLog, extensionLog, configurationCache, ... etc ...).
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
Start with the makefile.configurations setting and compare the currently listed makePath, makefilePath, makeArgs, and buildLog entries with the global settings. Determine which additional settings, such as preconfigureScript, extensionLog, or configurationCache, should be scoped there; done means the configuration-level scope is clearly defined and implemented.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100