We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bd86f5 commit eb40abbCopy full SHA for eb40abb
src/diagnostics.ts
@@ -2,7 +2,7 @@ import * as vscode from 'vscode';
2
import parse from "json-to-ast";
3
import { pluginSnippets } from "./constants";
4
import { getASTNode, getRangeFromASTNode } from "./helpers";
5
-import { DevProxyInstall } from './types';
+import { DevProxyInstall } from "./types";
6
7
export const updateConfigFileDiagnostics = (
8
context: vscode.ExtensionContext,
0 commit comments