integromat/vscode-apps-sdk

"Access Denied" when trying to create a Function

JosXa opened this issue · 2 comments

JosXa commented

In VSCode, when executing the apps-sdk.function.new command (right click "Function" -> "new Function"), I get an "Access Denied" error no matter which of my apps I try it on:

image

The extension host trace logs show only the call, but no further information:
[2019-12-27 01:16:06.177] [exthost] [trace] ExtHostCommands#$executeContributedCommand apps-sdk.function.new

This is a real blocker to write tests for the app as indicated in the documentation right now.

System specs:
Windows 10
integromat.apps-sdk version 1.1.2
VSCode version 1.40.2

Edit:
Aha, looks like the "+ Create a new IML function" feature is generally unavailable:
image

JosXa commented

Ah I see, that makes sense. Thanks