summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNate Sesti <sestinj@gmail.com>2023-06-18 13:37:49 -0700
committerNate Sesti <sestinj@gmail.com>2023-06-18 13:37:49 -0700
commit4b7db5f17f5d18adf57e9b9181e75bbdd33cbc26 (patch)
tree9cffe3089215ae9e30e2fb6d6e646e6ee42462fe
parent9dc3e0f7cbfa928a6683ab361afe329fcd194e64 (diff)
downloadsncontinue-4b7db5f17f5d18adf57e9b9181e75bbdd33cbc26.tar.gz
sncontinue-4b7db5f17f5d18adf57e9b9181e75bbdd33cbc26.tar.bz2
sncontinue-4b7db5f17f5d18adf57e9b9181e75bbdd33cbc26.zip
screenshots
-rw-r--r--continuedev/src/continuedev/steps/welcome.py2
-rw-r--r--docs/static/img/continue-screenshot.pngbin531452 -> 349821 bytes
-rw-r--r--docs/static/img/continue-screenshot2.pngbin0 -> 531452 bytes
3 files changed, 2 insertions, 0 deletions
diff --git a/continuedev/src/continuedev/steps/welcome.py b/continuedev/src/continuedev/steps/welcome.py
index 323571ba..32ebc3ba 100644
--- a/continuedev/src/continuedev/steps/welcome.py
+++ b/continuedev/src/continuedev/steps/welcome.py
@@ -28,3 +28,5 @@ class WelcomeStep(Step):
- Type /comment to write comments for the entire class
- Ask about how the class works, how to write it in another language, etc.
\"\"\"""")))
+
+ await sdk.ide.setFileOpen(filepath=filepath)
diff --git a/docs/static/img/continue-screenshot.png b/docs/static/img/continue-screenshot.png
index de5fe8a2..c66dfec0 100644
--- a/docs/static/img/continue-screenshot.png
+++ b/docs/static/img/continue-screenshot.png
Binary files differ
diff --git a/docs/static/img/continue-screenshot2.png b/docs/static/img/continue-screenshot2.png
new file mode 100644
index 00000000..de5fe8a2
--- /dev/null
+++ b/docs/static/img/continue-screenshot2.png
Binary files differ