Skip to content

Commit 5b114a8

Browse files
committed
completion邪魔かも
1 parent 3e77a4a commit 5b114a8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

app/terminal/editor.tsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,9 @@ export function EditorComponent(props: EditorProps) {
146146
className="font-mono!" // Aceのデフォルトフォントを上書き
147147
readOnly={props.readonly}
148148
fontSize={fontSize}
149-
enableBasicAutocompletion={true}
150-
enableLiveAutocompletion={true}
149+
showPrintMargin={false}
150+
enableBasicAutocompletion={false}
151+
enableLiveAutocompletion={false}
151152
enableSnippets={false}
152153
value={code}
153154
onChange={(code: string) => writeFile({ [props.filename]: code })}

0 commit comments

Comments
 (0)