dart-league / dson

dart library which converts Dart Objects into their JSON representation
Apache License 2.0
66 stars 14 forks source link

URI Does not exist #41

Open Tom71238 opened 5 years ago

Tom71238 commented 5 years ago

In VS, get error that { "resource": "/C:/Users/Tom/DartProject2/lib/src/main.dart", "owner": "dart", "code": "uri_does_not_exist", "severity": 8, "message": "Target of URI doesn't exist: 'package:dson/dson.dart'.", "source": "dart", "startLineNumber": 4, "startColumn": 8, "endLineNumber": 4, "endColumn": 32, "tags": [] }

luisvt commented 5 years ago

did you run pug get or pub ugragde?

Tom71238 commented 5 years ago

Yes, I have done both

On Fri, Feb 22, 2019 at 11:26 AM Luis Vargas notifications@github.com wrote:

did you run pug get or pub ugragde?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/dart-league/dson/issues/41#issuecomment-466456618, or mute the thread https://github.com/notifications/unsubscribe-auth/AhTGQo_SC6e5PE0Z4QP9AJX0Mw9BQnWYks5vQBpJgaJpZM4bIVDK .

luisvt commented 5 years ago

could you show a full project?