mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 01:58:53 +01:00
adding webpack.config.js
This commit is contained in:
@@ -77,7 +77,7 @@ export async function activate(context: ExtensionContext): Promise<API> {
|
||||
commands.registerCommand('git.showOutput', () => outputChannel.show());
|
||||
disposables.push(outputChannel);
|
||||
|
||||
const { name, version, aiKey } = require(context.asAbsolutePath('./package.json')) as { name: string, version: string, aiKey: string };
|
||||
const { name, version, aiKey } = require('../package.json') as { name: string, version: string, aiKey: string };
|
||||
const telemetryReporter = new TelemetryReporter(name, version, aiKey);
|
||||
deactivateTasks.push(() => telemetryReporter.dispose());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user