<!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- Please search existing issues to avoid creating duplicates. --> <!-- Also please test using the latest insiders build to make sure your issue has not already been fixed: https://code.visualstudio.com/insiders/ --> <!-- Use Help > Report Issue to prefill these. --> - VSCode Version: n/a - OS Version: macOS 10.15.6 (19G2021) Steps to Reproduce: 1. `npx vscode-json-languageserver` (or run it locally, this is just the quickest repro) 2. See the following: ``` Cannot find module '../out/jsonServerMain' Require stack: - /Users/cameronlittle/.npm/_npx/63688/lib/node_modules/vscode-json-languageserver/bin/vscode-json-languageserver ``` This doesn't happen on the previous release (`npx vscode-json-languageserver@1.2.3`)
Steps to Reproduce:
npx vscode-json-languageserver(or run it locally, this is just the quickest repro)This doesn't happen on the previous release (
npx vscode-json-languageserver@1.2.3)