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

Cannot open window without workspace #31364

Closed
sandy081 opened this issue Jul 25, 2017 · 1 comment
Closed

Cannot open window without workspace #31364

sandy081 opened this issue Jul 25, 2017 · 1 comment
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug debug Debug viewlet, configurations, breakpoints, adapter issues important Issue identified as high-priority

Comments

@sandy081
Copy link
Member

Latest insiders

Open a new window and I see following error

Cannot read property 'roots' of null: TypeError: Cannot read property 'roots' of null
    at ConfigurationManager.initLaunches (file:///Users/sandy081/work/vscode/out/vs/workbench/parts/debug/electron-browser/debugConfigurationManager.js:258:63)
    at new ConfigurationManager (file:///Users/sandy081/work/vscode/out/vs/workbench/parts/debug/electron-browser/debugConfigurationManager.js:201:18)
    at create (file:///Users/sandy081/work/vscode/out/vs/base/common/types.js:164:14)
    at InstantiationService._createInstance (file:///Users/sandy081/work/vscode/out/vs/platform/instantiation/common/instantiationService.js:143:43)
    at InstantiationService.createInstance (file:///Users/sandy081/work/vscode/out/vs/platform/instantiation/common/instantiationService.js:71:29)
    at new DebugService (file:///Users/sandy081/work/vscode/out/vs/workbench/parts/debug/electron-browser/debugService.js:53:67)
    at create (file:///Users/sandy081/work/vscode/out/vs/base/common/types.js:164:14)
    at InstantiationService._createInstance (file:///Users/sandy081/work/vscode/out/vs/platform/instantiation/common/instantiationService.js:143:43)
    at InstantiationService._createAndCacheServiceInstance (file:///Users/sandy081/work/vscode/out/vs/platform/instantiation/common/instantiationService.js:202:41)
    at InstantiationService._getOrCreateServiceInstance (file:///Users/sandy081/work/vscode/out/vs/platform/instantiation/common/instantiationService.js:150:29)
Workbench.startup @ workbench.js:190
index.js:41 [uncaught exception]: TypeError: Cannot read property 'roots' of null
onError @ index.js:41
index.js:44 TypeError: Cannot read property 'roots' of null
    at ConfigurationManager.initLaunches (debugConfigurationManager.js:258)
    at new ConfigurationManager (debugConfigurationManager.js:201)
    at create (types.js:164)
    at InstantiationService._createInstance (instantiationService.js:143)
    at InstantiationService.createInstance (instantiationService.js:71)
    at new DebugService (debugService.js:53)
    at create (types.js:164)
    at InstantiationService._createInstance (instantiationService.js:143)
    at InstantiationService._createAndCacheServiceInstance (instantiationService.js:202)
    at InstantiationService._getOrCreateServiceInstance (instantiationService.js:150)
@vscodebot vscodebot bot added the javascript JavaScript support issues label Jul 25, 2017
@sandy081 sandy081 assigned isidorn and unassigned mjbvz Jul 25, 2017
@sandy081 sandy081 added debug Debug viewlet, configurations, breakpoints, adapter issues insiders and removed javascript JavaScript support issues labels Jul 25, 2017
@isidorn isidorn added important Issue identified as high-priority bug Issue identified by VS Code Team member as probable bug labels Jul 25, 2017
@isidorn
Copy link
Contributor

isidorn commented Jul 25, 2017

@sandy081 I will release new insiders bacuease of this

@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 debug Debug viewlet, configurations, breakpoints, adapter issues important Issue identified as high-priority
Projects
None yet
Development

No branches or pull requests

3 participants