From c71899e20aa35ed10dd0da52115cfd48665632b0 Mon Sep 17 00:00:00 2001 From: Rob O'Leary <3703647+robole@users.noreply.github.com> Date: Wed, 8 Nov 2023 18:48:18 +0200 Subject: [PATCH] doc updates --- README.md | 2 +- todo.md | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 5c7f4b2..cc62157 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@

Made for VSCode Visual Studio Marketplace Version -Extension file size in bytes Visual Studio Marketplace Rating downloads diff --git a/todo.md b/todo.md index 6f48fb6..fe87cb5 100644 --- a/todo.md +++ b/todo.md @@ -1,9 +1,9 @@ # To Do +1. TOC entry for an extension leds to first file table being slightly obscured. + ## Changes to consider -1. Support multi-root workspaces. For multi-root workspaces, a sub workspace can have its own snippets in its .vscode folder. You would need to look at the `.code-workspace` to discover the sub workspaces. -1. This snippet extension - https://open-vsx.org/extension/hollowtree/vue-snippets - appears to cause an error. +1. Support for multi-root workspaces. For multi-root workspaces, a sub workspace can have its own snippets in its *.vscode* folder. You would need look in the `.code-workspace` to discover the sub workspaces and inspect them. +1. This snippet extension - https://open-vsx.org/extension/hollowtree/vue-snippets - appears to cause an error. Can I make the extension more resilient? 1. Show the shortcuts assigned to any snippets (via command 'insert snippet')? - -$statement = $this->pdo->prepare($sql);