vscode/qodana/media/constants.js (10 lines of code) (raw):
/* eslint-disable @typescript-eslint/naming-convention */
(function () {
window.myConstants = {
COMMAND_LOG_IN: 'qodana.login',
COMMAND_LOG_IN_CUSTOM_SERVER: 'qodana.loginCustomServer',
COMMAND_LOG_OUT: 'qodana.logout',
COMMAND_CLOSE_REPORT: 'qodana.closeReport',
COMMAND_RUN_LOCALLY: 'qodana.runLocally',
COMMAND_OPEN_LOCAL_REPORT: 'qodana.openLocalReport'
};
}());