First Release

This commit is contained in:
BuildTools
2019-12-12 13:13:55 +13:00
commit 2626620ea5
27 changed files with 16224 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
{
"private": true,
"dependencies": {
"typescript": "latest",
"@theia/typescript": "next",
"@theia/navigator": "next",
"@theia/terminal": "next",
"@theia/outline-view": "next",
"@theia/preferences": "next",
"@theia/messages": "next",
"@theia/git": "next",
"@theia/file-search": "next",
"@theia/markers": "next",
"@theia/preview": "next",
"@theia/callhierarchy": "next",
"@theia/merge-conflicts": "next",
"@theia/search-in-workspace": "next",
"@theia/json": "next",
"@theia/textmate-grammars": "next",
"@theia/mini-browser": "next",
"@theia/python": "next",
"@theia/cpp": "next"
},
"devDependencies": {
"@theia/cli": "next"
}
}

View File

@@ -0,0 +1,16 @@
[Unit]
Description=Theia Ide
[Service]
Type=simple
PIDFile=/run/theia.pid
ExecStart=/usr/local/bin/yarn theia start --hostname 0.0.0.0 /home/pi/projects
User=pi
Group=pi
WorkingDirectory=/opt/theia
Restart=always
RestartSec=10
#KillMode=mixed
[Install]
WantedBy=multi-user.target