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
@@ -100,7 +100,17 @@ export class FileSystemProvider implements vscode.FileSystemProvider {
100
100
returnresults.concat(cspSubfolders);
101
101
})
102
102
.catch((error)=>{
103
-
error&&console.error(error);
103
+
if(error){
104
+
console.log(error);
105
+
if(error.errorText.includes(" #5540:")){
106
+
constmessage=`User '${api.config.username}' cannot list ${
107
+
csp ? "web application" : "namespace"
108
+
} contents. To resolve this, execute the following SQL in the ${api.config.ns.toUpperCase()} namespace:\n\t GRANT EXECUTE ON %Library.RoutineMgr_StudioOpenDialog TO ${
0 commit comments