Skip to content

Intellisense not working for inline dependencies #230

@vlaquest

Description

@vlaquest

Hi,
I've been reloading visual studio code many times, I'm trying to do as in the doc (https://github.com/filipw/dotnet-script#nuget-packages) but intellisense would not work with the following piece of code :

#! "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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions