mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-22 03:09:13 +00:00
replace void 0 with undefined
This commit is contained in:
@@ -126,7 +126,7 @@ function getDocumentSettings(textDocument: TextDocument): Thenable<LanguageSetti
|
||||
}
|
||||
return promise;
|
||||
}
|
||||
return Promise.resolve(void 0);
|
||||
return Promise.resolve(undefined);
|
||||
}
|
||||
|
||||
// The settings have changed. Is send on server activation as well.
|
||||
|
||||
Reference in New Issue
Block a user