iamcco/coc-angular

I Can't get Any output from coc-angular

Open

#31 aberto em 24 de mar. de 2021

Ver no GitHub
 (8 comments) (4 reactions) (0 assignees)TypeScript (20 forks)github user discovery
help wanted

Métricas do repositório

Stars
 (144 stars)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

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.

Guia do colaborador