Giter Club home page Giter Club logo

Comments (5)

hbons avatar hbons commented on June 23, 2024

Priorities:

  • 1️⃣ Automate build and publish content of dist to Releases
    • Version number increment or timestamp
    • Summary of commits/PRs
    • 1️⃣ Automatic PR to microsoft/vscode with codicons.ttf

stretch goal: automate codicons.ts file generation in vscode repo

  • 2️⃣ Improve mapping.json

    • Group icon aliases
    • Automate (hex) numbering
  • 3️⃣ Automate updating of relevant microsoft/vscode-docs pages

  • 4️⃣ Github Pages site to browse icons

from vscode-codicons.

mrleemurray avatar mrleemurray commented on June 23, 2024
  • stretch goal: automate codicons.ts file generation in vscode repo

from vscode-codicons.

hbons avatar hbons commented on June 23, 2024

I've completed the following:

  • dist/ is now in .gitignore
  • use gh-pages.yml to publish the website (putting back dist/)
  • codicons.ttf is uploaded as a build artefact for each build job
  • a draft Release gets made automatically when pushing a new annotated tag, including all commit messages since the previous release.
    • codicon.ttf artefact is included in Releases

On the vscode side I've split up the list of icons into a library and a derived list. The library is a separate file that the codicons build generates with a new script: scripts/convert-to-ts.js. I've made sure any mixed-in aliases got moved to the derived list. vscode merges these lists at runtime, so everything works as normal, but without the conflicts.

The only missing step is to automatically create a PR to microsoft/vscode repo when a new commit happens on main. There seems to be an authentication issue here and we probably need to flip a setting or get a token from somewhere to make it work.

The rest of the ideas above are stretch goals. Having automated PRs to VS Code is the major time saver.

@mrleemurray would love your help with this last step. :)
cc @daviddossett

from vscode-codicons.

hbons avatar hbons commented on June 23, 2024

Separate issue for the mapping improvements: #239

from vscode-codicons.

hbons avatar hbons commented on June 23, 2024

Link #232, #234, #235, #236

from vscode-codicons.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.