Skip to content

Commit 8530b20

Browse files
Merge pull request #86 from linked-planet/dev
TimeTable - improved and implified group rendering and update detection
2 parents 0848a57 + a1b0c90 commit 8530b20

File tree

6 files changed

+669
-538
lines changed

6 files changed

+669
-538
lines changed

.vscode/launch.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@
44
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
55
"version": "0.2.0",
66
"configurations": [
7+
{
8+
"type": "firefox",
9+
"request": "launch",
10+
"reAttach": true,
11+
"name": "Launch Firefox",
12+
"url": "http://localhost:3000/#/wrappers",
13+
"webRoot": "${workspaceFolder}",
14+
"pathMappings": [
15+
{
16+
"url": "http://localhost:3000/ui-kit-ts/@fs/home/markus/lp/ui-kit-ts/library",
17+
"path": "${workspaceFolder}/library"
18+
}
19+
]
20+
},
721
{
822
"type": "firefox",
923
"request": "attach",

0 commit comments

Comments
 (0)