builder: vls-mode can compile all src dir files#25703
builder: vls-mode can compile all src dir files#25703kbkpbot wants to merge 1 commit intovlang:masterfrom
Conversation
|
Why add a special support for this, and pass a different |
|
I'm not sure I like the idea of having vls automatically read all the files in a dir anyway. Perhaps it could be an option? I've had dirs with multiple completely unrelated V "script" files, which would show a lot of errors if they were all parsed together (for instance, all of them having |
|
The VLS mode should work as similar as possible with V itself, i.e. if V supports |
|
Currently, |
|
It would be beneficial if the |
|
V can already compile a directory of files, by either Having it compile a specific list of files... possible, of course, but it sounds like it would be complicated to get right, and to document clearly. |
|
I'd like to add a new option to the |
|
@kbkpbot I do not understand, why not just use Why do you insist on implementing more options, that will do that exact thing? |
That is exactly what |
|
This is a temp workaround for |
Fix vlang/vls#473
work with PR vlang/vls#475