mirror of
https://github.com/Kong/insomnia.git
synced 2026-02-15 00:24:05 -05:00
* first pass * use mjs * 120 * single quote * consistent quotes * fix on save * ancestors * add recommended * make vscode integration work * remove prettier runtime dep * use esm
18 lines
705 B
JSON
18 lines
705 B
JSON
{
|
|
// 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": [
|
|
"yzhang.markdown-all-in-one",
|
|
"DavidAnson.vscode-markdownlint",
|
|
"dbaeumer.vscode-eslint",
|
|
"adrieankhisbe.vscode-ndjson",
|
|
"ms-playwright.playwright",
|
|
"bradlc.vscode-tailwindcss",
|
|
"esbenp.prettier-vscode",
|
|
"llvm-vs-code-extensions.vscode-clangd"
|
|
],
|
|
// List of extensions recommended by VS Code that should not be recommended for users of this workspace.
|
|
"unwantedRecommendations": []
|
|
}
|