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

comment-ts.documentThis #6

Closed
AmusedShadow opened this issue Dec 18, 2018 · 7 comments
Closed

comment-ts.documentThis #6

AmusedShadow opened this issue Dec 18, 2018 · 7 comments

Comments

@AmusedShadow
Copy link

It ist not possible to run your plugin.
Visual Studio presents this error Message : comment-ts.documentThis

@CodeSmitch
Copy link

I get a: command 'comment-ts.documentThis' not found.

@s-albert
Copy link
Owner

I am trying to solve the issue, but still was not successful. Any hints?

@AmusedShadow
Copy link
Author

codegen.ts

export function generateClassesList(type: EType): IClass[] { let classes: IClass[] = []; let brackets = { name: null, within: false, open: 0, closed: 0 }; const currentPos = vs.window.activeTextEditor.selection.active;

the activeTextEditor seems to be undefined.

@s-albert
Copy link
Owner

fixed with 0.9.11. It was because of an invalid vscode engines version in package.json

@AmusedShadow
Copy link
Author

Thanks ! Great to know.

Merry Christmas :)

@s-albert
Copy link
Owner

s-albert commented Dec 26, 2018 via email

@AmusedShadow
Copy link
Author

work

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

3 participants