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

Exception when run my extension with other extension #4823

Closed
iHuahua opened this issue Mar 31, 2016 · 12 comments
Closed

Exception when run my extension with other extension #4823

iHuahua opened this issue Mar 31, 2016 · 12 comments
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug extensions Issues concerning extensions info-needed Issue requires more information from poster

Comments

@iHuahua
Copy link

iHuahua commented Mar 31, 2016

  • VSCode Version:0.10.11
  • OS Version:Windows 7

Steps to Reproduce:

  1. ext install cpptools
  2. yo code
  3. F5

it will stop on :
path.js:line 8
throw new TypeError('Path must be a string. Received ' + util.inspect(path));

@iHuahua iHuahua changed the title excaption when run my extension with other extension BUG:excaption when run my extension with other extension Mar 31, 2016
@Tyriar Tyriar changed the title BUG:excaption when run my extension with other extension Exception when run my extension with other extension Mar 31, 2016
@Tyriar Tyriar added bug Issue identified by VS Code Team member as probable bug extensions Issues concerning extensions labels Mar 31, 2016
@joaomoreno joaomoreno assigned jrieken and unassigned joaomoreno Apr 1, 2016
@jrieken jrieken assigned jrieken and unassigned jrieken Apr 1, 2016
@jrieken jrieken added the info-needed Issue requires more information from poster label Apr 1, 2016
@jrieken
Copy link
Member

jrieken commented Apr 1, 2016

@iHuahua What do mean by yo code? do you create a new extension that you want to run? What is the full reading of the console?

@iHuahua
Copy link
Author

iHuahua commented Apr 5, 2016

@jrieken yeah, i want to create a new extension, everything is right until i run the new extension by F5. Than i had installed the "cpptools" before.

qq 20160405101023

@jrieken
Copy link
Member

jrieken commented Apr 5, 2016

this is an node-internal module. what's it the call stack from your code that leads to this?

@iHuahua
Copy link
Author

iHuahua commented Apr 5, 2016

@jrieken i had removed the extension cpptools. can you try it by yourself?

1.In vscode, Press F1, ext install cpptools.
2.In cmd, yo code to create a new extension, and open it with vscode
3.In vscode, Press F5

@jrieken
Copy link
Member

jrieken commented Apr 5, 2016

yo code should not install anything related to cpp. Please report the top of the stack as I believe this is something with the cpp tools

@iHuahua
Copy link
Author

iHuahua commented Apr 6, 2016

I am sorry to later for reply.
I am a cpp developer, so I had install extension cpptools before. I have not modify anything about .vscode.

stack
setting

@iHuahua
Copy link
Author

iHuahua commented Apr 6, 2016

@jrieken If I have not reply in time, please email to me, ihuahua#live.com, # => @

@jrieken
Copy link
Member

jrieken commented Apr 6, 2016

Thanks, that's helpful. @delmyers Can you help? This seems to be an issue with the cpp-extension.

@delmyers
Copy link

delmyers commented Apr 8, 2016

This looks like an exception in the language service for the extension. I'll get someone to look at it.

@delmyers
Copy link

delmyers commented Apr 8, 2016

I am having trouble with the GitHub issue mover @egamma, can you help? I keep getting an exception: Cannot call "ez" on null.

@egamma
Copy link
Member

egamma commented Apr 10, 2016

This issue was moved to microsoft/vscode-cpptools#4

@egamma egamma closed this as completed Apr 10, 2016
@egamma
Copy link
Member

egamma commented Apr 10, 2016

I am having trouble with the GitHub issue mover @egamma, can you help? I keep getting an exception: Cannot call "ez" on null.

@delmyers I could move it. I did it from Chrome. I remember I saw the "ez" null error, but I cannot remember whether I saw this error in Chrome or IE.

@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 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 info-needed Issue requires more information from poster
Projects
None yet
Development

No branches or pull requests

6 participants