diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-06-04 18:04:39 -0400 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-06-04 18:04:39 -0400 |
commit | 08d1d790eecc10fd4eaa250cd2682fa936a45ef8 (patch) | |
tree | 53d5b6563331c6e21b26dfd90db45cecdcc4c52c /extension/src/README.md | |
parent | 09e7ced1dfe10f15ffcbce9717a33c7fd43b0059 (diff) | |
download | sncontinue-08d1d790eecc10fd4eaa250cd2682fa936a45ef8.tar.gz sncontinue-08d1d790eecc10fd4eaa250cd2682fa936a45ef8.tar.bz2 sncontinue-08d1d790eecc10fd4eaa250cd2682fa936a45ef8.zip |
docusaurus link fixing
Diffstat (limited to 'extension/src/README.md')
-rw-r--r-- | extension/src/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extension/src/README.md b/extension/src/README.md index 76b96ea0..9fd73f9f 100644 --- a/extension/src/README.md +++ b/extension/src/README.md @@ -67,7 +67,7 @@ You should always have a packaged version installed in VS Code, because when Con ## Commands - "Write a docstring for the current function" command (windows: `ctrl+alt+l`, mac: `shift+cmd+l`) -- "Open Debug Panel" command +- "Open Continue GUI" command - "Ask a question from input box" command (windows: `ctrl+alt+j`, mac: `shift+cmd+j`) - "Open Captured Terminal" command - "Ask a question from webview" command (what context is it given?) |