如何在Mac功能和F#的Mac设置上获取VS Code?

时间:2017-03-25 12:43:33

标签: azure f# visual-studio-code

根据使用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

0 个答案:

没有答案