Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - Aaron Woodhouse

#1
Programming / Re: Visual Studio extension
September 25, 2024, 04:57:38 PM
Hello,

Just to answer your question on VS Code: VS Code does not include the ability to compile without the use of a compiler extension. It was built as a "Code Editor", unlike Visual Studio which has the ability to compile and run your code directly.

Hope this helps!