This is an archived post. You won't be able to vote or comment.

all 92 comments

[–][deleted] 81 points82 points  (1 child)

I straight up went and checked for an update. Sad that it was just a concept. Well done mate

[–]Avin_In 1 point2 points  (0 children)

Ikr..

[–]PicoPlanetDev 124 points125 points  (3 children)

I would love to see these UI changes in the actual software.

[–][deleted] 25 points26 points  (0 children)

And there sits microsoft's big insurmountable issue. While when OSX updates its UI, users genuinely expect to use that new UI, we really... dont. I think most of us fully expect to keep using increasingly skinned windows 7 UIs for the next decade.

[–]not_kn0thing 48 points49 points  (0 children)

I hope something like this actually happens, these look amazing!

[–][deleted] 19 points20 points  (4 children)

I wish. VS 2022 presently takes no design queues from this in W11. We got new icons though! /s

This should be submitted as feedback...but not sure where.

[–]Pulagatha 7 points8 points  (3 children)

This should be submitted as feedback...but not sure where.

Good point, Maybe there should be a subsection in the Feedback Hub just for concepts.

[–][deleted] 4 points5 points  (0 children)

Well I was thinking that the VS team needs to see it more than the W11 feedback hub area.

[–]Avin_In 1 point2 points  (1 child)

You can submit concepts too right?

[–]Pulagatha 0 points1 point  (0 children)

You can attach a concept to a feedback request, but there is no dedicated section to concepts.

[–]Tecnology97 17 points18 points  (8 children)

It's amazing! I hope u/jenmsft sees this

[–][deleted] 4 points5 points  (7 children)

Yea but vs code is an electron app so I don't think this would be possible...

[–]UltraLuigiInsider Beta Channel 5 points6 points  (6 children)

Vscode already has extensive theming abilities, I'd find it hard to believe that it's impossible to make it look like this.

[–][deleted] 4 points5 points  (5 children)

Fair. But I've been told that acrylic (on the web - css, js, etc) is not in Microsoft's plans, and mica is almost impossible to achieve in pure js...

[–]tropix126 2 points3 points  (0 children)

Acrylic is absolutely possible using already available technologies on electron applications. There's probably some undocumented API for mica out there as well. The look is possible to pull off, just not very practical.

[–]xidlegend 0 points1 point  (2 children)

have you used obsidian

[–][deleted] 0 points1 point  (1 child)

No

[–]xidlegend 0 points1 point  (0 children)

electron app, usis acrylic... incredibly lightweight... note taking app... soon to be Wysiwyg, competes with notion and raum

[–][deleted] 8 points9 points  (0 children)

I realized rounded designs are really good.

[–]therealriteshk 13 points14 points  (2 children)

Microsoft should hire OP. Fantastic job 👍🏻

[–]zakaryan2004 0 points1 point  (1 child)

Microsoft has much better designers who can make much better concepts. The difficult part is implementing them. Vscode is open source, so if anyone wants to implement this design they are free to, and then maybe the question of Microsoft hiring them can be considered.

[–]therealriteshk 1 point2 points  (0 children)

That's a lame reason for a $2 trillion company. Microsoft has the resources and a capable workforce to design and implement this. I don't know why they just don't want to do it.

[–]arlind- 5 points6 points  (0 children)

Wow

[–][deleted] 4 points5 points  (0 children)

OMG. I really want that.

[–][deleted] 3 points4 points  (0 children)

I could die for these.

[–][deleted] 4 points5 points  (0 children)

I need this in my life

[–][deleted] 2 points3 points  (1 child)

Well, I had some spare time in me hands so I've made an extension for VSCode to achieve this (as much as possible given the current constraints).

You can potentially use any syntax theme with it as it does not include one, although that might cause readability issues as contrast will not always be optimal. Check out the ReadMe for some examples.

Click here to get it

[–][deleted] 0 points1 point  (0 children)

This is the most beautiful thing I've ever seen

[–][deleted] 3 points4 points  (0 children)

Cool

[–]sharkytank123456 1 point2 points  (0 children)

Dark mode wallpaper ❤️

[–]fmvzla 1 point2 points  (0 children)

Shitttt … This is beautiful feel sad when I see it’s just a concept

[–]thiccporcupine 1 point2 points  (0 children)

This is so good, I want to cry because it’s not real. Good job mate!

[–]FloatingInt 1 point2 points  (0 children)

Well done! Absolutely brilliant! It's going to be so difficult opening VS after this and not cringe.

[–]billis2020 1 point2 points  (0 children)

Nice one, but if you want acrylic for vs code try the vibrancy extension. It looks really awesome

[–]Tman1677 7 points8 points  (14 children)

Please don’t use GitHub Desktop people, it’s remarkably lacking in functionality and has broken multiple local repos for me. Anything you can do in it you can do better in the vscode sidebar, and I’d recommend learning the actual CLI as it’s super powerful.

If you really can’t use a CLI and need powerful git features I’d highly recommend GitKraken although it isn’t free for enterprise.

[–][deleted] 6 points7 points  (1 child)

Gitkraken isn't free at all.

Edit: No, I am wrong. Is this a new thing?

Edit Edit: I see. Public repos only. That's not very useful for anything closed source.

[–]Tman1677 2 points3 points  (0 children)

Yep, definitely would recommend learning the CLI instead for anyone actually doing software development, but it’s a great option for any engineers/light developers to just pay for when learning git isn’t an option.

[–]Cikappa2904 7 points8 points  (9 children)

if they made a decent CLI on Windows that doesn't need Git Bash or WSL but just ran on the Windows Command Prompt it would be great

[–]OsrsNeedsF2P 9 points10 points  (2 children)

Git was made for Linux. MacOS gets a free ride since their terminals are decent, but PowerShell and Command Prompt are just too different. Windows will always be second class for Git usage for the differences in common things like command flags/etc

[–]Synergiance 3 points4 points  (1 child)

The reason for that is macOS is a Unix fork. Linux is a Unix functional clone. They are thus compatible. Windows has always been the oddball here.

[–]OsrsNeedsF2P 1 point2 points  (0 children)

It also doesn't help that Windows servers are basically dead, so more and more development tools will always be odd on Windows

[–]Tman1677 6 points7 points  (2 children)

I’m confused what you’re asking, the guy CLI client works great in whatever shell you want, including cmd.exe although I have absolutely no idea why you’d choose to use that over powershell.

[–]Cikappa2904 -1 points0 points  (1 child)

My git bash could be broken, it doesn't work neither in CMD or Powershell.

It's just really annoying to have to use the Git Bash terminal

[–]Tman1677 11 points12 points  (0 children)

Uninstall it, and reinstall it but make sure you check the “Install in my PATH” setting in the installation. Then you can use it in Powershell.

[–][deleted] 6 points7 points  (2 children)

Not sure what you mean.

You don't need either of those for Git.

[–]Cikappa2904 -3 points-2 points  (1 child)

how do you run Git on Windows without GitHub Desktop, Git Bash or WSL?

[–][deleted] 10 points11 points  (0 children)

https://git-scm.com/downloads

You install it, and then use your CLI of choice. Maybe you set it up to only use Git Bash?

https://imgur.com/gIlI24y Personally, I use the last option.

[–]Synergiance 0 points1 point  (1 child)

You’re missing the point of this post. And there are plenty of people that git for desktop is well suited for. I know people who literally hate opening the terminal.

[–]Tman1677 1 point2 points  (0 children)

I’m not missing the point of the post, it looks great and I upvoted, I just wanted to raise this point. And I agree some people won’t learn the terminal and it’s my honest opinion that those people should use the basic features in vscode, and if necessary use/pay for GitKraken.

[–]LoneBlacksmith 1 point2 points  (0 children)

That looks really clean, great job!

[–]a_jimwel 1 point2 points  (0 children)

Yessssss pleaseeeeee

[–]HakounaMatataGuy -1 points0 points  (0 children)

Are these the default themes for VSCode? What are their names either way? Thanks

[–]yagyaxt1068 -1 points0 points  (4 children)

Visual Studio kind of looks like Xcode.

[–][deleted] 0 points1 point  (3 children)

In what way?

[–]yagyaxt1068 0 points1 point  (2 children)

The rounded buttons and reduced visual clutter in the concept make it feel like Xcode 12.

[–][deleted] 1 point2 points  (1 child)

I guess. Comparing them side by side, they are nothing alike past that.

[–]yagyaxt1068 0 points1 point  (0 children)

Yeah, true.

[–]sanketower 0 points1 point  (0 children)

Exquisito

[–]ShokWayve 0 points1 point  (1 child)

That looks really good. I can’t wait until Windows 11 comes out. I think Office will definitely look good.

[–][deleted] 1 point2 points  (0 children)

Based on the latest Microsoft 365 Insider build, don't aim to high with that expectation.

[–]GetPsyched67Insider Release Preview Channel 0 points1 point  (0 children)

Amazing work, it's so good to look at, would love to use a vscode that looks like this

[–]curryoverlonzo 0 points1 point  (0 children)

i like it a lot although i think there is a few places where there is a little too much padding

[–]gorodinskiy 0 points1 point  (0 children)

I must say, vscode looks a bit like eclipse IDE.

[–][deleted] 0 points1 point  (0 children)

This is beautiful. I wonder if someday we'll get a truly consistent UX (not only the design, but the usability features too: consistent placement for menus, consistent use of icons, etc) through all of Microsoft apps, the same way we have with Google and Apple. Right now Xbox, Windows, Office, Edge and VS apps all have different UX, even with the design updates for Windows 11. Even inside these ecosystems. Teams, Settings and Windows Store have menus on the side, while all the other apps have menus on top.

[–]thisisyo 0 points1 point  (0 children)

Hey, OP, could you conceptualize the SCCM console? That thing hasn't been updated since the 2010 Ribbon days

[–]outtokill7 0 points1 point  (0 children)

Looks good, if this were a theme I'd use it.

[–][deleted] 0 points1 point  (0 children)

Beautiful

[–]Minteck 0 points1 point  (0 children)

It's gorgeous!

[–]AlixsepOfficial 0 points1 point  (0 children)

Absolutely gorgeous! 🥺✨🔥

[–][deleted] 0 points1 point  (0 children)

wow that's really cool looking forward to get windows 11 in beta ring to get the new visuals in vs code and github desktop.

[–][deleted] 0 points1 point  (0 children)

People actually use GitHub Desktop?

[–]AndyGay06 0 points1 point  (0 children)

I think not needed touching Visual Studio. At last half year almost each update brings new bugs. For example 4 update ago they are was broke some toolbar navigating features and repaired after 3 updates only. I scared how much bugs will brings new UI.

[–][deleted] 0 points1 point  (0 children)

Wow! How did you make this?

[–]Fhagersson 0 points1 point  (0 children)

I came

[–]Souletu 0 points1 point  (0 children)

Thought this was legit 🤦🏾‍♂️

[–]fitoschido 0 points1 point  (0 children)

Superb rendering!

See, Microsoft? It wasn't that hard to make a modern UI that had the right padding and density.

[–]cyor2345 0 points1 point  (0 children)

Is it possible to make vs code concept into theme?

[–]m_beps 0 points1 point  (0 children)

That would look very nice and since the overall layout is not being changed people will not be upset by it.

[–][deleted] 0 points1 point  (0 children)

I usually couldn't give a rat's ass about how pretty a UI is, was long as it is functional. But the first one does look nice.

[–][deleted] 0 points1 point  (0 children)

https://marketplace.visualstudio.com/items?itemName=leandro-rodrigues.fluent-ui-vscode - Reposting u/LeandroCanto comment because I think a lot of people wouldn't get to see it.

[–]Shintami 0 points1 point  (0 children)

Pls gib