iamcco/coc-angular

I Can't get Any output from coc-angular

Open

#31 geöffnet am 24. März 2021

Auf GitHub ansehen
 (8 Kommentare) (4 Reaktionen) (0 zugewiesene Personen)TypeScript (20 Forks)github user discovery
help wanted

Repository-Metriken

Stars
 (144 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

I installed with :CocInstall coc-angular It says it was successful.

I have an angular app open at the workspace root, it has an angular.json file.

:CocInfo prints this.

## versions

vim version: VIM - Vi IMproved 8.2 8021895
node version: v14.16.0
coc.nvim version: 0.0.80-d129f0f97e
coc.nvim directory: C:\Users\CodeSwimBikeRunner\.vim\plugged\coc.nvim
term: mintty
platform: win32

## Log of coc.nvim

2021-03-24T18:44:12.045 INFO (pid:14396) [plugin] - coc.nvim 0.0.80-d129f0f97e initialized with node: v14.16.0 after 266ms
2021-03-24T18:44:15.844 INFO (pid:14396) [attach] - receive notification: highlight []
2021-03-24T18:44:19.697 INFO (pid:14396) [attach] - receive notification: highlight []
2021-03-24T18:44:21.992 INFO (pid:14396) [attach] - receive notification: highlight []
2021-03-24T18:44:24.094 INFO (pid:14396) [attach] - receive notification: highlight []

If i try to run any commands related to angular i get.

[coc.nvim]: Error on notification "runCommand": Command: angular.restartNgServer not found

or something similar, I have closed out of vim and reentered a few times, i have uninstalled coc and removed all configuration, and reinstalled.

Contributor Guide