| Both sides previous revisionPrevious revision | |
| theia-on-pi4 [2020/07/02 19:49] – admin | theia-on-pi4 [2020/07/02 21:41] (current) – [Package.json] admin |
|---|
| "@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": { |
| "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> |
| |