Skip to content

Commit

Permalink
doc: adds VS code support for Scale customElements (#2357)
Browse files Browse the repository at this point in the history
* fix: adds vscode-docs to dist folder for vscode Intellisense support
  • Loading branch information
amir-ba authored Oct 24, 2024
1 parent 30a0ce5 commit c19759f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/stencil.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export const config: Config = {
},
{
type: 'docs-vscode',
file: 'custom-elements.json',
file: './dist/vscode-data.json',
},
{
type: 'docs-json',
Expand Down

0 comments on commit c19759f

Please sign in to comment.