-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.codenvy.json
More file actions
91 lines (91 loc) · 1.99 KB
/
Copy path.codenvy.json
File metadata and controls
91 lines (91 loc) · 1.99 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"v": "4.0",
"name": "Python3.5",
"workspace": {
"defaultEnv": "ubuntu_python3",
"environments": [
{
"name": "ubuntu_python3",
"machineConfigs": [
{
"limits": {
"ram": 2000
},
"name": "ws-machine",
"type": "docker",
"source": {
"location": "http://beta.codenvy.com/api/recipe/recipe89hbpn3ovkwaujfa/script",
"type": "dockerfile"
},
"dev": true,
"servers": [],
"envVariables": {},
"links": []
}
]
}
],
"projects": [
{
"links": [],
"name": "console-python3-simple",
"attributes": {
"vcs.provider.name": [
"git"
],
"git.current.branch.name": [
"master"
],
"contribute_to_branch": [
"master"
],
"git.repository.remotes": [
"https://github.com/che-samples/console-python3-simple.git"
]
},
"type": "blank",
"source": {
"location": "https://github.com/che-samples/console-python3-simple.git",
"type": "git",
"parameters": {}
},
"path": "/console-python3-simple",
"problems": [],
"mixins": [
"pullrequest",
"git"
]
}
],
"name": "ubuntu_python3",
"commands": [
{
"commandLine": "cd ${current.project.path} && python main.py",
"name": "run",
"attributes": {
"previewUrl": ""
},
"type": "custom"
}
],
"links": []
},
"ide": {
"onProjectsLoaded": {
"actions": [
{
"properties": {
"name": "run"
},
"id": "runCommand"
},
{
"properties": {
"file": "/console-python3-simple/main.py"
},
"id": "openFile"
}
]
}
}
}