Skip to content

Commit

Permalink
fix report path and npm updates (#498)
Browse files Browse the repository at this point in the history
  • Loading branch information
xavluiz authored May 31, 2024
1 parent 6285403 commit 328d2b8
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 9 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -141,14 +141,14 @@
},
"dependencies": {
"@swdotcom/editor-flow": "1.1.2",
"@types/uuid": "^9.0.4",
"@types/ws": "^8.5.6",
"axios": "^1.6.0",
"date-fns": "^2.30.0",
"@types/uuid": "^9.0.8",
"@types/ws": "^8.5.10",
"axios": "^1.7.2",
"date-fns": "^3.6.0",
"node-cache": "^5.1.2",
"open": "^8.4.0",
"swdc-tracker": "1.5.5",
"uuid": "^9.0.1",
"ws": "^8.14.2"
"ws": "^8.17.0"
}
}
2 changes: 1 addition & 1 deletion src/command-helper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ export function createCommands(
// DISPLAY PROJECT METRICS REPORT
cmds.push(
commands.registerCommand('codetime.viewProjectReports', () => {
launchWebUrl(`${app_url}/reports`);
launchWebUrl(`${app_url}/code_time/reports`);
})
);

Expand Down
3 changes: 0 additions & 3 deletions src/managers/LocalStorageManager.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
import { ExtensionContext, Memento } from "vscode";
import { getSoftwareSessionFile } from "../Util";
import { getJsonItem } from "./FileManager";
import { json } from "stream/consumers";

export class LocalStorageManager {

Expand Down
Binary file modified swdc-vscode-2.7.12.vsix
Binary file not shown.

0 comments on commit 328d2b8

Please sign in to comment.