-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #15 from LinkNacional/dev2
1.2.3 - Nova opção de pagamento para funcionar com o plugin mercado pago pro
- Loading branch information
Showing
32 changed files
with
6,694 additions
and
6,665 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,94 +1,94 @@ | ||
// For format details, see https://aka.ms/devcontainer.json. For config options, see the | ||
{ | ||
"name": "PHP", | ||
// https: //github.com/devcontainers/images/tree/main/src/php | ||
"image": "mcr.microsoft.com/vscode/devcontainers/php:8.1", | ||
"features": { | ||
// https://github.com/devcontainers/features/tree/main/src/node | ||
"ghcr.io/devcontainers/features/node:1": { | ||
"version": "18.14.0", | ||
"nvmVersion": "0.39.3" | ||
} | ||
}, | ||
"mounts": [ | ||
{ | ||
"source": "/home/{yourusername}/projects/wordpress", | ||
"target": "/home/vscode/_wordpress", | ||
"type": "bind" | ||
} | ||
], | ||
"postCreateCommand": "npm install", | ||
"customizations": { | ||
"vscode": { | ||
"extensions": [ | ||
"junstyle.php-cs-fixer", | ||
"bmewburn.vscode-intelephense-client", | ||
"neilbrayfield.php-docblocker", | ||
"dbaeumer.vscode-eslint", | ||
"jkiviluoto.tws", | ||
"lacroixdavid1.vscode-format-context-menu", | ||
"Gruntfuggly.todo-tree", | ||
"Natizyskunk.sftp" | ||
], | ||
"settings": { | ||
"[html]": { | ||
"editor.rulers": [ | ||
120 | ||
], | ||
"editor.tabSize": 4 | ||
}, | ||
"[javascript]": { | ||
"editor.rulers": [ | ||
80, | ||
120 | ||
] | ||
}, | ||
"[php]": { | ||
"editor.defaultFormatter": "junstyle.php-cs-fixer", | ||
"editor.rulers": [ | ||
80, | ||
120 | ||
] | ||
}, | ||
"[smarty]": { | ||
"editor.rulers": [ | ||
120 | ||
], | ||
"editor.tabSize": 4, | ||
"editor.wrappingIndent": "deepIndent", | ||
"editor.wrappingStrategy": "advanced" | ||
}, | ||
"editor.codeActionsOnSave": { | ||
"source.fixAll.eslint": true | ||
}, | ||
"editor.formatOnSave": true, | ||
"files.encoding": "utf8", | ||
"files.eol": "\n", | ||
"html.format.wrapAttributes": "force-expand-multiline", | ||
"html.format.wrapAttributesIndentSize": 4, | ||
"html.format.wrapLineLength": 120, | ||
"intelephense.environment.documentRoot": "src", | ||
"intelephense.environment.phpVersion": "8.1", | ||
"intelephense.files.associations": [ | ||
"*.php" | ||
], | ||
"namespaceResolver.showMessageOnStatusBar": true, | ||
"namespaceResolver.sortAlphabetically": true, | ||
"namespaceResolver.sortNatural": true, | ||
"namespaceResolver.sortOnSave": true, | ||
"php-cs-fixer.autoFixByBracket": true, | ||
"php-cs-fixer.autoFixBySemicolon": true, | ||
"php-cs-fixer.config": ".php-cs-fixer.php", | ||
"php-cs-fixer.executablePath": "${extensionPath}/php-cs-fixer.phar", | ||
"php-cs-fixer.formatHtml": true, | ||
"php-cs-fixer.onsave": true, | ||
"php-docblocker.alignParams": true, | ||
"php-docblocker.alignReturn": true, | ||
"php-docblocker.useShortNames": true, | ||
"php.suggest.basic": false, | ||
"php.validate.enable": false, | ||
"smarty.highlight": true | ||
} | ||
} | ||
} | ||
} | ||
// For format details, see https://aka.ms/devcontainer.json. For config options, see the | ||
{ | ||
"name": "PHP", | ||
// https: //github.com/devcontainers/images/tree/main/src/php | ||
"image": "mcr.microsoft.com/vscode/devcontainers/php:8.1", | ||
"features": { | ||
// https://github.com/devcontainers/features/tree/main/src/node | ||
"ghcr.io/devcontainers/features/node:1": { | ||
"version": "18.14.0", | ||
"nvmVersion": "0.39.3" | ||
} | ||
}, | ||
"mounts": [ | ||
{ | ||
"source": "/home/{yourusername}/projects/wordpress", | ||
"target": "/home/vscode/_wordpress", | ||
"type": "bind" | ||
} | ||
], | ||
"postCreateCommand": "npm install", | ||
"customizations": { | ||
"vscode": { | ||
"extensions": [ | ||
"junstyle.php-cs-fixer", | ||
"bmewburn.vscode-intelephense-client", | ||
"neilbrayfield.php-docblocker", | ||
"dbaeumer.vscode-eslint", | ||
"jkiviluoto.tws", | ||
"lacroixdavid1.vscode-format-context-menu", | ||
"Gruntfuggly.todo-tree", | ||
"Natizyskunk.sftp" | ||
], | ||
"settings": { | ||
"[html]": { | ||
"editor.rulers": [ | ||
120 | ||
], | ||
"editor.tabSize": 4 | ||
}, | ||
"[javascript]": { | ||
"editor.rulers": [ | ||
80, | ||
120 | ||
] | ||
}, | ||
"[php]": { | ||
"editor.defaultFormatter": "junstyle.php-cs-fixer", | ||
"editor.rulers": [ | ||
80, | ||
120 | ||
] | ||
}, | ||
"[smarty]": { | ||
"editor.rulers": [ | ||
120 | ||
], | ||
"editor.tabSize": 4, | ||
"editor.wrappingIndent": "deepIndent", | ||
"editor.wrappingStrategy": "advanced" | ||
}, | ||
"editor.codeActionsOnSave": { | ||
"source.fixAll.eslint": true | ||
}, | ||
"editor.formatOnSave": true, | ||
"files.encoding": "utf8", | ||
"files.eol": "\n", | ||
"html.format.wrapAttributes": "force-expand-multiline", | ||
"html.format.wrapAttributesIndentSize": 4, | ||
"html.format.wrapLineLength": 120, | ||
"intelephense.environment.documentRoot": "src", | ||
"intelephense.environment.phpVersion": "8.1", | ||
"intelephense.files.associations": [ | ||
"*.php" | ||
], | ||
"namespaceResolver.showMessageOnStatusBar": true, | ||
"namespaceResolver.sortAlphabetically": true, | ||
"namespaceResolver.sortNatural": true, | ||
"namespaceResolver.sortOnSave": true, | ||
"php-cs-fixer.autoFixByBracket": true, | ||
"php-cs-fixer.autoFixBySemicolon": true, | ||
"php-cs-fixer.config": ".php-cs-fixer.php", | ||
"php-cs-fixer.executablePath": "${extensionPath}/php-cs-fixer.phar", | ||
"php-cs-fixer.formatHtml": true, | ||
"php-cs-fixer.onsave": true, | ||
"php-docblocker.alignParams": true, | ||
"php-docblocker.alignReturn": true, | ||
"php-docblocker.useShortNames": true, | ||
"php.suggest.basic": false, | ||
"php.validate.enable": false, | ||
"smarty.highlight": true | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
{ | ||
"env": { | ||
"browser": true, | ||
"es2021": true | ||
}, | ||
"extends": "standard", | ||
"parserOptions": { | ||
"ecmaVersion": "latest", | ||
"sourceType": "module" | ||
} | ||
} | ||
{ | ||
"env": { | ||
"browser": true, | ||
"es2021": true | ||
}, | ||
"extends": "standard", | ||
"parserOptions": { | ||
"ecmaVersion": "latest", | ||
"sourceType": "module" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
node_modules | ||
.vscode/settings.json | ||
vendor | ||
.devcontainer/devcontainer.json | ||
node_modules | ||
.vscode/settings.json | ||
vendor | ||
.devcontainer/devcontainer.json | ||
.vscode/functions |
Oops, something went wrong.