
* Avoid Theme Flicker. Render Server Side * Add back isReady implementation * Use shorter syntax for Tag * Listen to changes in pref-color-scheme and act * Uglify Theme Applier code * Resolve conflicts * Add comments * Appropriate function name * Move uglify-js to dependencies * Remove uglify-js * Fix commnt Co-authored-by: Peer Richelsen <peeroke@gmail.com> Co-authored-by: Omar López <zomars@me.com> Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
12 lines
479 B
JSON
12 lines
479 B
JSON
{
|
|
"recommendations": [
|
|
"DavidAnson.vscode-markdownlint", // markdown linting
|
|
"yzhang.markdown-all-in-one", // nicer markdown support
|
|
"esbenp.prettier-vscode", // prettier plugin
|
|
"dbaeumer.vscode-eslint", // eslint plugin
|
|
"bradlc.vscode-tailwindcss", // hinting / autocompletion for tailwind
|
|
"ban.spellright", // Spell check for docs
|
|
"stripe.vscode-stripe", // stripe VSCode extension
|
|
"Prisma.prisma" // syntax|format|completion for prisma
|
|
]
|
|
}
|