mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-28 10:00:29 -05:00
Fixes linting issues
This commit is contained in:
committed by
Henning Dieterichs
parent
c7fd971659
commit
2e78f78fe2
@@ -2,13 +2,12 @@
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
import type { Configuration } from '@rspack/core';
|
||||
import { HtmlRspackPlugin, rspack } from '@rspack/core';
|
||||
import { type Configuration, HtmlRspackPlugin, rspack } from '@rspack/core';
|
||||
import { ComponentExplorerPlugin } from '@vscode/component-explorer-webpack-plugin';
|
||||
import path from 'path';
|
||||
import { fileURLToPath } from 'url';
|
||||
import fs from 'fs';
|
||||
import net from 'net';
|
||||
import path from 'path';
|
||||
import { fileURLToPath } from 'url';
|
||||
|
||||
const __dirname = path.dirname(fileURLToPath(import.meta.url));
|
||||
const repoRoot = path.resolve(__dirname, '../..');
|
||||
|
||||
Reference in New Issue
Block a user