Skip to content

Commit 7968847

Browse files
author
bhupendra
committed
getting in
1 parent 4552820 commit 7968847

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

.vscode/launch.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
// Use IntelliSense to learn about possible attributes.
3+
// Hover to view descriptions of existing attributes.
4+
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
5+
"version": "0.2.0",
6+
"configurations": [
7+
{
8+
"type": "pwa-chrome",
9+
"request": "launch",
10+
"name": "Open Transformation.html",
11+
"file": "/home/upes/github_repositories/WebGL/Computer Graphics/Transformation.html"
12+
}
13+
]
14+
}

test

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)