Skip to content
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

[TASK] vscode should open markdown files as text-only to allow using the built-in diff viewer #1721

Closed
JoernBerkefeld opened this issue Sep 19, 2024 · 1 comment · Fixed by #1722 or #1725
Assignees
Labels
chore Jira issue-type "Task" e/IDE EPIC
Milestone

Comments

@JoernBerkefeld
Copy link
Contributor

also, rendering the md files can draw a lot of CPU power if the file is bigger. Therefore, this should be an active choice (additional mouse click).

need to remove the following from .vscode/settings.json

    "workbench.editorAssociations": {
        "*.md": "vscode.markdown.preview.editor"
    },
@JoernBerkefeld JoernBerkefeld added e/IDE EPIC chore Jira issue-type "Task" labels Sep 19, 2024
@JoernBerkefeld JoernBerkefeld added this to the 7.4.2 milestone Sep 19, 2024
@JoernBerkefeld JoernBerkefeld self-assigned this Sep 19, 2024
@JoernBerkefeld JoernBerkefeld changed the title [TASK] vscode should open markdown files as text only at first to allow using the built-in diff viewer [TASK] vscode should open markdown files as text-only at first to allow using the built-in diff viewer Sep 19, 2024
@JoernBerkefeld JoernBerkefeld changed the title [TASK] vscode should open markdown files as text-only at first to allow using the built-in diff viewer [TASK] vscode should open markdown files as text-only to allow using the built-in diff viewer Sep 19, 2024
JoernBerkefeld added a commit that referenced this issue Sep 19, 2024
…diff viewer

the diff view only works on text-only views
Copy link

Closed by #1722.

@JoernBerkefeld JoernBerkefeld mentioned this issue Sep 19, 2024
11 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Jira issue-type "Task" e/IDE EPIC
Projects
None yet
1 participant