Skip to content

Commit

Permalink
feat: add extension recommendations
Browse files Browse the repository at this point in the history
  • Loading branch information
tgargula committed Apr 3, 2022
1 parent dfcc026 commit 9976f75
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.vscode/
.vscode/*
!.vscode/extensions.json

node_modules/
.env
17 changes: 17 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"recommendations": [
"esbenp.prettier-vscode",
"dbaeumer.vscode-eslint",
"amatiasq.sort-imports",
"bradlc.vscode-tailwindcss",
"dsznajder.es7-react-js-snippets",
"wix.glean",
"ms-python.python",
"ms-python.vscode-pylance",
"ms-azuretools.vscode-docker",
"ms-vscode-remote.remote-containers",
"mhutchie.git-graph",
"eamodio.gitlens",
"oderwat.indent-rainbow"
]
}
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,10 @@ VS Code będzie chciał żeby podać mu ścieżkę do używanego przez nas inter

### Lista fajnych i przydatnych dla naszego projektu dodatków:

Poniższe rozszerzenia znajdują się w rekomendacjach dla projektu. Przy uruchomieniu projektu powinno się wyświetlić powiadomienie z opcją ich instalacji.

Rozszerzenie [Remote - WSL](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-wsl) należy zainstalować manualnie, jeśli korzystasz z WSL.

- Frontend/React/Tailwind
- [Prettier](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode) **MUST HAVE**
- [ESLint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint) **MUST HAVE**
Expand Down

0 comments on commit 9976f75

Please sign in to comment.