Open
Description
Version
3.1.1
Reproduction link
https://github.com/YoannBureau/vuejs-vscode-ts-ko
Node and OS info
NPM 6.4.1
Steps to reproduce
- npm install
- in vs code, install "Debugger for Chrome" extension if not done yet
- npm run serve
- set a breakpoint in HelloWorld.vue line 43
- start debug using "vuejs: chrome" debug config (FYI I reproduced the same steps as here: https://fr.vuejs.org/v2/cookbook/debugging-in-vscode.html )
- click the button in the component
What is expected?
Breakpoint should be hit
What is actually happening?
Breakpoint is not hit
It's working great with Js, but ko with Ts