mirror of
https://github.com/microsoft/vscode-extension-samples.git
synced 2026-04-27 16:55:44 +08:00
Fix compilation
This commit is contained in:
@ -4,7 +4,7 @@ import * as vscode from 'vscode';
|
||||
|
||||
import { DepNodeProvider } from './nodeDependencies'
|
||||
import { JsonOutlineProvider } from './jsonOutline'
|
||||
import { FtpTreeDataProvider, FtpNode, FtpExplorer } from './ftpExplorer'
|
||||
import { FtpTreeDataProvider, FtpNode, FtpExplorer } from './ftpExplorer.fileSystemProvider'
|
||||
|
||||
export function activate(context: vscode.ExtensionContext) {
|
||||
const rootPath = vscode.workspace.rootPath;
|
||||
|
||||
Reference in New Issue
Block a user