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 684d897 commit c7c949bCopy full SHA for c7c949b
vscode-wpilib/src/dependencyView.ts
@@ -6,8 +6,7 @@ import { IProjectInfo, ProjectInfoGatherer } from './projectinfo';
6
import { IJsonDependency } from './shared/vendorlibrariesbase';
7
import { VendorLibraries } from './vendorlibraries';
8
import { isNewerVersion } from './versions';
9
-// @ts-ignore
10
-import elements from '!!raw-loader!@vscode-elements/elements/dist/bundled.js';
+
11
export interface IJsonList {
12
path: string;
13
name: string;
0 commit comments