Andrew Mackrodt

Results 4 comments of Andrew Mackrodt

> From the VS Code perspective, the user might ask us to set a breakpoint in a Vue file. We know which file the breakpoint is attached to on disk,...

This also applies to Vue 3 where `@Options` is used instead of `@Component`, e.g. when checking rules such as - `vue/component-name-in-template-casing` Modifying @jwayne2's suggestion slightly works with Vue 3's `vue-class-component`...

@vegerot this line worked for Vue 3 (options), I imagine it's the same regarding @jwayne2's comment: https://github.com/vuejs/eslint-plugin-vue/blob/v7.6.0/lib/utils/index.js#L1923 ```patch Index: node_modules/eslint-plugin-vue/lib/utils/index.js IDEA additional info: Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP UTF-8 =================================================================== diff --git a/node_modules/eslint-plugin-vue/lib/utils/index.js...

The `-spice port/tls-port` error refers to requiring explicitly setting ``, e.g. ```xml ```