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 08b39be commit 57f8d18Copy full SHA for 57f8d18
packages/monaco-plugin-ob/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@oceanbase-odc/monaco-plugin-ob",
3
- "version": "1.3.0",
+ "version": "1.3.1",
4
"description": "",
5
"main": "dist/index.js",
6
"scripts": {
packages/monaco-plugin-ob/src/inlineCompletion/index.ts
@@ -60,6 +60,8 @@ class MonacoInlineComplete implements monaco.languages.InlineCompletionsProvider
60
]
61
}
62
)
63
+ }).catch(e => {
64
+ console.log('inline completion: ', e)
65
})
66
67
0 commit comments