Skip to content

Commit

Permalink
chore: add devtoolsEditorURI env example for MacVim (#10575)
Browse files Browse the repository at this point in the history
  • Loading branch information
UncleBill committed Aug 23, 2023
1 parent a6e5b7f commit 38f8228
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .env/dev-preference.example
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@
### React devtools default editor

; devtoolsEditorURI=vscode://file/{path}:{line}
; devtoolsEditorURI=mvim://open?url=file://{path}&line={line}
; devtoolsEditorURI=raycast://script-commands/your-custom-script?arguments={path}&arguments={line}
# (default) VSCode

# devtoolsEditorURI=...
Expand Down
9 changes: 5 additions & 4 deletions cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@
"metas",
"metastate",
"metaverse",
"Milkomeda",
"milkomeda",
"millify",
"mintable",
"mobm",
Expand All @@ -188,6 +188,7 @@
"msgpack",
"multicall",
"multihop",
"mvim",
"newsfeed",
"nftapi",
"nftavatar",
Expand Down Expand Up @@ -258,7 +259,7 @@
"scroller",
"secp",
"serializers",
"Shiden",
"shiden",
"siddomains",
"sidjs",
"sinonjs",
Expand All @@ -278,7 +279,7 @@
"swappable",
"sysvar",
"tanstack",
"Telos",
"telos",
"testid",
"thegraph",
"timelock",
Expand Down Expand Up @@ -310,7 +311,7 @@
"viperswap",
"visualcompletion",
"walletconnect",
"Wanchain",
"wanchain",
"wannaswap",
"wault",
"wavax",
Expand Down

0 comments on commit 38f8228

Please sign in to comment.