mirror of
https://github.com/twentyhq/twenty.git
synced 2024-12-19 17:42:27 +03:00
35fb2576b7
* added figma link to README.md * added figma to the recommended extensions for the project * updated useful tips in 'work with Figma' section of the docs to add Figma extension for VSCode * removing yarn.lock * modified Figma extension docs in 'Work with Figma' * added Mdx Preview extension to recommended extensions
17 lines
457 B
JSON
17 lines
457 B
JSON
{
|
|
"recommendations": [
|
|
"ms-vscode-remote.remote-containers",
|
|
"styled-components.vscode-styled-components",
|
|
"dbaeumer.vscode-eslint",
|
|
"unifiedjs.vscode-mdx",
|
|
"ms-vscode.makefile-tools",
|
|
"esbenp.prettier-vscode",
|
|
"GraphQL.vscode-graphql",
|
|
"prisma.prisma",
|
|
"yoavbls.pretty-ts-errors",
|
|
"graphql.vscode-graphql-syntax",
|
|
"graphql.vscode-graphql",
|
|
"figma.figma-vscode-extension",
|
|
"xyc.vscode-mdx-preview"
|
|
]
|
|
} |