diff options
author | Ty Dunn <ty@tydunn.com> | 2023-06-16 14:43:52 -0700 |
---|---|---|
committer | Ty Dunn <ty@tydunn.com> | 2023-06-16 14:43:52 -0700 |
commit | d15688a3d010192caaa3d041c23725eacf26e535 (patch) | |
tree | d176984ed12f46bb914bebab3eb3929c65f4b909 /extension/package.json | |
parent | 54210ef297defb8aa924a01214a9e1a54dbbef92 (diff) | |
download | sncontinue-d15688a3d010192caaa3d041c23725eacf26e535.tar.gz sncontinue-d15688a3d010192caaa3d041c23725eacf26e535.tar.bz2 sncontinue-d15688a3d010192caaa3d041c23725eacf26e535.zip |
changing ) to GUI
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 8cf50d2a..ec348aa5 100644 --- a/extension/package.json +++ b/extension/package.json @@ -96,7 +96,7 @@ { "type": "webview", "id": "continue.continueGUIView", - "name": ")", + "name": "GUI", "visibility": "visible" } ] |