Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

an option to point to webview entry? #22

Open
shakedbuk57 opened this issue Jan 6, 2025 · 0 comments
Open

an option to point to webview entry? #22

shakedbuk57 opened this issue Jan 6, 2025 · 0 comments

Comments

@shakedbuk57
Copy link

according to docs :
By default, recommended:true will be based on the following directory structure as a convention.
|--extension // extension code
| |--index.ts
|--src // front-end code
| |--App.vue
| |--main.ts
|--index.html

i have a yarn workspace setup
|--extension // extension code
| |--index.ts
|--webview // front-end code
| |--src
| | | --main.ts
| vite.config.mts
is there an option to specify the entry point for the webviews? same way you can do
vscode({extension: {
entry: "../extension/index.ts",
}}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant