File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
packages/cursorless-vscode/src/ide/vscode/hats Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,6 @@ import {
24
24
defaultShapeAdjustments ,
25
25
} from "./shapeAdjustments" ;
26
26
import { performPr1868ShapeUpdateInit } from "./performPr1868ShapeUpdateInit" ;
27
- import { TextDecoder } from "util" ;
28
27
29
28
const CURSORLESS_HAT_SHAPES_SUFFIX = ".svg" ;
30
29
@@ -67,7 +66,7 @@ export default class VscodeHatRenderer {
67
66
private lastSeenEnabledHatStyles : ExtendedHatStyleMap = { } ;
68
67
private hatsDirWatcherDisposable ?: vscode . Disposable ;
69
68
private hatShapeOverrides : Record < string , vscode . Uri > = { } ;
70
- private decoder : TextDecoder = new TextDecoder ( "utf-8" ) ;
69
+ private decoder = new TextDecoder ( "utf-8" ) ;
71
70
72
71
constructor (
73
72
private vscodeApi : VscodeApi ,
You can’t perform that action at this time.
0 commit comments