ide icon indicating copy to clipboard operation
ide copied to clipboard

Tool to automate setup and update of development environment (esp. for Java projects).

Results 66 ide issues
Sort by recently updated
recently updated
newest added

Our github action [update-urls.yml](https://github.com/devonfw/ide/blob/master/.github/workflows/update-urls.yml) logs errors if downloads fail (including download veriifications) but continues successfully also on such errors. We should add a mechanism to count errors in a structured...

enhancement
SCM

### Expected behavior As a devonfw-ide user, I want to be able to use the latest version of IntelliJ so that I can efficiently do Java coding. ### Actual behavior...

bug
blocker

As a graalvm user, I want to have native-image installed by default. Currently, I manually have to do this: ``` gu install native-image ``` See also https://www.graalvm.org/22.0/reference-manual/native-image/#install-native-image

enhancement

As a devonfw-ide user, I want to be able to install and manage snyk CLI as part of my IDE so that I can use it in my project seamlessly....

enhancement

### Description: When installing VSCode plugins with devon the installation command sometimes fails with the error "connect ETIMEDOUT ...". Installing the plugins individually with a for loop results in the...

bug
bash
setup
vscode
plugins

### Expected behavior As a devonfw-ide developer, I want to run the mvn tests on my machine within an isolated environment of devonfw-ide. ### Actual behavior Currently the tests overwrite...

bug
windows
bash
test

### Expected behavior As a tool user, I want to have every time the latest version so that I can work with the newest features. ### Actual behavior We have...

bug

### Expected behavior As a developer, I always want to have the same conditions for implementing new features so that so that I don't have to analyze errors that have...

bug

### Expected behavior As a user, I want to install the gcviewer with the command "devon gcviewer setup" ### Actual behavior Installation aborted with the message curl: (60) SSL certificate...

bug

As a python user I expect pip to be installed into my python directory. Currently we move the pip.py script into a new folder software/pip which can be confusing for...

enhancement