Skip to content
Snippets Groups Projects

VS Code

4 files
+ 137
0
Compare changes
  • Side-by-side
  • Inline
Files
4
+ 18
0
{
/*
* VS Code recommended extensions.
*
* For more information on extension,
* visit: https://code.visualstudio.com/docs/editor/extension-marketplace
*/
"recommendations": [
"angular.ng-template",
"dbaeumer.vscode-eslint",
"editorconfig.editorconfig",
"esbenp.prettier-vscode",
"gitlab.gitlab-workflow",
"pkief.material-icon-theme",
"redhat.vscode-yaml",
"timonwong.shellcheck"
]
}
Loading