mirror of
https://github.com/discourse/discourse.git
synced 2026-08-04 02:13:26 -05:00
12 lines
300 B
JSON
12 lines
300 B
JSON
{
|
|
// List of extensions which should be recommended for users of this workspace.
|
|
"recommendations": [
|
|
"Shopify.ruby-lsp",
|
|
"esbenp.prettier-vscode",
|
|
"dbaeumer.vscode-eslint",
|
|
"lifeart.vscode-glimmer-syntax",
|
|
"typed-ember.glint2-vscode",
|
|
"stylelint.vscode-stylelint",
|
|
]
|
|
}
|