tests/plugins/obsidian: suppress deprecation warning

This commit is contained in:
Gaetan Lepage 2025-07-25 17:42:46 +02:00 committed by Gaétan Lepage
parent 0e2af088f1
commit 7988de00d6

View file

@ -4,6 +4,10 @@
empty = {
plugins.obsidian = {
enable = true;
# TODO 2025-07-25 explicitly disable legacy commands to suppress deprecation warning
settings.legacy_commands = false;
# At least one workspaces is needed for the plugin to work
settings.workspaces = [
{
@ -22,6 +26,9 @@
enable = true;
settings = {
# TODO 2025-07-25 explicitly disable legacy commands to suppress deprecation warning
legacy_commands = false;
dir = null;
workspaces = [
{