We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ee068c commit b3842afCopy full SHA for b3842af
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "vscode-preview-docs",
3
- "version": "0.1.5",
+ "version": "0.1.7",
4
"displayName": "Preview Docs",
5
"packageManager": "pnpm@8.15.9",
6
"description": "Preview language and framework documentations within your IDE ✨.",
tsconfig.json
@@ -19,8 +19,7 @@
19
"exclude": [
20
"node_modules",
21
".vscode-test",
22
- "src/ui/src",
23
- "src/ui/build",
+ "ui",
24
"taze.config.ts",
25
"tsdown.config.ts",
26
"rolldown.config.js",
0 commit comments