theia-blueprint icon indicating copy to clipboard operation
theia-blueprint copied to clipboard

Eclipse Theia Blueprint is a template for building desktop-based products based on the Eclipse Theia platform, as well as to showcase Eclipse Theia capabilities. It is made up of a subset of existing...

Results 89 theia-blueprint issues
Sort by recently updated
recently updated
newest added

Error: Cannot find module 'node-pty/build/Release/spawn-helper' Require stack: ``` Error: Cannot find module 'node-pty/build/Release/spawn-helper' Require stack: - /mnt/d/Work/experiments/theia-bp-test/theia-blueprint/node_modules/@theia/native-webpack-plugin/lib/native-webpack-plugin.js - /mnt/d/Work/experiments/theia-bp-test/theia-blueprint/node_modules/@theia/native-webpack-plugin/lib/index.js - /mnt/d/Work/experiments/theia-bp-test/theia-blueprint/applications/browser/gen-webpack.node.config.js - /mnt/d/Work/experiments/theia-bp-test/theia-blueprint/applications/browser/webpack.config.js - /mnt/d/Work/experiments/theia-bp-test/theia-blueprint/node_modules/webpack-cli/lib/webpack-cli.js - /mnt/d/Work/experiments/theia-bp-test/theia-blueprint/node_modules/webpack-cli/lib/bootstrap.js - /mnt/d/Work/experiments/theia-bp-test/theia-blueprint/node_modules/webpack-cli/bin/cli.js -...

Currently we are using this dockerhub user https://hub.docker.com/u/eclipsetheia to publish an image we are using for building Theia Blueprint: https://hub.docker.com/r/eclipsetheia/theia-blueprint I would like to publish the built docker image of...

### Feature Description: Publish a pre-built AppImage for the aarch64 (ARM64) platform.

### Bug Description: ### Steps to Reproduce: 1. create docker image by this docker file ``` FROM node:16.14.2-buster RUN apt-get update && apt-get install -y libxkbfile-dev libsecret-1-dev python3 COPY ./...

![image](https://github.com/eclipse-theia/theia-blueprint/assets/37129855/27b59f02-0d27-41f8-815f-a077635ee11c)

### Feature Description: The blueprint installer currently always removes any previous version it finds on the system, even when choosing an different installation directory (at least on Windows). This makes...

### Feature Description: I can add a folder called `data` in root directory of vscode, then it will become portable, and store all data in that folder. I hope I...

enhancement
proposal
vscode

#### Bug Description: There is an issue following https://github.com/eclipse-theia/theia-blueprint/commit/6ddc6e3a0316e52cefd9e9ca29a9f76d8d57245c where the upgrade to `msgpackr` is causing `maximum callstack exceeded` errors due to https://github.com/eclipse-theia/theia/issues/12499. We added a `resolution` note in the...

bug

### Bug Description: Theia no longer supports node 14: https://github.com/eclipse-theia/theia/pull/12169 I noticed that we still seem to use node 14 on the Windows agent, in our Jenkins pipeline. I am...