We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4272963 commit 51c3ec7Copy full SHA for 51c3ec7
server/src/completion.ts
@@ -16,7 +16,7 @@ const StandardVO = {
16
prefixes: ['StandardVO', 'StandardVO.Currency'],
17
completions: {
18
StandardVO: ['Currency'],
19
- 'StandardVO.Currency': ['Value', 'Create'],
+ 'StandardVO.Currency': ['Value', 'Errors'],
20
},
21
};
22
0 commit comments