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

Cannot read property 'modal' of undefined #32874

Closed
aeschli opened this issue Aug 21, 2017 · 0 comments
Closed

Cannot read property 'modal' of undefined #32874

aeschli opened this issue Aug 21, 2017 · 0 comments
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug extensions Issues concerning extensions verified Verification succeeded
Milestone

Comments

@aeschli
Copy link
Contributor

aeschli commented Aug 21, 2017

Version 1.16.0-insider
Commit 0626479
Date 2017-08-21T05:17:04.920Z

  • I get the following exception running a prototype of the Java extension.
    extension.js:84 is: vscode.window.showErrorMessage('Please specify startupClass in launch.json first.');

Cannot read property 'modal' of undefined: TypeError: Cannot read property 'modal' of undefined
at e.showMessage (/usr/share/code-insiders/resources/app/out/vs/workbench/node/extensionHostProcess.js:23:363511)
at Object.showErrorMessage (/usr/share/code-insiders/resources/app/out/vs/workbench/node/extensionHostProcess.js:23:400189)
at /home/aeschli/.vscode-insiders/extensions/redhat.java-0.9.0/out/src/extension.js:84:59
at Generator.next ()
at /home/aeschli/.vscode-insiders/extensions/redhat.java-0.9.0/out/src/extension.js:7:71
at Promise ()
at __awaiter (/home/aeschli/.vscode-insiders/extensions/redhat.java-0.9.0/out/src/extension.js:3:12)
at vscode_1.commands.registerCommand (/home/aeschli/.vscode-insiders/extensions/redhat.java-0.9.0/out/src/extension.js:81:120)
at e.$executeContributedCommand (/usr/share/code-insiders/resources/app/out/vs/workbench/node/extensionHostProcess.js:23:326486)
at t.e.invoke (/usr/share/code-insiders/resources/app/out/vs/workbench/node/extensionHostProcess.js:23:413727)

@vscodebot vscodebot bot added the extensions Issues concerning extensions label Aug 21, 2017
@jrieken jrieken added the bug Issue identified by VS Code Team member as probable bug label Aug 21, 2017
@jrieken jrieken added this to the August 2017 milestone Aug 21, 2017
@roblourens roblourens added the verified Verification succeeded label Sep 1, 2017
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 17, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug extensions Issues concerning extensions verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

3 participants