-
Notifications
You must be signed in to change notification settings - Fork 679
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 'uri' of null #15
Comments
This is pretty ancient and the code in omnisharpStatus.ts has changed enough that I'm not sure whether it's still a problem or not. Closing this for now. Please re-open if it comes up again. |
|
this error throws in VS vode 1.24 also , |
@karnavkumar / @Evan1995 : This repo is for C# for VS Code. You should file an issue over at https://github.com/Microsoft/vscode/issues. |
I was unable to install C# extension on VScode version 1.19.3 with error Cannot read property 'uri' of null. Does anyone know what could possible cause it? Fyi, I had to use this version of VScode due to the legacy developer software that were only compatible with VScode 2017. |
From @vscodeerrors on January 25, 2016 16:53
Issue Id: 5158e8e3-2e09-43c1-badd-5989e08cdab3
Versions
- 0.10.6-release
- dfc08dc9edf6607483b193bf934d3badc3fa2e11
Stack
TypeError: Cannot read property 'uri' of null
[vs/workbench/node/pluginHostProcess.js#L9:0 (define)](https://github.com/microsoft/vscode/blob/a80232bbcfe8a5cdad1ebc98638673d9dcb02458/srcvs/workbench/node/pluginHostProcess.js#L9:0 %28define%29)
at render (c:\Program Files (x86)\Microsoft VS Code\resources\app\extensions\jrieken.vscode-omnisharp\out\features\omnisharpStatus.js:43:57)
/vs/base/common/arrays.ts#L5:0
/vs/base/common/arrays.ts#L5:0
[vs/workbench/node/pluginHostProcess.js#L9:0 (define)](https://github.com/microsoft/vscode/blob/a80232bbcfe8a5cdad1ebc98638673d9dcb02458/srcvs/workbench/node/pluginHostProcess.js#L9:0 %28define%29)
[vs/workbench/node/pluginHostProcess.js#L9:0 (define)](https://github.com/microsoft/vscode/blob/a80232bbcfe8a5cdad1ebc98638673d9dcb02458/srcvs/workbench/node/pluginHostProcess.js#L9:0 %28define%29)
/vs/base/common/arrays.ts#L5:0
at Object.p.handle (c:\Program Files (x86)
Copied from original issue: microsoft/vscode#2244
The text was updated successfully, but these errors were encountered: