ThreeHalflings

joined 1 year ago
[–] ThreeHalflings@lemmy.world 0 points 1 year ago (1 children)

The answer used to be John the Ripper, but I'm a decade out of date on this stuff, so it might not be any more.

[–] ThreeHalflings@lemmy.world 0 points 1 year ago (2 children)

It's a 125gb game, what kind of disk were you expecting it to ship on?

[–] ThreeHalflings@lemmy.world 0 points 1 year ago (3 children)

On protondb one guy mentioned that a full uninstall reinstall (not "check game files") helped him with a "wouldn't get past loading screen" issue, but that doesn't quite sound the same as your issue.

Have you tried proton experimental?

1
submitted 1 year ago* (last edited 1 year ago) by ThreeHalflings@lemmy.world to c/vscode@lemmy.ml
 

I've been leaning pretty heavily on ChatGPT to write an app using a couple of frameworks I've never used before. I'm treating it as an experiment, I know I'm not learning as much as I could, but it's been fun.

I find myself writing

I have file2.js

(paste code here)

And file2.js

(paste code here)

How do I do the thing?

Is there a vscode plugin which has access to all the files in my workspace (or all the open files in my editor) so that I can just refer to them by filename?

How do I do the thing in file1.js and file2.js

That's nirvana, if that's not a thing, then I'm open to hearimg about other good options.