Page 1 of 1

Visual Studio Code

Posted: Thu Jul 31, 2025 1:39 am
by tascoast
Greetings,

I downloaded the deb file for Visual Studio Code,1.102.3....*deb from https://code.visualstudio.com/ but see that there is a version in MXPI, although I'm not sure what version it is.

Would it be best to rely upon the download or MXPI in this situation? It's only in the main repo that I can tell via MXPI.

I don't plan to integrate with bithub etc but use as a backup for a win laptop and student environment, for now.

kind thanks
Mick

Re: VIsual Studio Code  [Solved]

Posted: Thu Jul 31, 2025 5:24 am
by operadude
tascoast wrote: Thu Jul 31, 2025 1:39 am Greetings,

I downloaded the deb file for Visual Studio Code,1.102.3....*deb from https://code.visualstudio.com/ but see that there is a version in MXPI, although I'm not sure what version it is.

Would it be best to rely upon the download or MXPI in this situation? It's only in the main repo that I can tell via MXPI.

I don't plan to integrate with bithub etc but use as a backup for a win laptop and student environment, for now.

kind thanks
Mick
I installed "vscodium" from MXPI(Popular Applications tab) into one of my MX Distros (MX-Minimal), and it worked just fine-- I was able to install all of the extensions (akin to plugins) that I wanted, e.g. Python, JavaScript, ColorThemes, etc. It just seemed to work Out Of The Box (OOTB); except, things got VERY messy with Java, but that's another story...

Bottom line, for my main purpose in using "VSCode" (vscodium, to be exact)-- which I wanted for Python & JavaScript-- it worked great.

HTH

Re: VIsual Studio Code

Posted: Thu Jul 31, 2025 6:11 am
by tascoast
Thanks much.

I will use it for HTML, JavaScript and C# so should be good by the sound of it.

I noticed vscodium in there and will give it a go via a VM of MX to begin with.

Mick

Re: VIsual Studio Code

Posted: Thu Jul 31, 2025 10:20 am
by tascoast
All done, added some plugins to the vscodium version (most were pretty obvious/alternatives) and set auto-save and word wrap in options.

thank you

Re: VIsual Studio Code

Posted: Thu Jul 31, 2025 11:33 am
by operadude
tascoast wrote: Thu Jul 31, 2025 10:20 am All done, added some plugins to the vscodium version (most were pretty obvious/alternatives) and set auto-save and word wrap in options.

thank you
You're Welcome, and Good For You :number1:

BTW: You marked your initial post with "[SOLVED]"

@Eadwine Rose Forgive me if I am over-stepping :exclamation: :

Usually, you should mark the post that solved your issue-- go to the post that solved your issue, and click the "check" icon that appears on the right-side. Looks like you clicked the check-icon for your original post.

Anyway...Happy Coding :happy:

Re: Visual Studio Code

Posted: Thu Aug 07, 2025 12:04 pm
by tascoast
Thanks Eadwine, I hadn't notices the change in where we mark solved but think I did it right.

I actually have a couple of glitches to sort out, not testing on a Linux machine directly yet, but these relate to the debugging and new project features, marketplace availability and confusion around the MS and open source versions, besides. I also added Phoenix Code and will soon be applying version control, using GitHub, so already prepared a bit with corresponding apps.

I'm already finding it great to use for HTML and JavaScript, working on HTML/CSS & JavaScript, I know a bit about using in html, but now, as an external file and creating containers, objects, variables, functions etc to do stuff.

Figma is more box layout and design platform, easy enough so far, not so different from site builders in the menus, but having worked with tables and text and publishing generally, styling and fonts and other things will be really helpful visualising things when manipulating box properties like padding, margins and other elements.

C# is where I need coder debugging working but will get a hand from the guru early next week, staring with W3Schools or another editor for now, which is probably where I'm at, basic lessons, although I readily follow some of the more complex math functions demonstrated, loops and so on, if still unfamiliar with the syntax and rules of C# itself. It's quite cool and insightful to watch live coding via screen share by teachers.

I've definitely absorbed and learned a lot via MX and the forum, besides good file management and html experience to set me up. With so much AI and assistive tech for coding and design, I just look forward to practicing writing, typing, getting used to the coder features and kb shortcuts, building my own libraries of templates and then doing it more formally via some assessments and GitHub.

I've automatically used

Code: Select all

code code formatting tags where needed in the student platform (although it renders it inline as a button-like or background filled style you'd recognise from elsewhere), kind thanks all here and for much else.

Mick