diff --git a/APP_Source/Apps/vscode/.gitignore b/APP_Source/Apps/vscode/.gitignore new file mode 100644 index 0000000..b1132fe --- /dev/null +++ b/APP_Source/Apps/vscode/.gitignore @@ -0,0 +1,3 @@ +/igelpkg.output/ +/igelpkg.tmp/ +/igelpkg.log diff --git a/APP_Source/Apps/vscode/README.md b/APP_Source/Apps/vscode/README.md new file mode 100644 index 0000000..8d285e9 --- /dev/null +++ b/APP_Source/Apps/vscode/README.md @@ -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. \ No newline at end of file diff --git a/APP_Source/Apps/vscode/app.json b/APP_Source/Apps/vscode/app.json new file mode 100644 index 0000000..52e085e --- /dev/null +++ b/APP_Source/Apps/vscode/app.json @@ -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" + ] + } +} diff --git a/APP_Source/Apps/vscode/data/config/sessions.param b/APP_Source/Apps/vscode/data/config/sessions.param new file mode 100644 index 0000000..4e5781d --- /dev/null +++ b/APP_Source/Apps/vscode/data/config/sessions.param @@ -0,0 +1,14 @@ + + + + value= + displayname[en_us]= + + + value= + + extends_base= + + + + diff --git a/APP_Source/Apps/vscode/data/descriptions/en b/APP_Source/Apps/vscode/data/descriptions/en new file mode 100644 index 0000000..1e490ad --- /dev/null +++ b/APP_Source/Apps/vscode/data/descriptions/en @@ -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. diff --git a/APP_Source/Apps/vscode/data/eula/en b/APP_Source/Apps/vscode/data/eula/en new file mode 100644 index 0000000..8d285e9 --- /dev/null +++ b/APP_Source/Apps/vscode/data/eula/en @@ -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. \ No newline at end of file diff --git a/APP_Source/Apps/vscode/data/vscode_marketing.png b/APP_Source/Apps/vscode/data/vscode_marketing.png new file mode 100755 index 0000000..4d91c37 Binary files /dev/null and b/APP_Source/Apps/vscode/data/vscode_marketing.png differ diff --git a/APP_Source/Apps/vscode/data/vscode_mono.png b/APP_Source/Apps/vscode/data/vscode_mono.png new file mode 100644 index 0000000..26611bf Binary files /dev/null and b/APP_Source/Apps/vscode/data/vscode_mono.png differ diff --git a/APP_Source/Apps/vscode/igel/dirs.json b/APP_Source/Apps/vscode/igel/dirs.json new file mode 100644 index 0000000..869d40b --- /dev/null +++ b/APP_Source/Apps/vscode/igel/dirs.json @@ -0,0 +1,7 @@ +[ + { + "path": "/userhome/.config/Code", + "persistent": true, + "owner": "777:100" + } +] diff --git a/APP_Source/Apps/vscode/igel/install.json b/APP_Source/Apps/vscode/igel/install.json new file mode 100644 index 0000000..1e44207 --- /dev/null +++ b/APP_Source/Apps/vscode/igel/install.json @@ -0,0 +1,9 @@ +[ + { + "source": ".*", + "excludes": [ + "usr/share/doc", + "usr/share/man" + ] + } +] diff --git a/APP_Source/Apps/vscode/igel/thirdparty.json b/APP_Source/Apps/vscode/igel/thirdparty.json new file mode 100644 index 0000000..42fd206 --- /dev/null +++ b/APP_Source/Apps/vscode/igel/thirdparty.json @@ -0,0 +1,10 @@ +[ + { + "url": "file:///tmp/code_1.92.0-1722473020_amd64.deb", + "licenses": [ + { + "name": "MIT" + } + ] + } +] diff --git a/APP_Source/Apps/vscode/input/all/config/sessions/vscode0 b/APP_Source/Apps/vscode/input/all/config/sessions/vscode0 new file mode 100755 index 0000000..0ca12f7 --- /dev/null +++ b/APP_Source/Apps/vscode/input/all/config/sessions/vscode0 @@ -0,0 +1,3 @@ +#!/bin/bash + +/services/vscode/usr/share/code/bin/code