-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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); |