You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Disable all the other extensions except for LaTeX Workshop, restart VS Code, and check that you still see this issue. [Required]
You still see this issue?: Yes
Make sure to visit the wiki FAQ before filling an issue.
You visited the wiki?: Yes
If your issue is with compiling a document (not having to do with finding the root file of a project), check first that you can compile manually.
You can compile a TeX document manually?: Yes
Describe the bug [Required]
After last update (8.21.0), \ref{} is giving me "No suggestions." for auto-complete suggestions. I reverted back to version 8.20.2 and it's working again.
To Reproduce
I tried to reproduce it with a minimal example. But actually this works:
and I get the suggestion for the \label{} as expected.
Expected behavior
I expected \ref{} to give me auto-complete suggestions for labels defined through \label{}.
Logs [Required]
Please paste the whole log messages here, not parts of ones. The log should start with Initializing LaTeX Workshop. It is very important to identify problems.
LaTeX Workshop Output [Required]
Here are the logs with timestamp removed to facilitate the diff.
In version 8.20.2, I'm seeing a Fall back to regex-based completion. which is triggered exactly when I type \ref{} and the intellisense should come up. That is not present for 8.21.0. So I'd guess there's our best tip to wahtever is not working.
INFOStartingextensionhostwithpid335271.workbench.desktop.main.js:603
ERR [ExtensionHost] (node:335271) [DEP0005] DeprecationWarning: Buffer() isdeprecatedduetosecurityandusabilityissues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
(Use `code --trace-deprecation ...` to show where the warning was created)
workbench.desktop.main.js:71
[Extension Host] (node:335271) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.(Use `code --trace-deprecation ...` to show where the warning was created)
v @ workbench.desktop.main.js:71
_logExtensionHostMessage @ workbench.desktop.main.js:2942
(anonymous) @ workbench.desktop.main.js:2942
fire @ workbench.desktop.main.js:69
(anonymous) @ workbench.desktop.main.js:603
emit @ events.js:315
emit @ internal/child_process.js:903
processTicksAndRejections @ internal/process/task_queues.js:81
DevToolsfailedtoloadsourcemap: Couldnotloadcontentforhttps://ticino.blob.core.windows.net/sourcemaps/6cba118ac49a1b88332f312a8f67186f7f3c1643/core/vs/workbench/workbench.desktop.main.js.map: Load canceled due to load timeout
Screenshots
Desktop [Required]
Please write exact version numbers. Please don't write latest instead of exact numbers.
OS: Ubuntu 20.04
VS Code version: 1.61.2 x64
Extension version: 8.21.0
TeX distribution version: TeXLive Version: 2019.20200218-1
Additional questions
Are you using VSCodium?
No
Are you using the Snap or Flatpack versions of VS Code?
Yes (snap)
Are you using LaTeX Workshop with VS Code Remote?
No
The text was updated successfully, but these errors were encountered:
Preliminary questions [Required]
Disable all the other extensions except for LaTeX Workshop, restart VS Code, and check that you still see this issue. [Required]
You still see this issue?: Yes
Make sure to visit the wiki FAQ before filling an issue.
You visited the wiki?: Yes
If your issue is with compiling a document (not having to do with finding the root file of a project), check first that you can compile manually.
You can compile a TeX document manually?: Yes
Describe the bug [Required]
After last update (8.21.0),
\ref{}
is giving me "No suggestions." for auto-complete suggestions. I reverted back to version 8.20.2 and it's working again.To Reproduce
I tried to reproduce it with a minimal example. But actually this works:
and I get the suggestion for the
\label{}
as expected.Expected behavior
I expected
\ref{}
to give me auto-complete suggestions for labels defined through\label{}
.Logs [Required]
Please paste the whole log messages here, not parts of ones. The log should start with
Initializing LaTeX Workshop
. It is very important to identify problems.LaTeX Workshop Output [Required]
Here are the logs with timestamp removed to facilitate the
diff
.In version 8.20.2, I'm seeing a
Fall back to regex-based completion.
which is triggered exactly when I type\ref{}
and the intellisense should come up. That is not present for 8.21.0. So I'd guess there's our best tip to wahtever is not working.Log for [8.20.2]
Log for [8.21.0]
Developer Tools Console [Required]
Screenshots
Desktop [Required]
Please write exact version numbers. Please don't write
latest
instead of exact numbers.Additional questions
Are you using VSCodium?
No
Are you using the Snap or Flatpack versions of VS Code?
Yes (snap)
Are you using LaTeX Workshop with VS Code Remote?
No
The text was updated successfully, but these errors were encountered: