• Justin
    link
    fedilink
    341 month ago

    Why the fuck does VS Code show Github profiles? Seems like another EEE thing from Microsoft to lock people into the Github ecosystem.

    • @avogadro
      link
      91 month ago

      It’s an extension. There’s a GitLab one too.

    • @netvor
      link
      31 month ago

      to me things like being used this seem like just signs of the general mind rot of the software engineering domain.

      “removing distractions and making our environment more predictable and reliable is hard, what, we did the opposite?” (a bunch of bootlickers cheering)

  • sheepishly
    link
    fedilink
    181 month ago

    This makes me want to actually use VSCode for my web dev work instead of just using Notepad for everything so it can troll me like this

      • @renzev
        link
        English
        11 month ago

        For a while I’ve been using XFCE’s mousepad to write code. Basically notepad but with syntax highlight and line numbers. With all of the fancy tooling you get in IDEs and editors nowadays, it’s hard to forget that you really don’t need all of that crap to write code. Sure, integrated debuggers and LSP and autocomplete can be very convenient at times, but at the end of the day it’s your skill as a programmer that matters, not your tools.

        • dactylotheca
          link
          fedilink
          English
          1
          edit-2
          1 month ago

          You certainly don’t need it, but I don’t see much point in not using tools that make my life easier. We don’t need compilers (or interpreters, or virtual machines) either

          • @renzev
            link
            English
            11 month ago

            I strongly believe that if you’re a beginner programmer or if you’re an experienced programmer learning a new language, you should first spend some time writing code with just a plain text editor, compiler, and (if applicable) debugger. It helps you understand the basics and build a good foundation of skills. Especially for beginner programmers, it keeps you from getting overwhelmed.

            But yes, after you have the basics down, there’s no reason to not use tools that make you more productive!

    • @burkybang
      link
      English
      301 month ago

      Not random. Her GitHub username is “type”, so “@type” tags her.

      • Kairos
        link
        fedilink
        20
        edit-2
        1 month ago

        That’s “automatically turning domain names into http hyperlinks” but even worse.

        • @renzev
          link
          English
          31 month ago

          Still better than automatically converting :) to 😃

      • @[email protected]
        link
        fedilink
        31 month ago

        That’s only useful in commit messages, issue discussions and stuff like that. Why would the devs even make that execute in source files, where it’s all but guaranteed to be a false match??