Skip to content

Commit

Permalink
Merge pull request #16 from JetBrains/release-hotfix
Browse files Browse the repository at this point in the history
Add missing constants file to fix UI
  • Loading branch information
ivanovec authored Jun 27, 2024
2 parents c4c0450 + 780f0ed commit fc4da7e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions vscode/qodana/media/constants.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
/* 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'
};
}());
2 changes: 1 addition & 1 deletion vscode/qodana/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"publisher": "jetbrains",
"author": "JetBrains s.r.o.",
"license": "SEE LICENSE IN LICENSE",
"version": "1.1.0",
"version": "1.1.1",
"icon": "plugin-icon.png",
"repository": {
"type": "git",
Expand Down

0 comments on commit fc4da7e

Please sign in to comment.