Skip to content

Commit

Permalink
formmating
Browse files Browse the repository at this point in the history
  • Loading branch information
filip131311 committed Dec 19, 2024
1 parent c454c18 commit 0f8aa95
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions packages/vscode-extension/src/extension.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
import fs from "fs";
import {
commands,
languages,
debug,
window,
workspace,
Uri,
ExtensionContext,
ExtensionMode,
ConfigurationChangeEvent,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import path from "path";
import { EventEmitter } from "stream";
import { ConfigurationChangeEvent, workspace, Disposable } from "vscode";
import {
Expand All @@ -15,7 +16,6 @@ import {
import { findXcodeProject, findXcodeScheme } from "../utilities/xcode";
import { Logger } from "../Logger";
import { getIosSourceDir } from "../builders/buildIOS";
import path from "path";

const CUSTOM_APPLICATION_ROOTS_KEY = "custom_application_roots_key";

Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import fs from "fs";
import { commands, ExtensionContext, Uri, workspace, window } from "vscode";
import { Logger } from "../Logger";
import { findFilesInWorkspace, isWorkspaceRoot } from "./common";
import { getLaunchConfiguration } from "./launchConfiguration";
import fs from "fs";
import { LaunchConfigurationOptions } from "../common/LaunchConfig";

let _extensionContext: ExtensionContext | null = null;
Expand Down

0 comments on commit 0f8aa95

Please sign in to comment.