material-extensions / material-extensions/vscode-material-icon-theme

[Icon Request] reStructuredText files and folder

Open
#786 1 comment 0 reactions 0 assignees View on GitHub

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 .rst and .rest. The language identifier that has been used in VS Code by the most popular extensions associated with reStructuredText is restructuredtext. 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.
    image

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.