mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 10:08:49 +01:00
Annotate more usage before assign strict null errors
This commit is contained in:
@@ -363,7 +363,7 @@ export class ExtHostDebugService implements ExtHostDebugServiceShape {
|
||||
if (!this._variableResolver) {
|
||||
this._variableResolver = new ExtHostVariableResolverService(workspaceProvider, this._editorsService, configProvider);
|
||||
}
|
||||
let ws: IWorkspaceFolder;
|
||||
let ws: IWorkspaceFolder | undefined;
|
||||
const folder = this.getFolder(folderUri, workspaceProvider);
|
||||
if (folder) {
|
||||
ws = {
|
||||
|
||||
Reference in New Issue
Block a user