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 ca71780 commit 46e0c9eCopy full SHA for 46e0c9e
src/services/api/index.ts
@@ -35,7 +35,7 @@ export class YdbEmbeddedAPI {
35
this.meta = new MetaAPI({config});
36
}
37
38
- if (codeAssistBackend) {
+ if (webVersion || codeAssistBackend) {
39
this.codeAssist = new CodeAssistAPI({config});
40
41
0 commit comments