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
{{ message }}
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.
The snippet and auto id generation don't work as before. I am on a Windows machine and using the relative paths workaround from #26
Snippet
When I use the snippet functionality I get the following result:
.. req:: Dummy Title
:id: NeedID
:status: open
Content.
With the old Sphinx-Needs package 1.2.2 in combination with the Esbonio language server, the snippet would be filled with an auto generated id. In the snippet above no id is generated.
Auto id generation
When I use the auto id generation using the editor I get the following result: :id: 3f3b1468
The generated id is missing the prefix that we have configured. With the Sphinx-Needs package 1.2.2 the result would have been :id: REQ_3f3b1468 which is according to our sphinx-needs configuration in conf.py.
The text was updated successfully, but these errors were encountered:
The snippet and auto id generation don't work as before. I am on a Windows machine and using the relative paths workaround from #26
Snippet
When I use the snippet functionality I get the following result:
With the old Sphinx-Needs package 1.2.2 in combination with the Esbonio language server, the snippet would be filled with an auto generated id. In the snippet above no id is generated.
Auto id generation
When I use the auto id generation using the editor I get the following result:
:id: 3f3b1468
The generated id is missing the prefix that we have configured. With the Sphinx-Needs package 1.2.2 the result would have been
:id: REQ_3f3b1468
which is according to our sphinx-needs configuration in conf.py.The text was updated successfully, but these errors were encountered: