diff options
-rw-r--r-- | docs/docs/how-to-use-continue.md | 6 | ||||
-rw-r--r-- | docs/static/img/keyboard-shortcuts.png | bin | 0 -> 142544 bytes | |||
-rw-r--r-- | extension/package-lock.json | 2 | ||||
-rw-r--r-- | extension/package.json | 2 |
4 files changed, 8 insertions, 2 deletions
diff --git a/docs/docs/how-to-use-continue.md b/docs/docs/how-to-use-continue.md index 235a87b7..8089d131 100644 --- a/docs/docs/how-to-use-continue.md +++ b/docs/docs/how-to-use-continue.md @@ -136,3 +136,9 @@ If you highlight very long lines (e.g. a complex SVG), you might also run into i ### Tasks with many steps There are other tasks that Continue won't be able to take on as a whole. However, typically, if you figure out how to break the task into sub-tasks, you can get help from Continue with those. + +## Keyboard shortcuts + +Here you will find a list of all of the default keyboard shortcuts in VS Code: + +![keyboard-shortucts](/img/keyboard-shortcuts.png) diff --git a/docs/static/img/keyboard-shortcuts.png b/docs/static/img/keyboard-shortcuts.png Binary files differnew file mode 100644 index 00000000..a9b75fc5 --- /dev/null +++ b/docs/static/img/keyboard-shortcuts.png diff --git a/extension/package-lock.json b/extension/package-lock.json index 9d5cd6c9..001111f4 100644 --- a/extension/package-lock.json +++ b/extension/package-lock.json @@ -1,6 +1,6 @@ { "name": "continue", - "version": "0.0.257", + "version": "0.0.258", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/extension/package.json b/extension/package.json index 92dbeab7..aa2d7e92 100644 --- a/extension/package.json +++ b/extension/package.json @@ -14,7 +14,7 @@ "displayName": "Continue", "pricing": "Free", "description": "The open-source coding autopilot", - "version": "0.0.257", + "version": "0.0.258", "publisher": "Continue", "engines": { "vscode": "^1.67.0" |