-
Notifications
You must be signed in to change notification settings - Fork 57
/
ide.properties
24 lines (21 loc) · 1.37 KB
/
ide.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#********************************************************************************
# This file contains project specific environment variables
# For details see https://github.com/devonfw/ide/wiki/configuration
#********************************************************************************
# 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 varibles 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
# LTS versions
DOTNET_VERSION=6*
JAVA_VERSION=21*
NODE_VERSION=v18*
PYTHON_VERSION=3.11*