Skip to content

Commit 3f7f9b2

Browse files
Bhosale, Akash AnilBhosale, Akash Anil
authored andcommitted
Initial commit
0 parents  commit 3f7f9b2

File tree

4,789 files changed

+733904
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

4,789 files changed

+733904
-0
lines changed

Javascript client/.vscode/launch.json

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
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+
"name": "Python: Current File (Integrated Terminal)",
9+
"type": "python",
10+
"request": "launch",
11+
"program": "${file}",
12+
"console": "integratedTerminal"
13+
},
14+
{
15+
"name": "Python: Attach",
16+
"type": "python",
17+
"request": "attach",
18+
"port": 5678,
19+
"host": "localhost"
20+
},
21+
{
22+
"name": "Python: Django",
23+
"type": "python",
24+
"request": "launch",
25+
"program": "${workspaceFolder}/manage.py",
26+
"console": "integratedTerminal",
27+
"args": [
28+
"runserver",
29+
"--noreload",
30+
"--nothreading"
31+
],
32+
"django": true
33+
},
34+
{
35+
"name": "Python: Flask",
36+
"type": "python",
37+
"request": "launch",
38+
"module": "flask",
39+
"env": {
40+
"FLASK_APP": "app.py"
41+
},
42+
"args": [
43+
"run",
44+
"--no-debugger",
45+
"--no-reload"
46+
],
47+
"jinja": true
48+
},
49+
{
50+
"name": "Python: Current File (External Terminal)",
51+
"type": "python",
52+
"request": "launch",
53+
"program": "${file}",
54+
"console": "externalTerminal"
55+
}
56+
]
57+
}

Javascript client/node_modules/filesaver.js-npm/FileSaver.js

Lines changed: 280 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Javascript client/node_modules/filesaver.js-npm/FileSaver.min.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Javascript client/node_modules/filesaver.js-npm/LICENSE.md

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)