neoclide / coc-python

Python extension for coc.nvim, fork of vscode-python
573 stars 51 forks source link

Update package json #286

Open farisachugthai opened 3 years ago

farisachugthai commented 3 years ago

@types/del isn't needed since del provides it's own types. Running yarn in this repo fires off a warning as a result. In addition update the yarn.lock.

Add node_modules and tags to gitignore as well since running git status produces unintelligible results from node_modules flooding the output.