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 0f41de2 commit 549c69dCopy full SHA for 549c69d
visualpython/js/com/component/FileNavigation.js
@@ -259,6 +259,7 @@ define([
259
if (allowExtensionList.length > 0 && !allowExtensionList.includes(extension)) {
260
// TODO: alert
261
//vpCommon.renderAlertModal('Not supported file type');
262
+ vpLog.display(VP_LOG_TYPE.ERROR, 'Not supported file type: ' + extension);
263
return;
264
}
265
0 commit comments