forked from torizon/vscode-torizon-templates
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdeprecatedTemplates.json
153 lines (153 loc) · 5.49 KB
/
deprecatedTemplates.json
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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
{
"DeprecatedTemplates": [
{
"img": "unogtk.png",
"folder": "dotnetUno",
"description": ".NET 6 C# Uno Platform Skia.GTK",
"runtime": ".net 6.0",
"language": "C#",
"debugSSHPort": "2225",
"multiContainer": true,
"support": "Toradex",
"status": "deprecated",
"customMessage": "Deprecated due to the EOL of .NET 6.0"
},
{
"img": "unofbdrm.png",
"folder": "dotnetUnoFrameBuffer",
"description": ".NET 6 C# Uno Platform Frame Buffer",
"runtime": ".net 6.0",
"language": "C#",
"debugSSHPort": "2226",
"multiContainer": true,
"support": "Community",
"status": "deprecated",
"customMessage": "Deprecated due to the EOL of .NET 6.0"
},
{
"img": "unogtk5.png",
"folder": "dotnetUno5",
"description": ".NET 8 C# Uno Platform 5.x Skia.GTK",
"runtime": ".net 8.0",
"language": "C#",
"debugSSHPort": "2225",
"multiContainer": true,
"support": "Community",
"status": "deprecated",
"customMessage": "Deprecated on templates update for Torizon 7"
},
{
"img": "unofbdrm5.png",
"folder": "dotnetUno5FrameBuffer",
"description": ".NET 8 C# Uno Platform 5 Frame Buffer",
"runtime": ".net 8.0",
"language": "C#",
"debugSSHPort": "2226",
"multiContainer": true,
"support": "Community",
"status": "deprecated",
"customMessage": "Deprecated on templates update for Torizon 7"
},
{
"img": "monowinforms.png",
"folder": "monoCsharpForms",
"description": "Mono 4.7 C# Windows Forms Application",
"runtime": ".NET 4.7",
"language": "C#",
"debugPort": "55555",
"debugSSHPort": "2227",
"multiContainer": true,
"support": "Community",
"status": "deprecated",
"customMessage": "Deprecated on templates update for Torizon 7"
},
{
"img": "electronjs.png",
"folder": "nodeElectron",
"description": "Node.js JavaScript Electron Application",
"runtime": "Node.js",
"language": "JavaScript",
"debugPort": "9229",
"debugPort2": "9223",
"debugSSHPort": "2228",
"multiContainer": true,
"support": "Community",
"status": "deprecated",
"customMessage": "Deprecated on templates update for Torizon 7"
},
{
"img": "cconsole.png",
"folder": "cConsole",
"description": "C Console Application",
"runtime": "libc",
"language": "C",
"debugSSHPort": "2230",
"multiContainer": true,
"support": "Community",
"status": "deprecated",
"customMessage": "Deprecated on templates update for Torizon 7. C/C++ Console template should be used instead."
},
{
"img": "jframe.png",
"folder": "javaForms",
"description": "Java Swing JFrame Application",
"runtime": "JRE",
"language": "Java",
"debugPort": "2235",
"debugSSHPort": "2234",
"multiContainer": true,
"support": "Community",
"status": "deprecated",
"customMessage": "Deprecated on templates update for Torizon 7"
},
{
"img": "rust-console.png",
"folder": "rustConsole",
"description": "Rust Console Application",
"runtime": "libc",
"language": "Rust",
"debugSSHPort": "2299",
"multiContainer": true,
"support": "Community",
"status": "deprecated",
"customMessage": "Deprecated on templates update for Torizon 7"
},
{
"img": "gambasform.png",
"folder": "gambasForms",
"description": "Gambas3 Form Project",
"runtime": "gambas3",
"language": "Visual Basic",
"debugSSHPort": "2250",
"multiContainer": true,
"support": "Community",
"status": "deprecated",
"customMessage": "Deprecated on templates update for Torizon 7"
},
{
"img": "python3pyside2.png",
"folder": "python3Pyside2QML",
"description": "Python 3 Pyside 2(Qt 5) QML Application",
"runtime": "Pyside 2",
"language": "Python 3",
"debugPort": "6512",
"debugSSHPort": "6502",
"multiContainer": true,
"support": "Community",
"status": "deprecated",
"customMessage": "Deprecated on templates update for Torizon 7. Will be replaced by a Python 6 (Qt6) template."
},
{
"img": "dotnetslint.png",
"folder": "dotnetSlint",
"description": ".NET Slint Application",
"runtime": ".net 8.0 / Slint 1.7",
"language": "C#",
"debugSSHPort": "2222",
"multiContainer": true,
"support": "Community",
"status": "deprecated",
"customMessage": "Deprecated on templates update for Torizon 7"
}
]
}