Skip to content

Commit df2e1af

Browse files
committed
Refactor launch configurations, update RTIOW.html content, and enhance CSS styles for improved layout and readability
1 parent 26a4a15 commit df2e1af

4 files changed

Lines changed: 329 additions & 241 deletions

File tree

.vscode/launch.json

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,10 @@
1212
{
1313
"name": "Launch Edge",
1414
"request": "launch",
15-
"file": "${workspaceFolder}/index.html",
15+
"file": "${workspaceFolder}/RTIOW.html",
1616
"type": "msedge",
17-
"url": "http://localhost:3000",
18-
"webRoot": "${workspaceFolder}",
19-
"userDataDir": "${workspaceFolder}/.vscode/edge-debug-profile",
20-
"runtimeExecutable": "C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\msedge.exe",
21-
"runtimeArgs": [
22-
"--disable-web-security",
23-
"--disable-features=VizDisplayCompositor"
24-
]
25-
},
17+
"url": "http://localhost:8080",
18+
"webRoot": "${workspaceFolder}"
19+
}
2620
]
2721
}

0 commit comments

Comments
 (0)