Skip to content

Commit

Permalink
docs(IDE): add jetbrains and vscode settings related to interactive d…
Browse files Browse the repository at this point in the history
…emo json schema (#327)

* docs(IDE): add jetbrains and vscode settings related to interactive demo json schema

* fix: update .idea/jsonSchemas.xml

* fix(tokens): update body sm typography tokens

* fix(web-icons): include observed attributes in the type declarations

* chore(web-components): bump version to v0.6.0

* chore(web-icons): bump version to v0.2.2

---------

Co-authored-by: mimshins <[email protected]>
  • Loading branch information
amir78729 and mimshins authored Jan 5, 2025
1 parent d768c21 commit 070d377
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -46,17 +46,16 @@ jspm_packages/
## Editors
.vscode/*
!.vscode/extensions.json
.idea
!.vscode/settings.json
.idea/*
!.idea/jsonSchemas.xml
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?

## System files
.DS_Store

## temp folders
/.tmp/

Expand All @@ -67,9 +66,6 @@ dist-ssr
out-tsc
*.local

# Storybook
storybook-static

# Vitepress
docs/.vitepress/dist
docs/.vitepress/cache
Expand Down
26 changes: 26 additions & 0 deletions .idea/jsonSchemas.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"json.schemas": [
{
"fileMatch": [ "packages/web-components/src/**/doc/interactive-demo.config.json" ],
"url": "https://raw.githubusercontent.com/Tap30/web-components/refs/heads/main/internals/doc-helpers/schema.json"
}
]
}

0 comments on commit 070d377

Please sign in to comment.