@davaynamore/design-system
v0.0.25
Published
If you are using VSCode, make sure your repo (either the frontend monorepo if running locally OR any external repo pulling in the design system) has a `settings.json` file in the root `.vscode` folder (`.vscode/settings.json`) with the following code snip
Downloads
1
Readme
Using VSCode?
If you are using VSCode, make sure your repo (either the frontend monorepo if running locally OR any external repo pulling in the design system) has a settings.json
file in the root .vscode
folder (.vscode/settings.json
) with the following code snippet:
{
"html.customData": [
"./node_modules/@pypestream/design-system/dist/vscode-html-custom-data.json"
]
}
This will enable robust intellisense & autocompletion!
https://user-images.githubusercontent.com/1617209/233717356-12f68b4a-2294-49ae-a787-ca19fcc7e264.mp4