You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please add ability of running commands through context menu:
Then, in dropdown menu, should be visible only those commands that have property:
"ContextMenuCommand": true
also within settings should be acceceble built in property Current/ClickedFilePath and CurrentFolderPath. Say if I click on folder temp or temp/index.html the value of the CurrentFolderPath should be temp folder's path. Then I will use it into commands. If you click on temp/index.html the value of Current/ClickedFilePath should be index.html file's path.
The text was updated successfully, but these errors were encountered:
Please add ability of running commands through context menu:
Then, in dropdown menu, should be visible only those commands that have property:
"ContextMenuCommand": true
also within settings should be acceceble built in property
Current/ClickedFilePath
andCurrentFolderPath
. Say if I click on foldertemp
ortemp/index.html
the value of theCurrentFolderPath
should betemp
folder's path. Then I will use it into commands. If you click ontemp/index.html
the value ofCurrent/ClickedFilePath
should beindex.html
file's path.The text was updated successfully, but these errors were encountered: