-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathrpmCore.ts
32 lines (23 loc) · 935 Bytes
/
rpmCore.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
// /*
// * Copyright 2020. F5 Networks, Inc. See End User License Agreement ("EULA") for
// * license terms. Notwithstanding anything to the contrary in the EULA, Licensee
// * may copy and modify this software product for its internal business purposes.
// * Further, Licensee may upload, publish and distribute the modified version of
// * the software product on devcentral.f5.com or github.com/f5devcentral.
// */
// 'use strict';
// import {
// window,
// commands,
// ProgressLocation,
// ExtensionContext
// } from "vscode";
// import { ext } from "./extensionVariables";
// import * as rpmMgmt from './utils/rpmMgmt';
// import { Asset, HttpResponse, isArray } from 'f5-conx-core';
// import { BigipTreeProvider } from "./treeViewsProviders/bigipTreeProvider";
// /**
// * core rpm install/unInstall functionality
// */
// export default function rpmCore(context: ExtensionContext) {
// }