fix vscode popup for auto generated function definitions

This commit is contained in:
Charles Ewert 2023-10-28 09:23:56 -04:00
parent c0d710ae5e
commit 1c31d60cfb

View File

@ -16,5 +16,6 @@
"**/.git": true,
"**/node_modules": true,
"docs/api/**": true
}
},
"brightscriptcomment.addExtraAtStartAndEnd": false
}