Skip to content

Commit 87fd684

Browse files
author
Daniel Levett
committed
Add "Troubleshooting" section to README
1 parent d6f3973 commit 87fd684

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,14 @@ just works like this by default. -->
101101

102102
If you have "Word wrap" enabled, any extra lines created by long text being wrapped will still be visible when using the `inlineReplacement` feature to replace it with something shorter, even if the replacement fits on one line.
103103

104+
## Troubleshooting
105+
106+
### Extension fails to load with error "Invalid flags: dg"
107+
108+
This error has been observed when another installed extension polyfills the `String.prototype.matchAll` function with a non-standard implementation, breaking Regex Robin. This is a [known issue with the popular extension "Todo Tree"](https://github.com/dlevs/vscode-regex-robin/issues/6).
109+
110+
The solution is to disable the extension that is causing the issue. VSCode's ["Extension Bisect" feature](https://code.visualstudio.com/blogs/2021/02/16/extension-bisect) can help you find the offending extension.
111+
104112
## The logo
105113

106114
The logo was generated using [DALL·E 2](https://openai.com/dall-e-2/).

0 commit comments

Comments
 (0)