Skip to content

Commit

Permalink
fix: extension source code path document example error
Browse files Browse the repository at this point in the history
  • Loading branch information
tomgao365 committed Feb 29, 2024
1 parent 3ae4eac commit db628fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,8 @@ export default defineConfig({
},
}),
vscode(),
// Modify the web source code path to webview
// vscode({ recommended: 'webview' })
// Modify the extension source code entry path, and also modify the `index.html` entry file path
// vscode({ extension: { entry: 'src/index.ts' } }),
],
});
```
Expand Down

0 comments on commit db628fa

Please sign in to comment.