我在项目中使用了https://ballerina.io/learn/by-guide/managing-database-transactions/中提到的数据库事务。我的代码正常工作,但显示错误using experimental feature 'transaction'. use '--experimental' flag to enable the experimental features
和
transaction with retries = 0{
}committed{
}aborted{
}
在VS Code编辑器中,块用红色下划线。
如何解决该错误,或者是VS Code插件中的问题?