Skip to content

Commit

Permalink
revert clean option
Browse files Browse the repository at this point in the history
  • Loading branch information
pelikhan committed Jun 6, 2023
1 parent 82d6ebf commit ffcf189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vscode/src/state.ts
Expand Up @@ -579,7 +579,7 @@ export class DeviceScriptExtensionState extends JDEventSource {
await this.disconnect()

const { id } = board
const args = ["flash", "--board", id, "--refresh", "--install", "--clear"]
const args = ["flash", "--board", id, "--refresh", "--install"]
if (python) args.push("--python", python.path)
const t = await this.devtools.createCliTerminal({
title: "DeviceScript Flasher",
Expand Down

0 comments on commit ffcf189

Please sign in to comment.