Closed AlexNastold closed 6 months ago
Can't reproduce.
It's empty.
https://github.com/microsoft/vscode/issues/102335
I think you should upgrade your VSCode and disable all installed extensions, then retry.
Important is step 4:
Still, everything is fine.
Strange - your output in the "debug console" ist my output in "terminal". In "debug console" there is only the message from browser console:
Perhaps try with "pnpm dev" in integrated terminal and then start only the browser with "run and debug". Launch.json is the .vscode directory.
What is the result after upgrading VSCode to the latest version and disabling all extensions? Plus resetting the settings to the default if possible.
VSCode is the latest version. Disabling all extensions change nothing. Still the same error.
If you do a search you'll find that there are tons of Could not read source map
errors around VSCode, you should first rule out that it's not caused by VSCode or VSCode's configuration, e.g. first of all, reset your configuration (you can back it up first).
Close now due to inactivity. If there are any updates please just reply directly, no need to reopen a new one.
Finally the addition of "resolveSourceMapLocations" in my launch.json fixed it - the weird thing is, that wasn't a problem in the past and no other dependencies seemed to make any problems.
Sorry for wasting your time, but anyway, thank you very much for checking.
Before you start, please make sure to:
Link to minimal reproduction
https://github.com/AlexNastold/json-editor-vue-bug
Validation
Describe the bug and steps to reproduce
Could not read source map for file:///home/anastold/git-projects/admin-dashboard-ng2/node_modules/.pnpm/json-editor-vue%400.15.1_%40lezer%2Bcommon%401.2.1_vue%403.4.27_typescript%405.4.5_/node_modules/json-editor-vue/node_modules/.pnpm/vue-global-config%400.6.1_%40vue%2Bcomposition-api%401.7.2_vue%403.4.26_typescript%405.4.5___vue%403.4.26_typescript%405.4.5_/node_modules/vue-global-config/dist/vue-global-config.mjs: ENOENT: no such file or directory, open '/home/anastold/git-projects/admin-dashboard-ng2/node_modules/.pnpm/json-editor-vue@0.15.1_@lezer+common@1.2.1_vue@3.4.27_typescript@5.4.5_/node_modules/json-editor-vue/node_modules/.pnpm/vue-global-config@0.6.1_@vue+composition-api@1.7.2_vue@3.4.26_typescript@5.4.5___vue@3.4.26_typescript@5.4.5_/node_modules/vue-global-config/dist/vue-global-config.mjs.map'
System Info
Package Manager
pnpm