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 155aa8d commit 9445bfeCopy full SHA for 9445bfe
server/src/completion.ts
@@ -13,10 +13,11 @@ import { TextDocument } from 'vscode-languageserver-textdocument';
13
14
//this would come from package
15
const StandardVOCompletion = {
16
- prefixes: ['StandardVO', 'StandardVO.Currency'],
+ prefixes: ['StandardVO'],
17
+ // , 'StandardVO.Currency'],
18
completions: {
19
StandardVO: ['Currency'],
- 'StandardVO.Currency': ['Value', 'Errors'],
20
+ // 'StandardVO.Currency': ['Value', 'Errors'],
21
},
22
};
23
0 commit comments