Skip to content

Commit eb40abb

Browse files
committed
Fix formatting in diagnostics.ts import statements for consistency
1 parent 7bd86f5 commit eb40abb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/diagnostics.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import * as vscode from 'vscode';
22
import parse from "json-to-ast";
33
import { pluginSnippets } from "./constants";
44
import { getASTNode, getRangeFromASTNode } from "./helpers";
5-
import { DevProxyInstall } from './types';
5+
import { DevProxyInstall } from "./types";
66

77
export const updateConfigFileDiagnostics = (
88
context: vscode.ExtensionContext,

0 commit comments

Comments
 (0)