Skip to content

Commit 12c9ced

Browse files
authored
Correct typo (#601)
Signed-off-by: Sheng Chen <[email protected]>
1 parent 53bee0c commit 12c9ced

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

src/commands/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import { showWelcomeWebview } from "../welcome";
1414
import { showClasspathConfigurationPage } from "../classpath/classpathConfigurationView";
1515
import { markdownPreviewProvider } from "../classpath/markdownPreviewProvider";
1616
import { getExpService } from "../exp";
17-
import { TreatmentVariables } from "../exp/TrearmentVariables";
17+
import { TreatmentVariables } from "../exp/TreatmentVariables";
1818

1919
export function initialize(context: vscode.ExtensionContext) {
2020
context.subscriptions.push(vscode.commands.registerCommand("java.overview", instrumentCommand(context, "java.overview", instrumentCommand(context, "java.helper.overview", overviewCmdHandler))));

src/extension.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import { showWelcomeWebview, WelcomeViewSerializer } from "./welcome";
1515
import { JavaGettingStartedViewSerializer } from "./getting-started";
1616
import { JavaExtGuideViewSerializer } from "./ext-guide";
1717
import { ClassPathConfigurationViewSerializer } from "./classpath/classpathConfigurationView";
18-
import { TreatmentVariables } from "./exp/TrearmentVariables";
18+
import { TreatmentVariables } from "./exp/TreatmentVariables";
1919
import { MarkdownPreviewSerializer } from "./classpath/markdownPreviewProvider";
2020

2121
export async function activate(context: vscode.ExtensionContext) {

0 commit comments

Comments
 (0)