tecosaur / LaTeX-Utilities

An add-on to LaTeX Workshop that provides some features that go beyond the bare essentials
MIT License
474 stars 28 forks source link

word count does not show on status bar. #382

Closed codingToPerfection closed 10 months ago

codingToPerfection commented 1 year ago

Bug Report

Disable all the other extensions except for LaTeX Workshop and LaTeX Utilities, and check that you still see this issue.


yes

Describe the bug


word count does not show on status bar.

I know texcount works on my computer and my vscode.( i checked the latex utility console output.)

To Reproduce


Expected behaviour


word count shows on status bar

Logs


[16:42:06] Initializing LaTeX Utilities.
[16:42:06] Live Snippets Loaded
[16:42:06] Completion Watcher Initialised
[16:42:06] TexCount args: -inc,-sum,-total,-merge,-brief
[16:42:06] LaTeX Utilities Started
[16:42:07] TeXCount output for word: 14666

[16:42:07] TexCount args: -inc,-sum,-total,-merge,-brief,-char
[16:42:07] LaTeX Utilities version: 0.4.10
[16:42:09] TeXCount output for char: 16490

Screenshots


None

Desktop


os:windows 11 vscode : latest latex utility : latest

Additional context


None

none

leoleoasd commented 1 year ago

Your texcount output seems weird. Can you try:

texcount -merge -brief -char your-file.tex

there should be something like

4524+133+223 (6/11/6/0) File: presentation/pre.tex
leoleoasd commented 10 months ago

closed due to inactivity