mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-24 15:39:44 +01:00
this adds recommended extensions, a vscode workspace config, workspace settings & launch configs for mobile & web apps.
12 lines
319 B
JSON
12 lines
319 B
JSON
{
|
|
// See https://go.microsoft.com/fwlink/?LinkId=827846
|
|
// for the documentation about the extensions.json format
|
|
"recommendations": [
|
|
"dbaeumer.vscode-eslint",
|
|
"esbenp.prettier-vscode",
|
|
"ms-playwright.playwright",
|
|
"firefox-devtools.vscode-firefox-debug",
|
|
"msjsdiag.vscode-react-native"
|
|
]
|
|
}
|