Files
vscode/src/vs/workbench/api/node/extHostComments.ts
Matt Bierner d40fa4a27e Review uses of Promise.resolve(null)
Many `Promise.resolve(null)` should actually be `Promise.resolve(void 0)`. In other cases, we were missing a null return annotation.
2018-12-13 15:41:13 -08:00

9.9 KiB