Skip to content
This repository has been archived by the owner on Sep 7, 2019. It is now read-only.

command 'zoterolatex.addCitation' not found #4

Open
p3e7 opened this issue Jul 11, 2019 · 10 comments
Open

command 'zoterolatex.addCitation' not found #4

p3e7 opened this issue Jul 11, 2019 · 10 comments

Comments

@p3e7
Copy link

p3e7 commented Jul 11, 2019

Hi,
I just installed your extension. Sadly hotkey and command don't work. I get the following error: command 'zoterolatex.addCitation' not found

I have tried the other markdown extension from the marketplace. It works, but only markdown.
I can't wait to use your extension :)

VSCode: 1.36.1
Zotero: 5.0.69
BetterBibtex: 5.1.98

@niklaskorz
Copy link

Same happening here with v0.3.1 of the extension, on macOS and Windows.

@matthieuroche
Copy link

Same here, with VS Code Insiders 1.37.0, Zotero 5.0.70. Better Bibtex 5.1.109, on MacOS Mojave 10.14.5

@felixvdh
Copy link

Yep, any solutions yet?

@niklaskorz
Copy link

I found a solution by manually installing the extension from source:

cd $HOME/.vscode/extensions
git clone https://github.com/bnavetta/vscode-zotero-latex.git zoterolatex
cd zoterolatex
yarn
yarn bundle

Then, restart VS Code.

@p3e7
Copy link
Author

p3e7 commented Jul 29, 2019

Yarn warns me about VSCode version, but seems to run successfully anyway.

warning zoterolatex@0.4.0: The engine "vscode" appears to be invalid.
created dist/extension.js in 824ms
✨ Done in 1.27s.

But it still doesn't work for me.

@janosh
Copy link

janosh commented Aug 5, 2019

@niklaskorz Thanks for the advice, that worked for me.

@DrAle85
Copy link

DrAle85 commented Aug 8, 2019

Yarn warns me about VSCode version, but seems to run successfully anyway.

warning zoterolatex@0.4.0: The engine "vscode" appears to be invalid.
created dist/extension.js in 824ms
sparkles Done in 1.27s.

But it still doesn't work for me.

I have the same problem on Linux Mint.

warning zoterolatex@0.4.0: The engine "vscode" appears to be invalid.
$ rollup -c

src/extension.ts → dist/extension.js...
created dist/extension.js in 945ms
Done in 1.63s.

Any solutions for this?

@niklaskorz
Copy link

The warning should appear for everyone and can be ignored

@daniel-scholz
Copy link

daniel-scholz commented Aug 15, 2019

It also worked for me. Thanks! @niklaskorz

  • win 10 1903
  • vscode 1.37
  • zotero 5.0.73
  • better bibtex 5.1.127

Everybody make sure to close VScode before exectuing Niklas' script though.

@bnavetta
Copy link
Owner

bnavetta commented Sep 5, 2019

Sorry about not seeing this earlier! I just pushed 0.4.1, which should fix the issue.

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

No branches or pull requests

8 participants