vscode-react-javascript-snippets icon indicating copy to clipboard operation
vscode-react-javascript-snippets copied to clipboard

Unsupported event on StartupFinished of es7-react-js-snippets

Open bsjaramillo opened this issue 3 years ago • 2 comments
trafficstars

I'm trying to install this plugin for nvim, i've installed it running with yarn install --frozen-lockfile && yarn compile, but i got that error: image

bsjaramillo avatar Jul 03 '22 16:07 bsjaramillo

i'm getting the same error ..and i think it's working fine .. but still annoying

abdurahman-harouat avatar Jul 22 '22 00:07 abdurahman-harouat

Remove "onStartupFinished" event in plugin's package.json . image

I assume this event is supported by VSCode but not by coc.nvim, because this plugin is actually for VSCode.

w1zd avatar Aug 23 '22 01:08 w1zd