File tree Expand file tree Collapse file tree 8 files changed +0
-8
lines changed
Expand file tree Collapse file tree 8 files changed +0
-8
lines changed Original file line number Diff line number Diff line change 99 * IBM Corporation - initial API and implementation
1010 *******************************************************************************/
1111
12-
1312import Project from "../microclimate/project/Project" ;
1413import { promptForProject } from "../command/CommandUtil" ;
1514import ProjectState from "../microclimate/project/ProjectState" ;
Original file line number Diff line number Diff line change 99 * IBM Corporation - initial API and implementation
1010 *******************************************************************************/
1111
12-
1312// non-nls-file
1413
1514enum Commands {
Original file line number Diff line number Diff line change 99 * IBM Corporation - initial API and implementation
1010 *******************************************************************************/
1111
12-
1312// non-nls-file
1413
1514/**
Original file line number Diff line number Diff line change 99 * IBM Corporation - initial API and implementation
1010 *******************************************************************************/
1111
12-
1312// non-nls-file
1413
1514enum Settings {
Original file line number Diff line number Diff line change 99 * IBM Corporation - initial API and implementation
1010 *******************************************************************************/
1111
12-
1312// All of these must obviously match the namespace object keys in strings.json
1413// Refer to these so that if the namespace names change we only have to update them here instead of everywhere we use that string.
1514enum StringNamespaces {
Original file line number Diff line number Diff line change 99 * IBM Corporation - initial API and implementation
1010 *******************************************************************************/
1111
12-
1312// non-nls-file
1413
1514/**
Original file line number Diff line number Diff line change 99 * IBM Corporation - initial API and implementation
1010 *******************************************************************************/
1111
12-
1312import AppLog from "./AppLog" ;
1413import BuildLog from "./BuildLog" ;
1514import Connection from "../connection/Connection" ;
Original file line number Diff line number Diff line change 99 * IBM Corporation - initial API and implementation
1010 *******************************************************************************/
1111
12-
1312import * as vscode from "vscode" ;
1413
1514import ITreeItemAdaptable , { SimpleTreeItem } from "./TreeItemAdaptable" ;
You can’t perform that action at this time.
0 commit comments