diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-07-12 21:53:06 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-07-12 21:53:06 -0700 |
commit | 391764f1371dab06af30a29e10a826a516b69bb3 (patch) | |
tree | a15ec97701ebe1ac2346c802964d64795cdaf008 /docs | |
parent | b3ab5bda368fcae690837f9ce8062dc7f17c6472 (diff) | |
download | sncontinue-391764f1371dab06af30a29e10a826a516b69bb3.tar.gz sncontinue-391764f1371dab06af30a29e10a826a516b69bb3.tar.bz2 sncontinue-391764f1371dab06af30a29e10a826a516b69bb3.zip |
persist state and reconnect automatically
Diffstat (limited to 'docs')
-rw-r--r-- | docs/docs/concepts/ide.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/docs/concepts/ide.md b/docs/docs/concepts/ide.md index dc7b9e23..bd31481b 100644 --- a/docs/docs/concepts/ide.md +++ b/docs/docs/concepts/ide.md @@ -41,9 +41,9 @@ Get the workspace directory Set whether a file is open
-### openGUI
+### getSessionId
-Open a gui
+Get a new session ID
### showSuggestionsAndWait
|