- Joined
- Aug 7, 2013
- Messages
- 1,342
Edit: Running VSCode as admin makes the error go away. This should be written in the instructions. However, same funny set of exceptions/warnings, these probably need to be addressed.
I get this message in VSCode when I opened Hello.wurst in the tutorial. How do I fix it?
Code:
initializing workspace
initialization done!
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.eclipse.lsp4j.jsonrpc.json.adapters.CollectionTypeAdapterFactory (file:/C:/Users/sethmachine/.wurst/org.eclipse.lsp4j.jsonrpc-0.2.0.jar) to constructor java.util.Collections$EmptyList()
WARNING: Please consider reporting this to the maintainers of org.eclipse.lsp4j.jsonrpc.json.adapters.CollectionTypeAdapterFactory
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
I get this message in VSCode when I opened Hello.wurst in the tutorial. How do I fix it?