If you’re using VSCode on a Mac with Apple silicon (an M-series chip) you will probably have noticed that Ada code formatting doesn’t work.
This is thought to be because of an issue with the aarch64-apple-darwin
compiler. It’s stated that the problem doesn’t occur if the Ada Language Server is compiled for the Intel (x86_64
) architecture.