Skip to content

AngularDoc finding .app in NativeScript project #37

@cmckni3

Description

@cmckni3

Finds the build directory in VS Code even with "angulardoc.directoryFilter" setup.

Error: ENOENT: no such file or directory, stat '/Users/cmcknight/my-app/platforms/ios/build/device/my-app.app'

Workspace settings.json

...
  "angulardoc.directoryFilter": [
    "!typings",
    "!node_modules",
    "!.vscode",
    "!platforms",
    "!hooks"
  ]

Current workaround is to delete the platforms folder.

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