Skip to content
This repository was archived by the owner on Dec 23, 2021. It is now read-only.

Commit 764ff2c

Browse files
committed
Merge branch 'users/t-anmah/clue-frontend-backend-integration' of https://github.com/microsoft/vscode-python-devicesimulator into users/t-anmah/clue-frontend-backend-integration
2 parents c90fa9e + 526c434 commit 764ff2c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/view/components/clue/ClueSimulator.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import {
88
import PlayLogo from "../../svgs/play_svg";
99
import StopLogo from "../../svgs/stop_svg";
1010
import { sendMessage } from "../../utils/MessageUtils";
11-
import Dropdown from "../Dropdown";
1211
import ActionBar from "../simulator/ActionBar";
1312
import { BUTTONS_KEYS, ClueImage } from "./ClueImage";
1413

@@ -21,7 +20,7 @@ const DEFAULT_CLUE_STATE: IClueState = {
2120

2221
interface IState {
2322
active_editors: string[];
24-
running_file: string;
23+
running_file?: string;
2524
play_button: boolean;
2625
selected_file: string;
2726
clue: IClueState;

src/view/styles/ToolBar.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@
152152
text-decoration: none;
153153
font-weight: bold;
154154
}
155+
155156
.link-parent:hover {
156157
-webkit-appearance: none;
157158
color: var(--vscode-textLink-activeForeground);

0 commit comments

Comments
 (0)