-
Notifications
You must be signed in to change notification settings - Fork 62
vscode ionic extension UI doesnt recognise Electron plugin #290
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
Comments
@laurencefass you must also do
You can create a script in your package.json which do all of this |
thanks i noticed this on first install and ignored but looks like i cant
however package.json has all of these: "dependencies": { are these notices caused by version mismatch? I only installed this yesterday so should be using latest versions of everything. |
I worked through other commands anyway and its not running
|
@laurencefass in the tsconfig.json of the electron folder you must add skipLibCheck: true |
already set by default
|
@laurencefass i am talking about the tsconfig.json file in the electron folder not the one of the app |
ok thank you ill try it. should it be set by default? |
Describe the bug
I added packages with
npm i @capacitor-community/electron
and
npx cap add @capacitor-community/electron
which has created an electron folder in my vscode project
the vscode extension doesnt recognise the new platform even after restart:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I added packages with
npm i @capacitor-community/electron
and
npx cap add @capacitor-community/electron
Screenshots
see above
Desktop (please complete the following information):
Window 10
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: