Support XCode version 15.0.0
Closed this issue · 2 comments
nickesk commented
CircleCI supports XCode 15.0.0 now, but the language server does not appear to have been updated. For example:
macos:
xcode: 15.0.0
Gives me the following error in VSCode:
[{
"owner": "cci-diag",
"severity": 8,
"message": "Invalid Xcode version 15.0.0",
"source": "cci-language-server"
}]
The full list of supported XCode versions is here.
abdelDriowya commented
thanks you for reporting.
pr opened : #240
ksarna commented