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 b3f8602 commit 4ebedf0Copy full SHA for 4ebedf0
server/src/sas/CompletionProvider.ts
@@ -1203,8 +1203,7 @@ export class CompletionProvider {
1203
"datastep",
1204
context.stmtName,
1205
keyword,
1206
- cb,
1207
- );
+ ); // always sync
1208
if (help) {
1209
_notify(cb, help);
1210
} else {
@@ -1219,7 +1218,8 @@ export class CompletionProvider {
1219
1218
"DATA",
1220
1221
1222
- ); // always sync
+ cb,
+ );
1223
}
1224
1225
break;
0 commit comments