Skip to content

Commit 35988d1

Browse files
YanpasJohnstonCode
authored andcommitted
feat: Added History lens (#440)
1 parent dda6f13 commit 35988d1

21 files changed

+4636
-3
lines changed

.vscode/launch.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
"args": ["--extensionDevelopmentPath=${workspaceRoot}"],
1111
"stopOnEntry": false,
1212
"sourceMaps": true,
13-
"outFiles": ["${workspaceRoot}/out/**/*.js"]
13+
"outFiles": ["${workspaceRoot}/out/**/*.js"],
14+
"preLaunchTask": "build"
1415
},
1516
{
1617
"name": "Launch Tests",
@@ -23,7 +24,7 @@
2324
],
2425
"stopOnEntry": false,
2526
"sourceMaps": true,
26-
"outFiles": [ "${workspaceRoot}/out/test/**/*.js" ]
27+
"outFiles": ["${workspaceRoot}/out/test/**/*.js"]
2728
}
2829
]
2930
}

.vscode/tasks.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
// See https://go.microsoft.com/fwlink/?LinkId=733558
3+
// for the documentation about the tasks.json format
4+
"version": "2.0.0",
5+
"tasks": [
6+
{
7+
"type": "npm",
8+
"script": "build",
9+
"problemMatcher": [],
10+
"label": "build"
11+
}
12+
]
13+
}

icons/dark/folder.svg

Lines changed: 4 additions & 0 deletions
Loading

icons/dark/icon-commit.svg

Lines changed: 4 additions & 0 deletions
Loading

icons/dark/icon-history.svg

Lines changed: 4 additions & 0 deletions
Loading

icons/dark/icon-repo.svg

Lines changed: 4 additions & 0 deletions
Loading

icons/dark/icon-unfold.svg

Lines changed: 4 additions & 0 deletions
Loading

icons/light/folder.svg

Lines changed: 4 additions & 0 deletions
Loading

icons/light/icon-commit.svg

Lines changed: 4 additions & 0 deletions
Loading

icons/light/icon-history.svg

Lines changed: 4 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)