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
vscode.window.showErrorMessage(`An error occured fetching SELF code errors, and therefore will be disabled.`);
88
+
vscode.window.showErrorMessage(
89
+
`An error occured fetching SELF code errors, and therefore will be disabled.`
90
+
);
58
91
}
59
92
}
60
93
@@ -75,7 +108,7 @@ export class db2ContextProvider implements IContextProvider {
75
108
76
109
if(job){
77
110
constselfCodes=awaitthis.getSelfCodes(job);
78
-
111
+
79
112
letprompt=`Db2 for i self code errors\n`;
80
113
prompt+=`Summarize the SELF code errors provided. The SQL Error Logging Facility (SELF) provides a mechanism that can be used to understand when SQL statements are encountering specific SQL errors or warnings. SELF is built into Db2 for i and can be enabled in specific jobs or system wide. Provide additional details about the errors and how to fix them.\n`;
81
114
prompt+=`Errors:\n`;
@@ -98,7 +131,8 @@ export class db2ContextProvider implements IContextProvider {
0 commit comments