profelis / daScript-plugin

daScript language support
https://marketplace.visualstudio.com/items?itemName=profelis.dascript-plugin
MIT License
9 stars 3 forks source link

The error tip not updated when change code text. #24

Open zle000 opened 3 days ago

zle000 commented 3 days ago

A file with a function def sdf() return 100

B file call this function like this: sdf("hi") this is a error,so I chang the function in A file to add string arg,but B file the error tip not disappear, I need type somgthing so it be ok~

profelis commented 3 days ago

Hi! Thanks for your report, I know about this issue and I'll fix it later