vsc-xliff-sync icon indicating copy to clipboard operation
vsc-xliff-sync copied to clipboard

Sync command wont run as task

Open RWienemann opened this issue 1 year ago • 1 comments

I tried to create a task to run the Synchronize Translation Units (after the translations are extracted) in VS Code. The command does not seem to get exceuted, though. I added the following to .vscode/tasks.json { "label": "sync xliff", "command": "${command:xliffSync.synchronizeSources}", } xliffSync.createNewTargetFiles does work. Am I missing an argument or setting for this to work?

RWienemann avatar Nov 24 '22 13:11 RWienemann