diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-08-04 21:22:00 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-08-04 21:22:00 -0700 |
commit | c4b61ebc68143de33b41aacd4071f3953bb2ecd1 (patch) | |
tree | 11191dbb69049b660edf9da266d52d7069145925 | |
parent | 345b7734d8c887d699d5038416d2a1f8193a33e9 (diff) | |
parent | 2f62b36ae104e8281bb83db77b4cf2a59958b7ca (diff) | |
download | sncontinue-c4b61ebc68143de33b41aacd4071f3953bb2ecd1.tar.gz sncontinue-c4b61ebc68143de33b41aacd4071f3953bb2ecd1.tar.bz2 sncontinue-c4b61ebc68143de33b41aacd4071f3953bb2ecd1.zip |
Merge branch 'main' of https://github.com/continuedev/continue
-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: + + 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" |