microsoft / vscode-docs-authoring

VSCode extension that provides markdown authoring assistance to docs.microsoft.com contributors
MIT License
138 stars 97 forks source link

Option to add XRef link is missing #951

Open pmaytak opened 2 months ago

pmaytak commented 2 months ago

Option to add Xref link using Alt + M > Link . image

VS Code: Version: 1.88.1 (system setup) Commit: e170252f762678dec6ca2cc69aba1570769a5d39 Date: 2024-04-10T17:41:02.734Z Electron: 28.2.8 ElectronBuildId: 27744544 Chromium: 120.0.6099.291 Node.js: 18.18.2 V8: 12.0.267.19-electron.0 OS: Windows_NT x64 10.0.22631

Name: Learn Authoring Pack Version: 1.0.1

Name: learn-markdown Version: 1.0.7

pmaytak commented 2 months ago

Downgrading learn-markdown extension to 1.0.3 fixed this - link to XRef is there again.

meganbradley commented 1 month ago

@pmaytak The underlying Xref service is being retired so this was removed from the current version by design.

pmaytak commented 4 weeks ago

@meganbradley Does this mean all the current xref links in the docs will stop working and will need to be updated? Or is this only related to the VS Code plugin? If the xref links will still work, can a doc page be added giving examples of how to properly use the xref syntax? Thanks.

mikeebowen commented 1 week ago

@meganbradley, I use this feature quite a lot. Is there any replacement or guidance on what to do with the feature removed?