Skip to content

Commit

Permalink
feat(vscode): add minimal config vscode for solidjs & docker
Browse files Browse the repository at this point in the history
  • Loading branch information
GregoireF committed Apr 30, 2024
1 parent cf8bdbb commit 148f350
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
// See https://go.microsoft.com/fwlink/?LinkId=827846 to learn about workspace recommendations.
// Extension identifier format: ${publisher}.${name}. Example: vscode.csharp

// List of extensions which should be recommended for users of this workspace.
"recommendations": [
"ms-azuretools.vscode-docker",
"ms-vscode-remote.remote-containers",
"dbaeumer.vscode-eslint",
"Gruntfuggly.global-config",
"ms-vsliveshare.vsliveshare",
"pnp.polacode",
"esbenp.prettier-vscode",
"solidjs-community.solid-snippets",
"bradlc.vscode-tailwindcss",
"wayou.vscode-todo-highlight",
"EditorConfig.EditorConfig",
"mikestead.dotenv"
]
}

0 comments on commit 148f350

Please sign in to comment.