Disable all the other extensions except for LaTeX Workshop and LaTeX Utilities, and check that you still see this issue.
You still see this issue?: Yes
Describe the bug
The live reformat doesn't work while I use the setting below:
"latex-utilities.liveReformat.enabled": true
To Reproduce
Steps to reproduce the behaviour:
Type $$ then type 1//2 between them.
It doesn't work, still $1//2$
Expected behaviour
It might be $\frac{1}{2}$
Logs
Please paste the whole log messages here, not parts of ones. It is very important to identify problems. If you think the logs are unrelated, please say so.
LaTeX Workshop Output
```
[17:28:26] Current workspace folders: ["file:///c:/Users/hh826/Documents/code","file:///c:/Users/hh826/OneDrive/Documents/THU-files"]
[17:28:26] Current workspace folders: ["file:///c:/Users/hh826/Documents/code","file:///c:/Users/hh826/OneDrive/Documents/THU-files"]
[17:28:26] Found root file from active editor: c:\Users\hh826\OneDrive\Documents\THU-files\2022Fall\Intro_to_CS\Homework\1\main.tex
[17:28:27] Found root file from active editor: c:\Users\hh826\OneDrive\Documents\THU-files\2022Fall\Intro_to_CS\Homework\1\main.tex
[17:28:27] Keep using the same root file: c:\Users\hh826\OneDrive\Documents\THU-files\2022Fall\Intro_to_CS\Homework\1\main.tex
[17:28:27] Keep using the same root file: c:\Users\hh826\OneDrive\Documents\THU-files\2022Fall\Intro_to_CS\Homework\1\main.tex
```
LaTeX Utilities Output
```
[17:28:26] onDidChangeActiveTextEditor_tex_wordcounter
[17:28:27] TeXCount output: 26+5+0 (2/0/11/1) File: main.tex
[17:28:36] onDidChangeTextDocument
[17:28:36] onDidChangeTextDocument
[17:28:36] onDidChangeTextDocument
[17:28:39] onDidChangeTextDocument
[17:28:39] onDidChangeTextDocument
[17:28:39] onDidChangeTextDocument
[17:28:40] onDidChangeTextDocument
[17:28:40] onDidChangeTextDocument
[17:28:40] onDidChangeTextDocument
[17:28:40] onDidChangeTextDocument
[17:28:44] onDidChangeActiveTextEditor_tex_wordcounter
[17:28:56] onDidChangeActiveTextEditor_tex_wordcounter
[17:28:57] TeXCount output: 26+5+0 (2/0/11/1) File: main.tex
[17:29:09] onDidChangeActiveTextEditor_tex_wordcounter
```
Developer Tools Console
```
I can't find it
```
Bug Report
Disable all the other extensions except for LaTeX Workshop and LaTeX Utilities, and check that you still see this issue.
You still see this issue?: Yes
Describe the bug
The live reformat doesn't work while I use the setting below:
"latex-utilities.liveReformat.enabled": true
To Reproduce
Steps to reproduce the behaviour:
$$
then type1//2
between them.$1//2$
Expected behaviour
It might be
$\frac{1}{2}$
Logs
Please paste the whole log messages here, not parts of ones. It is very important to identify problems. If you think the logs are unrelated, please say so.
LaTeX Workshop Output
``` [17:28:26] Current workspace folders: ["file:///c:/Users/hh826/Documents/code","file:///c:/Users/hh826/OneDrive/Documents/THU-files"] [17:28:26] Current workspace folders: ["file:///c:/Users/hh826/Documents/code","file:///c:/Users/hh826/OneDrive/Documents/THU-files"] [17:28:26] Found root file from active editor: c:\Users\hh826\OneDrive\Documents\THU-files\2022Fall\Intro_to_CS\Homework\1\main.tex [17:28:27] Found root file from active editor: c:\Users\hh826\OneDrive\Documents\THU-files\2022Fall\Intro_to_CS\Homework\1\main.tex [17:28:27] Keep using the same root file: c:\Users\hh826\OneDrive\Documents\THU-files\2022Fall\Intro_to_CS\Homework\1\main.tex [17:28:27] Keep using the same root file: c:\Users\hh826\OneDrive\Documents\THU-files\2022Fall\Intro_to_CS\Homework\1\main.tex ```LaTeX Utilities Output
``` [17:28:26] onDidChangeActiveTextEditor_tex_wordcounter [17:28:27] TeXCount output: 26+5+0 (2/0/11/1) File: main.tex [17:28:36] onDidChangeTextDocument [17:28:36] onDidChangeTextDocument [17:28:36] onDidChangeTextDocument [17:28:39] onDidChangeTextDocument [17:28:39] onDidChangeTextDocument [17:28:39] onDidChangeTextDocument [17:28:40] onDidChangeTextDocument [17:28:40] onDidChangeTextDocument [17:28:40] onDidChangeTextDocument [17:28:40] onDidChangeTextDocument [17:28:44] onDidChangeActiveTextEditor_tex_wordcounter [17:28:56] onDidChangeActiveTextEditor_tex_wordcounter [17:28:57] TeXCount output: 26+5+0 (2/0/11/1) File: main.tex [17:29:09] onDidChangeActiveTextEditor_tex_wordcounter ```Developer Tools Console
``` I can't find it ```Desktop
Additional context
Add any other context about the problem here.