diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-06-18 13:37:49 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-06-18 13:37:49 -0700 |
commit | 4b7db5f17f5d18adf57e9b9181e75bbdd33cbc26 (patch) | |
tree | 9cffe3089215ae9e30e2fb6d6e646e6ee42462fe /continuedev/src | |
parent | 9dc3e0f7cbfa928a6683ab361afe329fcd194e64 (diff) | |
download | sncontinue-4b7db5f17f5d18adf57e9b9181e75bbdd33cbc26.tar.gz sncontinue-4b7db5f17f5d18adf57e9b9181e75bbdd33cbc26.tar.bz2 sncontinue-4b7db5f17f5d18adf57e9b9181e75bbdd33cbc26.zip |
screenshots
Diffstat (limited to 'continuedev/src')
-rw-r--r-- | continuedev/src/continuedev/steps/welcome.py | 2 |
1 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) |