Skip to content

Commit 49d5100

Browse files
committed
Hide emulator commands from palette.
Signed-off-by: Phillip Hoff <[email protected]>
1 parent 66dda84 commit 49d5100

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

package.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -860,6 +860,14 @@
860860
{
861861
"command": "azureFunctions.durableTaskScheduler.openTaskHubDashboard",
862862
"when": "never"
863+
},
864+
{
865+
"command": "azureFunctions.durableTaskScheduler.startEmulator",
866+
"when": "never"
867+
},
868+
{
869+
"command": "azureFunctions.durableTaskScheduler.stopEmulator",
870+
"when": "never"
863871
}
864872
],
865873
"editor/context": [

0 commit comments

Comments
 (0)