mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 13:41:31 +08:00
c180d1db1e
- Update extension recommendations and move under `.vscode/extensions.json` - Update sample tasks/settings, and move under `.vscode/settings.json.sample` and `.vscode/tasks.json.sample` `.vscode/settings.json` and `.vscode/tasks.json` remain gitignored, so will not be overwritten by this commit
11 lines
275 B
JSON
11 lines
275 B
JSON
{
|
|
// List of extensions which should be recommended for users of this workspace.
|
|
"recommendations": [
|
|
"Shopify.ruby-lsp",
|
|
"esbenp.prettier-vscode",
|
|
"dbaeumer.vscode-eslint",
|
|
"ruby-syntax-tree.vscode-syntax-tree",
|
|
"lifeart.vscode-glimmer-syntax"
|
|
]
|
|
}
|