##[provide a description of the issue]
Environment
- Operating System: 10.12.2
- JDK version: jdk1.8.0_121
- Visual Studio Code version: 1.9.1
- Java extension version: 0.0.10
Steps To Reproduce
- Rename a file and folder of package
In my case it was
android/app/src/main/java/za/co/io/reactnativekeystore/KeystoreModule.java android/app/src/main/java/za/co/io/reactnativekeystore/KeystorePackage.java
and I renamed them to
android/app/src/main/java/za/co/io/reactnativecrypto/CryptoModule.java android/app/src/main/java/za/co/io/reactnativecrypto/CryptoPackage.java
- Restart VSCode
- Language server fails to start throwing FileNotFoundException
Purging ~/Library/Application Support/Code/User/workspaceStorage and restarting VSCode solved the problem
##[provide a description of the issue]
Environment
Steps To Reproduce
In my case it was
android/app/src/main/java/za/co/io/reactnativekeystore/KeystoreModule.java android/app/src/main/java/za/co/io/reactnativekeystore/KeystorePackage.javaand I renamed them to
android/app/src/main/java/za/co/io/reactnativecrypto/CryptoModule.java android/app/src/main/java/za/co/io/reactnativecrypto/CryptoPackage.javaPurging ~/Library/Application Support/Code/User/workspaceStorage and restarting VSCode solved the problem