diff options
author | Ty Dunn <ty@tydunn.com> | 2023-06-16 15:45:07 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-16 15:45:07 -0700 |
commit | 3aa4f014608c09b8da2f4ab95137a959487af245 (patch) | |
tree | b036c362579ef4a9d2085903e1c9b191742e54f5 /extension/package.json | |
parent | 472984ab63461b90cf41b645e49bcc95bdf2ef1e (diff) | |
parent | 9f756539fa80422942f220ebd81621dda302f036 (diff) | |
download | sncontinue-3aa4f014608c09b8da2f4ab95137a959487af245.tar.gz sncontinue-3aa4f014608c09b8da2f4ab95137a959487af245.tar.bz2 sncontinue-3aa4f014608c09b8da2f4ab95137a959487af245.zip |
Merge pull request #103 from continuedev/docs
Iterating on the docs
Diffstat (limited to 'extension/package.json')
-rw-r--r-- | extension/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extension/package.json b/extension/package.json index 3a3927f3..56a522ac 100644 --- a/extension/package.json +++ b/extension/package.json @@ -96,7 +96,7 @@ { "type": "webview", "id": "continue.continueGUIView", - "name": ")", + "name": "GUI", "visibility": "visible" } ] |