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 #4

Closed
egamma opened this issue Apr 10, 2016 · 11 comments
Closed

Exception when run my extension with other extension #4

egamma opened this issue Apr 10, 2016 · 11 comments
Assignees

Comments

@egamma
Copy link
Member

egamma commented Apr 10, 2016

From @iHuahua on March 31, 2016 12:31

  • 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));

Copied from original issue: microsoft/vscode#4823

@egamma
Copy link
Member Author

egamma commented Apr 10, 2016

From @jrieken on April 1, 2016 14:17

@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?

@egamma
Copy link
Member Author

egamma commented Apr 10, 2016

From @iHuahua on April 5, 2016 2:12

@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

@egamma
Copy link
Member Author

egamma commented Apr 10, 2016

From @jrieken on April 5, 2016 10:38

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

@egamma
Copy link
Member Author

egamma commented Apr 10, 2016

From @iHuahua on April 5, 2016 11:18

@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

@egamma
Copy link
Member Author

egamma commented Apr 10, 2016

From @jrieken on April 5, 2016 14:42

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

@egamma
Copy link
Member Author

egamma commented Apr 10, 2016

From @iHuahua on April 6, 2016 3:46

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

@egamma
Copy link
Member Author

egamma commented Apr 10, 2016

From @iHuahua on April 6, 2016 3:47

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

@egamma
Copy link
Member Author

egamma commented Apr 10, 2016

From @jrieken on April 6, 2016 7:15

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

@egamma
Copy link
Member Author

egamma commented Apr 10, 2016

From @delmyers on April 8, 2016 19:4

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

@egamma
Copy link
Member Author

egamma commented Apr 10, 2016

From @delmyers on April 8, 2016 19:20

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

@sridmad
Copy link
Member

sridmad commented Apr 11, 2016

This is a dupe of #2

@sridmad sridmad closed this as completed Apr 11, 2016
@github-actions github-actions bot locked and limited conversation to collaborators Oct 20, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants