The plugin cannot connect to the Emulator when private key in file mode with cadence.customConfigPath
not project root
#465
Labels
bug
Something isn't working
Instructions
Problem
https://discord.com/channels/613813861610684416/1169205586496331836/1169579486229041259
When I set the private key of emulator-account to
key: { "type": "file", "location": "./emulator.key"}
the Cadence VSCode plugin cannot connect to the Emulator properly.
It must be changed to
key: "{privatekey}"
in order to let the plugin work correctly.In the project settings, there is a
.vscode/setting.json
file, andcadence.customConfigPath
is configured for flow.json instead of being in the root directory.Steps to Reproduce
cadence.customConfigPath
key: { "type": "file", "location": "./emulator.key"}
emulator.key
file including the private keykey: "{privateKey}"
Acceptance Criteria
The plugin works well.
Context
https://discord.com/channels/613813861610684416/1169205586496331836/1169579486229041259
The text was updated successfully, but these errors were encountered: