vscode

This magazine is from a federated server and may be incomplete. Browse more on the original instance.

waterplants, in Monthly Release Notes - April 2024 (version 1.89)

Local workspace extensions

This one will be useful for when I’m coding inside a docker container that only has a presistant workspace.

nice update, reminded me that I have no binding action for middle button clicking 😱

Lodra,
@Lodra@programming.dev avatar

Well that’s cool. Sounds like the workspace extensions are inspired by the tools.go pattern. Something that I recommend any go developer dig into!

Lodra, in Monthly Release Notes - March 2024 (version 1.88)
@Lodra@programming.dev avatar
  • Extension update improvements - Restart extensions without reload & update extensions with VS Code releases.

I gotta admit, that sounds like a nice change

kippinitreal, in Monthly Release Notes - February 2024 (version 1.87)

Since they upgraded their glibc requirements for remote servers from 2.26 to 2.28, I can’t use it to work on important legacy servers. So I am stuck with a version 6 months old. I wish I could’ve used the newer version

waterplants,

They rolled it back, and delayed the hard requirement to next year.

kippinitreal,

Really? I need to go check it out. You got a source by chance?

waterplants,

I posted about it in this community, it’s got a link to the github comment regarding the matter.

waterplants, in Monthly Release Notes - February 2024 (version 1.87)

After a quick skim, my favs:

Inline completions for multiple cursors

and Command duration tracked.

I wonder, for people that don’t have copilot, these updates must feel pretty barren

Lodra,
@Lodra@programming.dev avatar

Confirmed! I found them a little barren

GammaGames, (edited )

That multi-cursor completion is so nice

kryllic, in Glib requirement has been delayed
@kryllic@programming.dev avatar

From a cursory glance, it looks like Amazon Linux 2 did not meet the minimum system requirements for a new version of VScode. In this situation, is only one party at fault? Is VScode to blame for not ensuring their software works with as many machines as possible, or is it Amazon Linux’s issue for not bundling updated drivers? Or is it a bit of both?

GammaGames,

Knowingly releasing the update that affects so many developers without informing the user that it may break their workflow until after you’ve already updated is on vscode. You can scroll up that thread to see people raising issues at least a week before release

waterplants, in Heads up on updating to version 1.86 and using SSH Remote

Here’s an article regarding the matter:

omgubuntu.co.uk/…/vscode-drops-ubuntu-18-04-suppo…

cosmic_slate, (edited ) in VS Code | January 2024 Release | 1.86
@cosmic_slate@dmv.social avatar

deleted_by_author

  • Loading...
  • Plasma,
    @Plasma@lemmy.ml avatar

    I don’t even get why companies are pushing “AI” tools, what do they think they’ll accomplish by doing so?

    malockin,
    @malockin@lemmy.world avatar

    You may not find a use for it, and neither do I in my workflow. But think about accessibility - it might enable some users to perform tasks the find physically difficult using just their voice.

    Or, you can go get a beer or a [slice of] pizza, and call out to vscode from across the room to build your app or start a server or something.

    cosmic_slate,
    @cosmic_slate@dmv.social avatar

    deleted_by_author

  • Loading...
  • malockin,
    @malockin@lemmy.world avatar

    Indeed - users that need accessable features should not rely on each piece of software they use to supply them. But even as a one-off feature, it is a good thing to have IMO, as it will certainly expose APIs and hooks in vscode for other accessibility software to utilize.

    Also, open source, learning, and all that jazz.

    NostraDavid, in VS Code | January 2024 Release | 1.86
    @NostraDavid@programming.dev avatar

    Sticky Scroll in tree views and notebooks

    Fucking. Yes.

    I fuckin’ love Sticky Scroll. Makes it way easier to see where the hell I am, both in code and a giant list of files!

    Triggered Breakpoints

    Didn’t know this was even a concept, but really good to know (besides the Conditional Breakpoint)

    Kissaki, in Right-Click context missclicking

    Bind a keyboard shortcut or use the command bar to write your command (at least as far as it makes it definite).

    KillGorack,
    @KillGorack@lemmy.world avatar

    Thanks that works fine, never been in that dialogue before.

    GammaGames, in Monthly Release Notes - November 2023 (version 1.85)

    Love the floating windows!! And pasting files! Nice qol update

    bloopernova, in Santa, is that you?
    @bloopernova@programming.dev avatar

    Multi window editing in VSCode? Nice.

    Now I’m hoping that the devs add the ability to use a different font for comments and/or docstrings.

    captsneeze,

    Now I’m hoping that the devs add the ability to use a different font for comments and/or docstrings.

    I have had mine set up to use a different font for comments for quite a while, but I don’t recall how I set it up that way. If I remember, next time I’m in front of my computer, I’ll see if so can figure it out and respond again.

    bloopernova,
    @bloopernova@programming.dev avatar

    It’s probably the CSS extension. I keep meaning to try it but always forget! Now that I’ve figured out a workaround for VSCode not showing the correct Iosevka font weight, I’ll give the CSS extension a go. Thank you for the sort of reminder!

    Lodra, in Addon for Function Highlighting
    @Lodra@programming.dev avatar

    I googled quickly and unfortunately, didn’t find anything. But I did stumble on this page: code.visualstudio.com/…/syntax-highlight-guide

    Looks like it’s very possible to do this type of coloring. But you may have to dig for an extension that does it. Or build one yourself?

    MagnoliaMayhem,

    [sadface]

    or build one yourself? I’ve never built an extension for VS Code. May be worthwhile, if it isn’t too difficult. For now, I’m just using big comments to deliminate my functions. Encourages good comment habits as a side-effect, so I’m not too upset.

    Lodra,
    @Lodra@programming.dev avatar

    That’s fair. I do think it’s worth spending some time searching for the right theme. Pretty good chance that it someone has done it!

    smsisko, in Monthly Release Notes - October 2023 (version 1.84)

    I’m really impressed that floating editor windows are available in the Insider builds, I’m definitely going to give it a try, I’ve been waiting for that for what now seems forever.

    waterplants, in Monthly Release Notes - September 2023 (version 1.83)

    Floating editor windows exploration We have started to explore how to pull editors out of the workbench window into their own windows. This feature is our highest upvoted feature request and we plan to have a first working version for our Insiders users to play with in October.

    its happening office meme

    ruffsl,
    @ruffsl@programming.dev avatar

    Is this like multi window support, or just floating panels within the VS code window’s canvas?

    For dual screen setups, sometimes I end up opening two instances of VS code for the same workspace, which seems a bit overkill.

    waterplants,

    Seems like detachable panels, if you scroll all the way down on the article you’ll see a video of it working. So excited for this feature. I’ve in the past did the whole “two intances sharing workspace” but as you said, it such overkill.

    Skyzyx, in VS Code’s Token Security: Keeping Your Secrets… Not So Secretly

    If you weren’t already, be very careful about which extensions you are installing.

    That’s literally always true. For everything. Don’t install it if you don’t understand where it came from.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • vscode@programming.dev
  • kavyap
  • mdbf
  • osvaldo12
  • ethstaker
  • tacticalgear
  • DreamBathrooms
  • thenastyranch
  • magazineikmin
  • modclub
  • Youngstown
  • everett
  • slotface
  • rosin
  • GTA5RPClips
  • JUstTest
  • khanakhh
  • cisconetworking
  • tester
  • ngwrru68w68
  • normalnudes
  • Durango
  • InstantRegret
  • cubers
  • provamag3
  • anitta
  • Leos
  • megavids
  • lostlight
  • All magazines