mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-01 05:51:32 +01:00
tsfmt - extensions/vscode-api-tests
This commit is contained in:
@@ -9,7 +9,7 @@ import * as assert from 'assert';
|
||||
import * as vscode from 'vscode';
|
||||
import * as fs from 'fs';
|
||||
import * as os from 'os';
|
||||
import {join} from 'path';
|
||||
import { join } from 'path';
|
||||
|
||||
function rndName() {
|
||||
return Math.random().toString(36).replace(/[^a-z]+/g, '').substr(0, 10);
|
||||
|
||||
Reference in New Issue
Block a user