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

"Source: Null Extension Description" in messages #55235

Closed
Gama11 opened this issue Jul 27, 2018 · 6 comments
Closed

"Source: Null Extension Description" in messages #55235

Gama11 opened this issue Jul 27, 2018 · 6 comments
Assignees

Comments

@Gama11
Copy link
Contributor

Gama11 commented Jul 27, 2018

Issue Type: Bug

VS Code version: Code - Insiders 1.26.0-insider (dae69db, 2018-07-27T05:17:55.890Z)
OS version: Windows_NT x64 10.0.17134

The "Source" string for show*Message() calls is Null Extension Description in current Insider's builds:

In 1.25.1 it's fine:


import * as vscode from "vscode";

export function activate(context: vscode.ExtensionContext) {
	vscode.window.showErrorMessage("Foo");
}
@kieferrm
Copy link
Member

@Gama11 that works for me as expected when running the extension out of source or when creating a vsix. Anything special about your setup?

@kieferrm
Copy link
Member

/needsMoreInfo

@vscodebot vscodebot bot added the info-needed Issue requires more information from poster label Jul 28, 2018
@vscodebot
Copy link

vscodebot bot commented Jul 28, 2018

Thanks for creating this issue! We figured it's missing some basic information or in some other way doesn't follow our issue reporting guidelines. Please take the time to review these and update the issue.

Happy Coding!

@kieferrm kieferrm self-assigned this Jul 28, 2018
@Gama11
Copy link
Contributor Author

Gama11 commented Jul 28, 2018

Oh, interesting, it works when I run the extension through the launch config with --extensionDevelopmentPath... For 1.25, this is not required.

I guess there is something special about my setup: for all extensions I work on, I use "development installations" (#25159). It seems this workflow is not officially documented or endorsed, but many developers use it regardless (and for good reason, it's quite convenient).

@kieferrm
Copy link
Member

Thanks for the update. I close this one then.

@kieferrm kieferrm removed the info-needed Issue requires more information from poster label Jul 30, 2018
@Gama11
Copy link
Contributor Author

Gama11 commented Jul 30, 2018

Well, this is a more recent issue / regression, since it seems to work in 1.25. Of course it might technically not be considered a bug at all if development installations are not supported to begin with..

@vscodebot vscodebot bot locked and limited conversation to collaborators Sep 13, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants