根据使用F#和Azure Functions的editor prelude section,应该在代码的顶部添加以下内容:
#if !COMPILED
#I "../../bin/Binaries/WebJobs.Script.Host"
#r "Microsoft.Azure.WebJobs.Host.dll"
#endif
我正在使用VS Code和Ionide-fsharp扩展程序在Mac上工作。
我的问题是:如何让VS Code了解Azure Functions中包含的库?
修改:我收到的错误是The search directory '/Users/martimatix/Projects/sandbox/fsharp_test/../../bin/Binaries/WebJobs.Script.Host' could not be found