Skip to content

Commit

Permalink
doc updates
Browse files Browse the repository at this point in the history
  • Loading branch information
robole committed Nov 8, 2023
1 parent bc711d7 commit c71899e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<p align="center">
<img src="https://img.shields.io/static/v1?logo=visual-studio-code&label=made%20for&message=VS%20Code&color=blue" alt="Made for VSCode">
<img src="https://img.shields.io/visual-studio-marketplace/v/robole.snippets-ranger?logo=visual-studio-code&color=blue" alt="Visual Studio Marketplace Version">
<img src="https://img.shields.io/static/v1?logo=visual-studio-code&label=size&message=67KB&color=blue"
<img src="https://img.shields.io/static/v1?logo=visual-studio-code&label=size&message=68KB&color=blue"
alt="Extension file size in bytes">
<img src="https://img.shields.io/visual-studio-marketplace/r/robole.snippets-ranger?logo=visual-studio-code&color=blue" alt="Visual Studio Marketplace Rating">
<img src="https://img.shields.io/visual-studio-marketplace/d/robole.snippets-ranger?logo=visual-studio-code&color=blue" alt="downloads"/>
Expand Down
8 changes: 4 additions & 4 deletions todo.md
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);

0 comments on commit c71899e

Please sign in to comment.