From 5d7b58624b208eb17c084aa24d08902bdb40238e Mon Sep 17 00:00:00 2001 From: Arthur DANJOU Date: Fri, 18 Apr 2025 15:04:55 +0200 Subject: [PATCH] Fix comments to clarify removal of modules when fixed --- .vscode/settings.json | 6 ++++++ app/app.vue | 2 +- nuxt.config.ts | 4 ++-- 3 files changed, 9 insertions(+), 3 deletions(-) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..4dfa898 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,6 @@ +{ + "todo-tree.tree.scanMode": "workspace only", + "todo-tree.tree.disableCompactFolders": false, + "todo-tree.tree.showCountsInTree": false, + "todo-tree.tree.showBadges": true +} \ No newline at end of file diff --git a/app/app.vue b/app/app.vue index 59fb55e..ec8fc18 100644 --- a/app/app.vue +++ b/app/app.vue @@ -8,7 +8,7 @@ useHead({ - + diff --git a/nuxt.config.ts b/nuxt.config.ts index 2ee21ff..cdd182c 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -26,7 +26,7 @@ export default defineNuxtConfig({ '@nuxtjs/google-fonts', '@nuxt/image', '@nuxtjs/i18n', - // 'nuxt-visitors', TODO: remove when module is fixed + // 'nuxt-visitors', FIXME: remove when module is fixed ], // Nuxt Hub @@ -169,7 +169,7 @@ export default defineNuxtConfig({ }, }, - /* TODO: remove when module is fixed + /* FIXME: remove when module is fixed // Nuxt Visitors visitors: { // Set to true to enable tracking of visitor locations