We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The problems in deleted files are still exist in PROBLEMS panel.
Actually, it is also a bug on both code and code-insider. I just use code-insider as a clean version without other extensions.
<template> <div>{{ hello }}</div> </template> <script lang="ts"> import Vue from 'vue'; import Component from 'vue-class-component'; @Component export default class File extends Vue { public hello: string = 123; } </script>
Type '123' is not assignable to type 'string'.
File not found
The text was updated successfully, but these errors were encountered:
Should be fixed by #1182.
Sorry, something went wrong.
Hmm i just had this in a freshly installed project, vue 3 with prettier
No branches or pull requests
Info
Problem
The problems in deleted files are still exist in PROBLEMS panel.
Actually, it is also a bug on both code and code-insider. I just use code-insider as a clean version without other extensions.
Reproducible Case
Type '123' is not assignable to type 'string'.
in PROBLEM panel.File not found
The text was updated successfully, but these errors were encountered: