You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'**REQUIRED**. Specifies the Swagger Specification version being used. It can be used by the Swagger UI and other clients to interpret the API listing. The value MUST be "2.0".',
334
+
};
335
+
swaggerItem.kind=CompletionItemKind.Keyword;
336
+
swaggerItem.insertTextFormat=2;
337
+
swaggerItem.insertTextMode=2;
338
+
completionList.items.push(swaggerItem);
328
339
trace('doCompletion - no version',`completionList: ${JSON.stringify(completionList)}`);
0 commit comments