We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 122170e commit 27ce816Copy full SHA for 27ce816
src/client/providers/updateSparkLibraryProvider.ts
@@ -2,7 +2,6 @@
2
import { Commands } from '../common/constants';
3
import * as vscode from "vscode";
4
import * as path from 'path';
5
-import { IS_WINDOWS } from '../common/utils';
6
7
export function activateUpdateSparkLibraryProvider(): vscode.Disposable {
8
return vscode.commands.registerCommand(Commands.Update_SparkLibrary, updateSparkLibrary);
0 commit comments