Skip to content

Commit

Permalink
fix: device autoconnect config broken
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobrosenberg committed Mar 18, 2022
1 parent e61dd1b commit 1b6f265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ class Commands {
return result?.label || "_DONE_";
},
autoConnect: async () => {
const { enum: enums, enumDescriptions } = manifestConfig["autoConnect"];
const { enum: enums, enumDescriptions } = manifestConfig["pymakr.autoConnect"];

const options = enums.map(mapEnumsToQuickPick(enumDescriptions));
options.push({ label: "Use default", description: "Use defaults from VSCode settings", clear: true });
Expand Down

0 comments on commit 1b6f265

Please sign in to comment.