Skip to content

Commit

Permalink
Add vscode recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
d1gl committed Aug 8, 2024
1 parent e9c3da1 commit 321feee
Show file tree
Hide file tree
Showing 12 changed files with 75 additions and 0 deletions.
3 changes: 3 additions & 0 deletions APP_Source/Apps/vscode/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
/igelpkg.output/
/igelpkg.tmp/
/igelpkg.log
1 change: 1 addition & 0 deletions APP_Source/Apps/vscode/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
24 changes: 24 additions & 0 deletions APP_Source/Apps/vscode/app.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "vscode",
"version": "1.92.0",
"public_version": "1.92.0",
"release": "",
"summary": {
"en": "Visual Studio Code (Community)"
},
"icons": {
"app": "vscode_marketing.png",
"monochrome": "vscode_mono.png"
},
"categories": [
"misc"
],
"author": "IGEL Technology GmbH",
"vendor": "Microsoft Corporation",
"rw_partition": {
"size": "small",
"flags": [
"compressed"
]
}
}
14 changes: 14 additions & 0 deletions APP_Source/Apps/vscode/data/config/sessions.param
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<sessions>
<vscode%>
<name>
value=<Visual Studio Code>
displayname[en_us]=<Visual Studio Code>
</name>
<icon>
value=<vscode>
</icon>
extends_base=<sessions.base%>
</vscode%>
<vscode0>
</vscode0>
</sessions>
3 changes: 3 additions & 0 deletions APP_Source/Apps/vscode/data/descriptions/en
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Visual Studio Code Source code editor developed by Microsoft

Visual Studio Code is a new choice of tool that combines the simplicity of a code editor with what developers need for the core edit-build-debug cycle. See https://code.visualstudio.com/docs/setup/linux for installation instructions and FAQ.
1 change: 1 addition & 0 deletions APP_Source/Apps/vscode/data/eula/en
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Binary file added APP_Source/Apps/vscode/data/vscode_marketing.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added APP_Source/Apps/vscode/data/vscode_mono.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions APP_Source/Apps/vscode/igel/dirs.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[
{
"path": "/userhome/.config/Code",
"persistent": true,
"owner": "777:100"
}
]
9 changes: 9 additions & 0 deletions APP_Source/Apps/vscode/igel/install.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[
{
"source": ".*",
"excludes": [
"usr/share/doc",
"usr/share/man"
]
}
]
10 changes: 10 additions & 0 deletions APP_Source/Apps/vscode/igel/thirdparty.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[
{
"url": "file:///tmp/code_1.92.0-1722473020_amd64.deb",
"licenses": [
{
"name": "MIT"
}
]
}
]
3 changes: 3 additions & 0 deletions APP_Source/Apps/vscode/input/all/config/sessions/vscode0
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash

/services/vscode/usr/share/code/bin/code

0 comments on commit 321feee

Please sign in to comment.