UNPKG

mcdev

Version:

Accenture Salesforce Marketing Cloud DevTools

93 lines (92 loc) 3.24 kB
{ "editor.codeActionsOnSave": { "source.fixAll.eslint": "explicit", "source.fixAll.markdownlint": "explicit" }, "editor.formatOnSave": true, "files.associations": { "*.ssjs": "javascript", "*.html": "ampscript" }, "files.eol": "\n", "js/ts.implicitProjectConfig.checkJs": true, "javascript.validate.enable": true, "markdown.extension.italic.indicator": "_", "markdown.extension.list.indentationSize": "adaptive", "markdown.extension.toc.levels": "2..6", "markdown.extension.toc.orderedList": false, "markdown.extension.toc.slugifyMode": "github", "markdown.extension.tableFormatter.enabled": false, "sql-formatter.indent": " ", "sql-formatter.uppercase": true, "[html]": { "editor.defaultFormatter": "FiB.beautyAmp" }, "[javascript]": { "editor.defaultFormatter": "esbenp.prettier-vscode" }, "[json]": { "editor.defaultFormatter": "esbenp.prettier-vscode" }, "[jsonc]": { "editor.defaultFormatter": "esbenp.prettier-vscode" }, "[markdown]": { "editor.defaultFormatter": "esbenp.prettier-vscode" }, "[typescript]": { "editor.defaultFormatter": "esbenp.prettier-vscode" }, "markdown-toc.orderedList": true, "markdown-toc.insertAnchor": true, "outline.showProperties": false, "outline.showVariables": false, "breadcrumbs.showVariables": false, "breadcrumbs.showProperties": false, "githubIssues.issueBranchTitle": "feature/${issueNumber}-${sanitizedIssueTitle}", "githubIssues.queries": [ { "label": "My Issues", "query": "default" }, { "label": "New Issues", "query": "no:assignee state:open repo:${owner}/${repository} sort:created-desc" }, { "label": "Created By Me", "query": "author:${user} state:open repo:${owner}/${repository} sort:created-desc" } ], "vsicons.associations.files": [ { "icon": "apex", "languages": [ { "ids": "ampscript", "defaultExtension": "amp" }, { "ids": "AMPscript", "defaultExtension": "amp" } ], "light": true, "format": "FileFormat.svg" } ], "workbench.colorCustomizations": { "activityBar.activeBackground": "#fbed80", "activityBar.background": "#fbed80", "activityBar.foreground": "#15202b", "activityBar.inactiveForeground": "#15202b99", "activityBarBadge.background": "#06b9a5", "activityBarBadge.foreground": "#15202b", "commandCenter.border": "#15202b99", "sash.hoverBorder": "#fbed80", "statusBar.background": "#f9e64f", "statusBar.foreground": "#15202b", "statusBarItem.hoverBackground": "#f7df1e", "statusBarItem.remoteBackground": "#f9e64f", "statusBarItem.remoteForeground": "#15202b", "titleBar.activeBackground": "#f9e64f", "titleBar.activeForeground": "#15202b", "titleBar.inactiveBackground": "#f9e64f99", "titleBar.inactiveForeground": "#15202b99" }, "peacock.color": "#f9e64f" }