Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: command failed (missing --plugin) #69

Closed
psukys opened this issue Nov 30, 2018 · 1 comment
Closed

Error: command failed (missing --plugin) #69

psukys opened this issue Nov 30, 2018 · 1 comment

Comments

@psukys
Copy link
Contributor

psukys commented Nov 30, 2018

While this doesn't seem to be reflected in VSCode's UI, after accidentally checking developer console, I noticed that there's wakatime seldom fails to run (copy from console log):

[WakaTime] [ERROR] Error: Command failed: python3 /home/psukys/.vscode/extensions/wakatime.vscode-wakatime-1.2.3/out/wakatime-master/wakatime/cli.py --file /data/Documents/Projects/TUM/Thesis/code/ops-ds2os/opsds2os/nlsm.py --plugin vscode/1.29.1 vscode-wakatime/1.2.3 --alternate-project ops-ds2os

Trying to run the same command in console, error is more verbose:

wakatime: error: unrecognized arguments: vscode-wakatime/1.2.3

I believe the problem is missing --plugin before vscode-wakatime/1.2.3 as there's no more aforementioned error by using it.

@alanhamlett
Copy link
Member

Fixed with e5ba512 and released in v1.2.4.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants