Zuygui's extensions pack
Thank for adding this extensions pack.
1. Install this extension pack
install this extensions pack with the button in top.
2. Edit your configuration
execute CTRL+SHIFT+P
and write preferences open settings (json)
edit your settings.json
and paste this code:
{
"editor.fontLigatures": true,
"editor.fontFamily": "Fira Code SemiBold, Consolas, 'Courier New', monospace",
"editor.fontSize": 20,
"editor.wordWrap": "wordWrapColumn",
"editor.tabSize": 2,
"prettier.requireConfig": false,
"prettier.semi": false,
"editor.codeActionsOnSave": { "source.fixAll": true },
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"editor.formatOnType": true,
"eslint.alwaysShowStatus": true,
"html.format.enable": false,
"htmlhint.enable": true,
"[html]": {
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true
},
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true
},
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true
},
"workbench.colorTheme": "Monokai Vibrant",
"workbench.iconTheme": "material-icon-theme",
"rainbowTags.allowEverywhere": true,
"emmet.triggerExpansionOnTab": true,
"js/ts.implicitProjectConfig.checkJs": true,
"GitLive.Issue tracker integration": "Disabled",
"files.autoSave": "afterDelay",
"editor.suggestSelection": "first",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue"
}
3. Your are ready to coding
if you have an error, please contact me in discord with my youtube channel(Zuygui_).