microsoft / vscode-extension-test-runner

Runs tests in the UI for VS Code extensions
MIT License
9 stars 4 forks source link

Unhandled Exception if Test File contains inline sourcemaps #14

Closed JustinGrote closed 4 months ago

JustinGrote commented 10 months ago

image

Unhandled Exception in _syncFile about an object being invalid json image

Does not affect vscode test cli

Workaround

Removing the inline source maps or having source maps as a separate file will work.

JustinGrote commented 4 months ago

@connor4312 you're crushing it! Thank you!