microsoft / vscode-mono-debug

A simple VS Code debug adapter for mono
Other
159 stars 173 forks source link

Let's fix build #40

Closed VysotskiVadim closed 3 years ago

VysotskiVadim commented 6 years ago

fixed build error: src/typescript/tests/adapter.test.ts(91,38): error TS2559: Type '10' has no properties in common with type '{ path?: string | RegExp; line?: number; column?: number; }'. Please, see more details here: https://travis-ci.org/Microsoft/vscode-mono-debug/builds/283593039

akoeplinger commented 3 years ago

Thanks, this was recently fixed in another PR.