Skip to content
This repository was archived by the owner on Jul 31, 2023. It is now read-only.

Commit d9f96bc

Browse files
committed
remove redundant imports
1 parent f9dc94a commit d9f96bc

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Ruby",
33
"displayName": "Ruby",
4-
"version": "0.1.3",
4+
"version": "0.1.5",
55
"publisher": "rebornix",
66
"description": "Provides Ruby language and debugging support for Visual Studio Code",
77
"author": {

src/ruby.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44

55
"use strict";
66

7-
import {DebugSession, InitializedEvent, TerminatedEvent, StoppedEvent, BreakpointEvent, OutputEvent, Thread, StackFrame, Scope, Source, Handles, Breakpoint} from 'vscode-debugadapter';
8-
import {DebugProtocol} from 'vscode-debugprotocol';
97
import {basename, dirname} from 'path';
108
import * as net from 'net';
119
import * as childProcess from 'child_process';

0 commit comments

Comments
 (0)