Skip to content

Commit

Permalink
Try to fix wikilink-embed e2e tests by removing embedNoteInContainer …
Browse files Browse the repository at this point in the history
…config
  • Loading branch information
badsketch committed Aug 23, 2023
1 parent 2f5fe5e commit 4f773f9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/foam-vscode/src/features/preview/wikilink-embed.ts
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,9 @@ export function retrieveNoteConfig(): {

// **DEPRECATED** setting to be removed
// for now it overrides the above to preserve user settings if they have it set
if (getFoamVsCodeConfig<boolean>(CONFIG_EMBED_NOTE_IN_CONTAINER, false)) {
noteStyle = 'card';
}
// if (getFoamVsCodeConfig<boolean>(CONFIG_EMBED_NOTE_IN_CONTAINER, false)) {
// noteStyle = 'card';
// }
return { noteScope, noteStyle };
}

Expand Down

0 comments on commit 4f773f9

Please sign in to comment.