Skip to content

Commit 9445bfe

Browse files
committed
deleted StandardVO.Currency example
1 parent 155aa8d commit 9445bfe

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

server/src/completion.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,11 @@ import { TextDocument } from 'vscode-languageserver-textdocument';
1313

1414
//this would come from package
1515
const StandardVOCompletion = {
16-
prefixes: ['StandardVO', 'StandardVO.Currency'],
16+
prefixes: ['StandardVO'],
17+
// , 'StandardVO.Currency'],
1718
completions: {
1819
StandardVO: ['Currency'],
19-
'StandardVO.Currency': ['Value', 'Errors'],
20+
// 'StandardVO.Currency': ['Value', 'Errors'],
2021
},
2122
};
2223

0 commit comments

Comments
 (0)