We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1dc5195 commit 43e6810Copy full SHA for 43e6810
1 file changed
src/client/providers/updateSparkLibraryProvider.ts
@@ -30,4 +30,5 @@ function updateSparkLibrary() {
30
console.error(reason);
31
});
32
}
33
+ vscode.window.showInformationMessage(`Make sure you have SPARK_HOME environment variable set to the root path of the local spark installation!`);
34
0 commit comments