Skip to content

Commit

Permalink
Set monaco line numbers width to 3.
Browse files Browse the repository at this point in the history
  • Loading branch information
Glacier-Luo committed May 3, 2023
1 parent 07e1e2b commit 303291f
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/cuddly-clouds-cheat.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"solive-core": patch
---

Add auto scroll to bottom.
5 changes: 5 additions & 0 deletions .changeset/fifty-papayas-visit.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"solive-core": patch
---

Set monaco line numbers width to 3.
5 changes: 5 additions & 0 deletions .changeset/light-dolphins-protect.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"solive-core": patch
---

Log the deployment tx.
1 change: 1 addition & 0 deletions packages/core/src/editor/monacoEditor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ function App({ modelInfos, disableValidation = false, monacoEditorOptions = {} }
defaultLanguage="solidity"
defaultValue="// some comment"
options={{
lineNumbersMinChars: 3,
minimap: {
enabled: false,
},
Expand Down

0 comments on commit 303291f

Please sign in to comment.