Open Ansett opened 4 weeks ago
2.1.6
1.94.2
2.7.16
5.2.2
No response
Configure "vue.autoInsert.dotValue": false in VSCode.
"vue.autoInsert.dotValue": false
Typing in a Vue SFC script:
const foo = ref() foo
Keeping foo as it is.
foo
It becomes foo.value after a delay.
foo.value
I cannot reproduce it on my machine. If you are willing, you could try: https://github.com/vuejs/language-tools/wiki/Help-Us-Investigate-Issues-Remotely
Vue - Official extension or vue-tsc version
2.1.6
VSCode version
1.94.2
Vue version
2.7.16
TypeScript version
5.2.2
System Info
No response
package.json dependencies
No response
Steps to reproduce
Configure
"vue.autoInsert.dotValue": false
in VSCode.Typing in a Vue SFC script:
What is expected?
Keeping
foo
as it is.What is actually happening?
It becomes
foo.value
after a delay.Link to minimal reproduction
No response
Any additional comments?
No response