Giter Club home page Giter Club logo

Comments (6)

MikeMcQuaid avatar MikeMcQuaid commented on June 10, 2024

are now being cleaned up forcibly

What does this mean?

To help us debug this issue can you explain:

  • What you were trying to do (and why)
  • What happened
  • What you expected to happen
  • Step-by-step reproduction instructions (with as minimal input data as possible)

from homebrew-bundle.

vraravam avatar vraravam commented on June 10, 2024
  1. Use the brewfile from the home folder (link in the original description)
  2. brew bundle check || brew bundle --all --cleanup; brew bundle cleanup -f; brew cleanup --prune=all; brew autoremove; brew upgrade
  3. The above set of commands uninstalls the following vscode extensions
    a. BrandonKirbyson.vscode-animations
    b. BriteSnow.vscode-toggle-quotes
    c. DavidAnson.vscode-markdownlint
    d. DigitalBrainstem.javascript-ejs-support
    e. EditorConfig.EditorConfig
    f. IBM.output-colorizer

(and others that have both upper and lower case characters in the extension id

from homebrew-bundle.

vraravam avatar vraravam commented on June 10, 2024

This was originally opened as #1302

from homebrew-bundle.

MikeMcQuaid avatar MikeMcQuaid commented on June 10, 2024

I cannot reproduce on multiple levels:

As a result, it seems likely that you are on an old version of homebrew-bundle, can you check please?

If you are not:

  1. Use the brewfile from the home folder (link in the original description)

Please provide minimal input data here.

2. brew bundle check || brew bundle --all --cleanup; brew bundle cleanup -f; brew cleanup --prune=all; brew autoremove; brew upgrade

And provide minimal commands. These should not all be necessary to reproduce.

Ideally: try to open a PR. Thanks!

from homebrew-bundle.

vraravam avatar vraravam commented on June 10, 2024

thanks @MikeMcQuaid .

  1. The PR #1304 was in fact submitted by me for the same (older) issue
  2. The Brewfile that you have linked (from your gist) might be the reason its not showing up since it has all the extension ids in lower case.

Here's my investigation: When I go into VSCode, go to the Extensions view, click on 1 of the extensions, (for eg editorconfig), click on the gear icon, and select the "Copy Extension ID", the text that's copied is NOT all lowercase. I would assume that any other user is also following similar steps when adding a new extension, they follow the same steps.
Screenshot 2024-04-09 at 2 26 33 PM

For the editorconfig extension, the text that's copied is EditorConfig.EditorConfig and not editorconfig.editorconfig

If I run code --list-extensions, i realize that it dumps everything in lowercase - but, that's an inconsistency in how the CLI behaves vs what the original extension author has put as the id.

from homebrew-bundle.

MikeMcQuaid avatar MikeMcQuaid commented on June 10, 2024

@vraravam I know the text is not always lowercase. My point is: even if it is lowercase we only compare lowercase names to lowercase names. Even when I edit my Brewfile manually to not have lowercase names: I cannot reproduce your issue.

from homebrew-bundle.

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.