diff options
author | Nate Sesti <33237525+sestinj@users.noreply.github.com> | 2023-07-12 22:03:40 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-12 22:03:40 -0700 |
commit | c8ea3c2b6efca139e0c1701f39992ea8cc246840 (patch) | |
tree | d59a8f901778bf4e20ef6dcd2b124b3518ef72d8 /docs | |
parent | d78cb7b1e09bb9ff22fc9e3323ec3b18e03dbcbf (diff) | |
parent | 598b6d44e33a2e57a8fc0e9ddecb8b8753096dbd (diff) | |
download | sncontinue-c8ea3c2b6efca139e0c1701f39992ea8cc246840.tar.gz sncontinue-c8ea3c2b6efca139e0c1701f39992ea8cc246840.tar.bz2 sncontinue-c8ea3c2b6efca139e0c1701f39992ea8cc246840.zip |
Merge pull request #243 from continuedev/reconnect-persist-state
Reconnect persist state
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
|