You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#! "netcoreapp2.0"
#r "nuget: Newtonsoft.Json,11.0.1"
#load "simpleHttpRequest.csx"
using System.Linq;
using Newtonsoft.Json.Linq;
The script works at runtime but in Visual Studio code I have Newtonsoft underlined in red, and no intellisense. (the same as for all JObject uses etc.)
VS Code 1.20.1
ms-vscode.csharp : 1.14.0
dotnet.script : 0.18.0