We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue Type: Bug
.md
VS Code version: Code - Insiders 1.42.0-insider (be0aca7, 2020-01-31T14:45:49.503Z) OS version: Windows_NT ia32 10.0.18362
The text was updated successfully, but these errors were encountered:
This is related to how the markdown is syncing the scroll. Some points of interest:
This code runs in the markdown preview (which is a webview):
vscode/extensions/markdown-language-features/preview-src/scroll-sync.ts
Line 1 in b103356
Look at where function such as scrollToRevealSourceLine are being called from
scrollToRevealSourceLine
To build the markdown preview (after changing any file under preview-src):
preview-src
cd extensions/typescript-language-featutes
yarn run build-preview
Sorry, something went wrong.
@mjbvz There isn't a script called build-preview in the extensions/typescript-language-features package.json.
Also, I can't re-produce this issue.
Should be fixed by 8f672ca
There are likely still a few edge cases where it won't work perfectly, but the original example and other tests in vscode-docs worked for me
mjbvz
No branches or pull requests
Issue Type: Bug
.md
fileVS Code version: Code - Insiders 1.42.0-insider (be0aca7, 2020-01-31T14:45:49.503Z)
OS version: Windows_NT ia32 10.0.18362
The text was updated successfully, but these errors were encountered: