Commit 0f4031f2 authored by aniket-engg's avatar aniket-engg Committed by Aniket

remove current

parent 99657272
...@@ -16,12 +16,12 @@ export const FileExplorerMenu = (props: FileExplorerMenuProps) => { ...@@ -16,12 +16,12 @@ export const FileExplorerMenu = (props: FileExplorerMenuProps) => {
}, },
{ {
action: 'publishToGist', action: 'publishToGist',
title: 'Publish all the current workspace files (only root) to a github gist', title: 'Publish all the workspace files (only root) to a github gist',
icon: 'fab fa-github' icon: 'fab fa-github'
}, },
{ {
action: 'uploadFile', action: 'uploadFile',
title: 'Load a local file into current workspace', title: 'Load a local file into workspace',
icon: 'fa fa-upload' icon: 'fa fa-upload'
}, },
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment