Skip to content

Commit

Permalink
added vsix file
Browse files Browse the repository at this point in the history
  • Loading branch information
anasilva105 committed May 16, 2023
1 parent bbb0222 commit 6c0641a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# sfmc-devtools-vscode README

This is the README for your extension "sfmc-devtools-vscode".
SFMC DevTools VSCODE Extension
Accenture SFMC (Salesforce Marketing Cloud) DevTools vscode extension was created in order to support the user interaction with SFMC DevTools.

In Beta testing...

**Enjoy!**
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
{
"name": "sfmc-devtools-vscode",
"displayName": "sfmc-devtools-vscode",
"description": "",
"description": "Accenture Salesforce Marketing Cloud DevTools Vscode Extension",
"version": "0.0.1",
"repository": {
"type": "git",
"url": "https://github.com/Accenture/sfmc-devtools-vscode.git"
},
"engines": {
"vscode": "^1.60.0"
},
Expand Down
Binary file added sfmc-devtools-vscode-0.0.1.vsix
Binary file not shown.
1 change: 0 additions & 1 deletion src/devToolsCommands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@ async function buHandler(mcdevrc: {[key: string]: any}){

async function typeHandler(mcdevrcJson: {[key: string]: any}, supportedAction: string){
if(!supportedMdTypes.length){
console.log("Get supported Types...");
const availableDTCommands: Array<DTCommand> = getCommandsListByType("admin").filter(cmd => cmd.isAvailable);
if(availableDTCommands.length){
const [ { command, parameters }]: Array<DTCommand> = availableDTCommands;
Expand Down

0 comments on commit 6c0641a

Please sign in to comment.