-
Notifications
You must be signed in to change notification settings - Fork 111
"auto" inserted instead of line breaks in TOC #65
Comments
Same here, on 1.29.0 |
This was working on 1.28.x, I encountered this as soon as VsCode updated to 1.29.0. |
Same here, occurred with the update to 1.29.0 |
I have this issue as well since the update to 1.29.0 |
me too, same problem 1.29.0 |
I guess this is a new breaking feature of 1.29.0: https://code.visualstudio.com/updates/v1_29#_new-default-for-fileseol-auto
|
I do have a workaround just need to use global search-replace like this. Make sure to select the ".*" Or for something less annoying than this, using @gfx suggestion above just change it in user settings like this.
|
See alanwalk/markdown-toc#65 for details on this; for now, you must make sure you don't have auto-line-ending enabled if you want to use the Markdown TOC featuer.
Well done lads /n works for me. Donkey |
Well, root cause of this issue is now clear, but switching from auto to \n in global settings is workaround only. Global editor option "auto" should be handled by this plugin. |
Please update the plugin to handle the change. Thanks! |
Please provide update, this really s*** |
vscode: "user setting" - \n alanwalk/markdown-toc#65
It is this issue. 11:10am. Fixed this thing. Let me start work on the macro section."
I experienced the same issue that string "auto" was used as line breaking char. After change settings of files.eof from "auto" (OS native line breaking) to "\n", the problem was resolved. Added comment here because this bug should be fixed soon since this plugin is suggested by VSCode on official site and TOC key feature didn't work at the first time. Not all user understand how to walk around it. |
I understand the workaround, my question being, if I change the global setting, will I break something else, eg. will my python programs work properly when importing data for example? There´s no way to set this property only to .md extension? |
Any traction on getting this fixed or on #72 getting merged? |
Is there any update on this bug or the project is abandoned? |
STill having this issue using VSCode 1.33.1 and Markdown TOC V1.5.6 |
"Latest commit 1fc815e on Apr 9, 2018" - I think its safe to regard this as abandoned. |
I would either contact the owner and take this over or fork it, move the PR's over and work on it but I have no knowledge of how VSCode Extensions work and no time to learn at the moment. BUT if anybody has the knowledge and energy I would gladly help where needed. |
Shame this is not being updated. Work around might work but i'm not sure about the impact on other features. |
This is a very useful extension, but obviously seems abandoned. I feel what we should avoid is getting numerous forks with numerous VS Marketplace submissions. How about forking to a dedicated "GitHub Team for Open Source" organisation and repo, and just keeping a number of maintainers (so that the scenario of the sole maintainer falling off the face of the Earth does not repeat in the future)? |
That sound like an ideal solution
…On Fri, 31 May 2019, 16:17 p-kaczynski, ***@***.***> wrote:
This is a very useful extension, but obviously seems abandoned.
I feel what we should avoid is getting numerous forks with numerous VS
Marketplace submissions.
How about forking to a dedicated "GitHub Team for Open Source"
organisation and repo, and just keeping a number of maintainers (so that
the scenario of the sole maintainer falling off the face of the Earth does
not repeat in the future)?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#65>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ACIFYZVHACNMNZ643ZEPRRLPYE6RXANCNFSM4GDMJIVA>
.
|
Auto setting didn't work on macOS, it generated a mess with |
100% agreed
I'm curious @p-kaczynski , does such an org already exist? Wouldn't the same thing happen, like a group of 10 devs but only 1 knows how to maintain extension X? Such org might have to blindly trust the PRs being submitted. |
Found it! There's an org for it https://github.com/rejuvenate/rejuvenate |
I managed to fix all the tslints (which is required to build new version) and merge the pull request. If you found any issue related to code refactoring, please create new issue (and pull request if you can fix it). Many thanks |
Thanks for taking the time to fix this. |
I guess this hasn't been fixed in the release on VS Code marketplace? I got this issue in a fresh install. |
I'm having an issue where each line in the TOC is prefixed with the text "auto".
It seems like the text "auto" is inserted instead of linebreaks.
Sample output:
I haven't experienced the issue prior to updating VS Code, so it might be related to changes in the latest version.
My VS Code version:
The text was updated successfully, but these errors were encountered: