microsoft / microsoft/vscode-makefile-tools
Make clean target configurable
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 242
- Forks
- 78
- PR merge metrics
- No merged PRs in 30d
Description
Hello,
I am working in a legacy codebase where the clean target name is cleanall instead of the standard clean.
While I can invoke it manually, it means the "Build clean" command does not do the rhigt thing (tm).
Would it be possible to make the clean target into a workspace setting?
The same logic could also apply to the all target.
Kind regards,
My VSCode setup:
Version: 1.63.2
Commit: 899d46d82c4c95423fb7e10e68eba52050e30ba3
Date: 2021-12-15T09:39:46.686Z
Electron: 13.5.2
Chromium: 91.0.4472.164
Node.js: 14.16.0
V8: 9.1.269.39-electron.0
OS: Linux x64 5.4.0-94-generic
Makefile Tools is v0.3.1
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 by locating the Build clean command and the workspace settings that control Makefile Tools behavior. Determine how the clean and all target names are currently selected; done means both target names can be configured per workspace and the corresponding commands use those settings.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- vscode
- Domain
- build-system, tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100