hardik-vala / TreeSum

VSCode extension that smartly summarizes files and folders in a workspace.
MIT License
2 stars 3 forks source link

More useful summaries #13

Open hardik-vala opened 10 months ago

hardik-vala commented 10 months ago

Example:

Screenshot 2024-01-16 at 20 19 53

The Dockerfile contains the following contents,

FROM postgres:15.2

ENV POSTGRES_USER=${POSTGRES_USER}
ENV POSTGRES_PASSWORD=${POSTGRES_PASSWORD}

EXPOSE ${POSTGRES_PORT}

A better summary would highlight the Dockerfile instantiates a containerized Postgres database.

hardik-vala commented 10 months ago

Some ideas in addition to #23: