-
Notifications
You must be signed in to change notification settings - Fork 66
Expand file tree
/
Copy pathide.properties
More file actions
35 lines (30 loc) · 1.8 KB
/
ide.properties
File metadata and controls
35 lines (30 loc) · 1.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
#********************************************************************************
# This file contains project specific environment variables
# For details see https://github.com/devonfw/IDEasy/blob/main/documentation/variables.adoc
#********************************************************************************
# Uncomment the following line to get the legacy default config back for the settings
#SETTINGS_PATH=${DEVON_IDE_HOME}/workspaces/main/development/settings
# This following disables legacy support for devonfw-ide configuration templates in IDE workspace folders.
# Here, it is disabled since this is the configuration ready for IDEasy that does not need legacy support.
# The new variable syntax in workspace template files is $[<variable-name>]
# If legacy support is enabled, then also ${<variable-name>} is supported additionally.
# However, this often clashes with the variable syntax used by IDEs like Eclipse or IntelliJ.
# Therefore it causes some log-spam for variables that could not be resolved and could also lead to problems
# in edge-cases where variables get resolved by IDEasy that should actually remain as is and only be resolved
# by the actual IDE itself.
# Please note that in ide.properties/devon.properties files the syntax is still ${<variable-name>}
IDE_VARIABLE_SYNTAX_LEGACY_SUPPORT_ENABLED=false
# IDEasy uses the tool uv to install python and pip which is implemented in rust and therefore way faster than pip.
# If you want to enforce that "ide pip ..." actually installs and invokes "pip" to get 100% original pip behaviour
# you can uncomment the following line.
PIP_EDITION=uv
# LTS versions
DOTNET_VERSION=10*
JAVA_VERSION=25*
NODE_VERSION=v24*
PYTHON_VERSION=3.14*
GRAALVM_VERSION=23.0.2
GRAALVM_EDITION=community
IDE_MIN_VERSION=2025.11.001
IDE_TOOLS=mvn, npm
CREATE_START_SCRIPTS=intellij