vuejs / devtools-v6

⚙️ Browser devtools extension for debugging Vue.js applications.
https://devtools-v6.vuejs.org/
MIT License
24.68k stars 4.14k forks source link

In the micro-frontend scenario, a specific VSCode file cannot be opened by Vue devtool for a child application #2097

Open GpingFeng opened 1 year ago

GpingFeng commented 1 year ago

Vue devtools version

6.5.0

Link to minimal reproduction

*

Steps to reproduce & screenshots

In the micro-frontend scenario, a specific VSCode file cannot be opened by Vue devtool for a child application, although it can be opened by the main application. The "code" command has been installed.

image

What is expected?

can open file

What is actually happening?

not open

System Info

System:
    OS: macOS 13.5
    CPU: (4) x64 Intel(R) Core(TM) i5-7600 CPU @ 3.50GHz
    Memory: 191.78 MB / 64.00 GB
    Shell: 5.9 - /bin/zsh
  Binaries:
    Node: 16.20.1 - /usr/local/bin/node
    Yarn: 1.22.19 - /usr/local/bin/yarn
    npm: 8.19.4 - /usr/local/bin/npm
  Browsers:
    Chrome: 116.0.5845.96
    Safari: 16.6
  npmPackages:
    vue: ^2.6.11 => 2.7.8

Any additional comments?

No response

Azurewarth0920 commented 1 year ago

Can you provide a minium reproduction?