mirror of
https://github.com/Kong/insomnia
synced 2024-11-07 22:30:15 +00:00
70656f0188
* tailwind * css load * delete less * cleanup html and add defaults * remove super duper * cleanup * disable form reset for now * add tailwind extension to recommended extensions * undo swagger css * fix ts issue * add editor css * move all code mirror styles in styles.css * remove forms
19 lines
635 B
JSON
19 lines
635 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"
|
|
],
|
|
// List of extensions recommended by VS Code that should not be recommended for users of this workspace.
|
|
"unwantedRecommendations": [
|
|
|
|
]
|
|
}
|