mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 12:19:20 +00:00
Build script cleanup
For #277526 Quick cleanup pass after converting these scripts
This commit is contained in:
@@ -5,9 +5,8 @@
|
||||
import { execSync } from 'child_process';
|
||||
import { join, resolve } from 'path';
|
||||
import { existsSync, rmSync } from 'fs';
|
||||
import { fileURLToPath } from 'url';
|
||||
|
||||
const rootPath = resolve(fileURLToPath(import.meta.url), '..', '..', '..');
|
||||
const rootPath = resolve(import.meta.dirname, '..', '..');
|
||||
const telemetryDocsPath = join(rootPath, 'vscode-telemetry-docs');
|
||||
const repoUrl = 'https://github.com/microsoft/vscode-telemetry-docs';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user