Yutaro Ishiwata

Results 3 comments of Yutaro Ishiwata

This is the correct behavior. webpack-dev-server will save the bundle file in memory instead of writing it out. You can check it from this path: [http://localhost:4000/js/bundle.js](http://localhost:4000/js/bundle.js)

My understanding is that the `:LspManageServers` command shows all supported LSP servers, is that wrong?

The npm command is already installed. By the way, I am using Mac vim, and vim started from the terminal showed the required LSP server. I don't think this is...