Skip to content

Commit

Permalink
Merge pull request #168 from Accenture/bug/159-deploy-option-does-not…
Browse files Browse the repository at this point in the history
…-show-up-on-folders-in-assetmessages-folder

bug/159 deploy option does not show up on folders in assetmessages folder
  • Loading branch information
anasilva105 authored Apr 30, 2024
2 parents cb51038 + 1e60dc3 commit 60142d0
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,12 @@
"group": "devtools"
},
{
"when": "resourcePath =~ /deploy/ || (resourcePath =~ /retrieve/ && (resourceExtname == '.json' || resourceExtname == '.html' || resourceExtname == '.sql' || resourceExtname == '.ssjs' || resourceLangId == 'markdown' || resourceLangId == 'AMPscript'))",
"when": "resourcePath =~ /deploy/",
"command": "sfmc-devtools-vscext.devtoolsCMDeploy",
"group": "devtools"
},
{
"when": "resourcePath =~ /retrieve/ && (resourceExtname == '.json' || resourceExtname == '.html' || resourceExtname == '.sql' || resourceExtname == '.ssjs' || resourceLangId == 'markdown' || resourceLangId == 'AMPscript' || resourceDirname =~ /asset\\\\[a-zA-Z]*/)",
"command": "sfmc-devtools-vscext.devtoolsCMDeploy",
"group": "devtools"
},
Expand Down Expand Up @@ -97,7 +102,12 @@
"group": "devtools"
},
{
"when": "resourcePath =~ /deploy/ || (resourcePath =~ /retrieve/ && (resourceExtname == '.json' || resourceExtname == '.html' || resourceExtname == '.sql' || resourceExtname == '.ssjs' || resourceLangId == 'markdown' || resourceLangId == 'AMPscript'))",
"when": "resourcePath =~ /deploy/",
"command": "sfmc-devtools-vscext.devtoolsCMDeploy",
"group": "devtools"
},
{
"when": "resourcePath =~ /retrieve/ && (resourceExtname == '.json' || resourceExtname == '.html' || resourceExtname == '.sql' || resourceExtname == '.ssjs' || resourceLangId == 'markdown' || resourceLangId == 'AMPscript')",
"command": "sfmc-devtools-vscext.devtoolsCMDeploy",
"group": "devtools"
},
Expand Down

0 comments on commit 60142d0

Please sign in to comment.