-
Notifications
You must be signed in to change notification settings - Fork 29.9k
New issue
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
use new readonly modifier #12732
Comments
dbaeumer
added
bug
Issue identified by VS Code Team member as probable bug
editor
labels
Sep 27, 2016
@jrieken We should consider adopting |
jrieken
changed the title
window.activeTextEditor.options.lineNumbers = 'relative' not working from extensions
use new readonly modifier
Oct 5, 2016
related to #6907 |
depends on TypeStrong/typedoc#234 |
Ikuyadeu
added a commit
to Ikuyadeu/vscode
that referenced
this issue
Oct 17, 2016
Moving this out... |
just fyi this is no longer an issue for |
ok. good to know |
will happen in #13863 |
Ikuyadeu
added a commit
to Ikuyadeu/vscode
that referenced
this issue
Jan 7, 2017
jrieken
added a commit
that referenced
this issue
Jan 9, 2017
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Added the following code to the TS extension when a diagnostic result comes back from the tsserver
Debugged it and the code gets executed but the line numbering doesn't change for the active editor.
The text was updated successfully, but these errors were encountered: