What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
This PR adds a new directive of the form // #include "someFile.ks" which will then be loaded into the current file as if a run statement was called upon it. This is mostly for cases were the language server can't already determine if a file is in scope or not. This resolves #115
// #include "someFile.ks"
which will then be loaded into the current file as if a run statement was called upon it. This is mostly for cases were the language server can't already determine if a file is in scope or not. This resolves #115