iamcco / diagnostic-languageserver

diagnostic language server integrate with linters
MIT License
414 stars 28 forks source link

Added %file #5

Closed c0r73x closed 5 years ago

c0r73x commented 5 years ago

To be able to run applications that don't accept stdin, like cppcheck and vint

iamcco commented 5 years ago

It already support, use the %text in args field.

c0r73x commented 5 years ago

It's not the same. %text sends the files content %file sends the files path