{"id":13452291,"url":"https://github.com/silvenon/vscode-mdx","last_synced_at":"2025-04-14T10:21:05.212Z","repository":{"id":54468489,"uuid":"140989363","full_name":"silvenon/vscode-mdx","owner":"silvenon","description":"MDX for Visual Studio Code","archived":false,"fork":false,"pushed_at":"2022-08-27T01:45:37.000Z","size":30,"stargazers_count":111,"open_issues_count":12,"forks_count":9,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-11T01:45:49.706Z","etag":null,"topics":["mdx","vscode","vscode-extension","vscode-language"],"latest_commit_sha":null,"homepage":"https://marketplace.visualstudio.com/items?itemName=silvenon.mdx","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/silvenon.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"license","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-07-15T01:19:44.000Z","updated_at":"2025-02-18T17:03:54.000Z","dependencies_parsed_at":"2022-08-13T16:40:24.424Z","dependency_job_id":null,"html_url":"https://github.com/silvenon/vscode-mdx","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/silvenon%2Fvscode-mdx","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/silvenon%2Fvscode-mdx/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/silvenon%2Fvscode-mdx/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/silvenon%2Fvscode-mdx/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/silvenon","download_url":"https://codeload.github.com/silvenon/vscode-mdx/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248860005,"owners_count":21173343,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["mdx","vscode","vscode-extension","vscode-language"],"created_at":"2024-07-31T07:01:19.630Z","updated_at":"2025-04-14T10:21:05.184Z","avatar_url":"https://github.com/silvenon.png","language":null,"funding_links":[],"categories":["Others"],"sub_categories":[],"readme":"# MDX for Visual Studio Code (deprecated)\n\n_**Note**: This extension has been deprecated in favor of the [official MDX extension](https://marketplace.visualstudio.com/items?itemName=unifiedjs.vscode-mdx)._\n\n---\n\nAdds language support for [MDX](https://github.com/mdx-js/mdx).\n\n## Installation\n\nYou can install this extension from the [Marketplace](https://marketplace.visualstudio.com/items?itemName=silvenon.mdx).\n\n## What about `.md` files?\n\nBy default the MDX language is applied only to `.mdx` files. If MDX files in your project end with `.md`, you can tell VS Code that by adding the following to your workspace settings:\n\n```json\n\"files.associations\": {\n  \"*.md\": \"mdx\"\n},\n```\n\nNote that once you do that, any settings associated to `[markdown]` will stop applying to `.md` files. For example, if you had something like this in your settings:\n\n```json\n\"[markdown]\": {\n    \"editor.wordWrap\": \"wordWrapColumn\",\n    \"editor.wordWrapColumn\": 100\n},\n```\n\nYou probably want to replace it by this: \n```json\n\"[mdx]\": {\n    \"editor.wordWrap\": \"wordWrapColumn\",\n    \"editor.wordWrapColumn\": 100\n},\n```\n\n## Auto-close tags\n\nIf you want VS Code to automatically close tags while you type, you can install [Auto Close Tag](https://marketplace.visualstudio.com/items?itemName=formulahendry.auto-close-tag) and configure it to also include the language `mdx`:\n\n```json\n\"auto-close-tag.activationOnLanguage\": [\n  \"xml\",\n  \"php\",\n  \"...\",\n  \"mdx\"\n]\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsilvenon%2Fvscode-mdx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsilvenon%2Fvscode-mdx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsilvenon%2Fvscode-mdx/lists"}