-
Notifications
You must be signed in to change notification settings - Fork 69
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
vscode module not found #36
Comments
Did you run |
I have follow the CONTRIBUTION.me, I have done à 'npm install'. |
Do you have a |
Yes the folder is present. |
Found the problem! |
Hi,
I had followed the guidelines and during "gulp build", the error is raised:
[12:25:45] Using gulpfile ~.vscode\extensions\vscode-cordova\gulpfile.js
[12:25:45] Starting 'build'...
src\cordova.ts(6,25): error TS2307: Cannot find module 'vscode'.
src\utils\cordovaCommandHelper.ts(7,22): error TS2307: Cannot find module 'vscode'.
test\cordova.test.ts(10,25): error TS2307: Cannot find module 'vscode'.
[12:25:48] TypeScript: 3 semantic errors
[12:25:48] TypeScript: emit succeeded (with errors)
[12:25:48] Finished 'build' after 2.73 s
I have installed the npm module 'vscode' but I still have the #error.
Regards
Rénald
The text was updated successfully, but these errors were encountered: