Andy Xu(devdiv)
Andy Xu(devdiv)
_From @yhtsao on February 28, 2018 7:13_ - VSCode Version: 1.20.1 - OS Version: MacOS 10.12.6 - Language: Java - Extensions: Debugger for Java 0.6.0 Java Extension Pack 0.3.0 Java...
I am using very basic(we don't need to inject http requests) AI features in [azure maven plugins](https://github.com/microsoft/azure-maven-plugins) the packing way AI used produces a very large jar by [shadowjar](https://github.com/microsoft/ApplicationInsights-Java/blob/master/core/build.gradle#L135) which...
We should not report this fatal error message "Exception occurred during deployment" while actually deployment will be done successfully. ``` [INFO] Deploying the zip package gs-spring-boot-1573024504657-f3de6ff0-19a6-4812-895c-9bb6074a873b1385000762236349582.zip... [INFO] Exception occurred during...
eg: add all jar files in 'lib' folder for temporary verification
1. in a non-static method, input `this. ` cannot toggle the method list of this object, you must press ctrl+space 2. if I select hashCode which is a method but...
List main class from third-party jars is time-consuming and not very useful, consider to remove the logic like ``` int constraints = IJavaSearchScope.SOURCES; constraints |= IJavaSearchScope.APPLICATION_LIBRARIES; IWorkspaceRoot root = ResourcesPlugin.getWorkspace().getRoot();...
eg: ``` "args": ["a b", "\""] ```  the args has missed the quotes after launching.