User Tools

Site Tools


theia-on-pi4

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
theia-on-pi4 [2020/07/02 19:45] – created admintheia-on-pi4 [2020/07/02 21:41] (current) – [Package.json] admin
Line 36: Line 36:
 ===== Package.json ===== ===== Package.json =====
  
 +<note>
 +If build fails due to lack of javascript memory, increase available node memory
 +
 +''export NODE_OPTIONS=--max_old_space_size=32000''
 +</note>
  
 <code json package.json> <code json package.json>
Line 50: Line 55:
     "@theia/navigator": "next",     "@theia/navigator": "next",
     "@theia/outline-view": "next",     "@theia/outline-view": "next",
-    "@theia/php": "next", 
     "@theia/plugin-ext-vscode": "next",     "@theia/plugin-ext-vscode": "next",
     "@theia/preferences": "next",     "@theia/preferences": "next",
     "@theia/preview": "next",     "@theia/preview": "next",
 +    "@theia/ruby": "next",
     "@theia/search-in-workspace": "next",     "@theia/search-in-workspace": "next",
     "@theia/terminal": "next",     "@theia/terminal": "next",
 +    "@theia/vscode-builtin-python": "next",
     "@theia/yaml": "next",     "@theia/yaml": "next",
-    "@theia/ruby": "next", +    "vscode-emmet-helper": "^1.2.17"
-    "@theia/vscode-builtin-python": "next"+
   },   },
   "devDependencies": {   "devDependencies": {
Line 85: Line 90:
     "vscode-builtin-emmet": "https://github.com/theia-ide/vscode-builtin-extensions/releases/download/v1.39.1-prel/emmet-1.39.1-prel.vsix",     "vscode-builtin-emmet": "https://github.com/theia-ide/vscode-builtin-extensions/releases/download/v1.39.1-prel/emmet-1.39.1-prel.vsix",
     "vscode-builtin-python": "https://github.com/theia-ide/vscode-builtin-extensions/releases/download/v1.39.1-prel/python-1.39.1-prel.vsix",     "vscode-builtin-python": "https://github.com/theia-ide/vscode-builtin-extensions/releases/download/v1.39.1-prel/python-1.39.1-prel.vsix",
-    "vscode-python": "https://github.com/microsoft/vscode-python/releases/download/2020.1.58038/ms-python-release.vsix"+    "vscode-python": "https://github.com/microsoft/vscode-python/releases/download/2020.1.58038/ms-python-release.vsix", 
 +    "vscode-builtin-php": "https://github.com/theia-ide/vscode-builtin-extensions/releases/download/v1.39.1-prel/php-1.39.1-prel.vsix"
   }   }
 } }
- 
 </code> </code>
  
theia-on-pi4.1593719155.txt.gz · Last modified: 2020/07/02 19:45 by admin