not working w/ basic sequence
Open
- Dominant language
- JavaScript
- Stars
- 177
- Forks
- 36
- PR merge metrics
- No merged PRs in 30d
Description
I have the following macro defined:
```yaml
"macros": {
"changeCase.apply_TitleCase":[
"editor.action.transformToLowercase",
"extension.changeCase.upperFirst",
]
},
```
Only the `transformToLowercase` action is executed.
Contributor guide
No contributing guide indexed for this repository
Research direction
Reproduce the shown macros configuration in the VS Code extension, using the sequence containing editor.action.transformToLowercase and extension.changeCase.upperFirst. Start by tracing how the macro definition dispatches multiple actions; done means both actions execute in order rather than only the first.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, vscode
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100