Skip to content

Commit db6efd6

Browse files
author
angelozerr
committed
Fix as you type validation
1 parent 179a24b commit db6efd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eclipse/jsdt/ts.eclipse.ide.jsdt.ui/src/ts/eclipse/ide/jsdt/internal/ui/validation/TypeScriptDocumentRegionProcessor.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ private String getContentType(IResource resource) {
4242
if (FileUtils.JS_EXTENSION.equals(extension)) {
4343
return "org.eclipse.wst.jsdt.core.jsSource";
4444
}
45-
return new StringBuilder("ts.eclipse.ide.jsdt.core.").append(extension).append("Source").toString();
45+
return new StringBuilder("ts.eclipse.ide.core.").append(extension).append("Source").toString();
4646
}
4747

4848
@Override

0 commit comments

Comments
 (0)