Switch to standard imports (#169451)

This commit is contained in:
Matt Bierner
2022-12-16 15:22:53 -08:00
committed by GitHub
parent c1498b35dd
commit c390a331c5
3 changed files with 4 additions and 4 deletions

View File

@@ -5,7 +5,7 @@
import * as vscode from 'vscode';
import * as querystring from 'querystring';
import path = require('path');
import * as path from 'path';
import Logger from './logger';
import { isSupportedEnvironment } from './utils';
import { generateCodeChallenge, generateCodeVerifier, randomUUID } from './cryptoUtils';