expo/vscode-expo

Property permissions is not allowed.

louiechristie opened this issue · 1 comments

Description of the bug

Problems tab message:
Property permissions is not allowed.

When using in app.json

"permissions" : []

This should be allowed for using minimum permissions.

To Reproduce

Add "permissions" : [] to app.json

Expected behavior

No problem message in VS Code

Actual behavior

Problem message Property permissions is not allowed.

Screenshot 2020-09-29 at 15 31 19

Additional context

expo v39
MacOS v10.15
VS Code Version: 1.49.1

My mistake. Closing issue. It should be android.permissions:

android: {
  permissions: []
}