material-extensions / material-extensions/vscode-material-icon-theme
[Icon Request] reStructuredText files and folder
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 3k
- Forks
- 800
- Avg merge
- 3d 4h
- Merged PRs (30d)
- 10
Description
-
The extension for the reStructuredText files are
.rstand.rest. The language identifier that has been used in VS Code by the most popular extensions associated with reStructuredText isrestructuredtext. https://github.com/vscode-restructuredtext/vscode-restructuredtext/blob/787ae75fdfa5ef40ff13daa6c15b7135efeaadbf/package.json#L126 -
It's worth saying that RST is a file format for textual data used primarily in the Python programming language. Therefore, this type of files can be associated to Sphinx, which was originally created for writing python documentation. Therefore, we could use the Sphinx.
By default, Sphinx only supports 'restructuredtext' file type.
So I think the icon could be something like the following image.

Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the linked vscode-restructuredtext package.json entry to confirm the restructuredtext language identifier and review the attached Sphinx icon reference. Locate the repository's existing configuration for language extensions and icon assets, then cover both .rst and .rest files and verify that each displays the intended icon.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python, typescript, vscode
- Domain
- design, tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100