Skip to main content
Copy edited (e.g. ref. <https://en.wikipedia.org/wiki/Visual_Studio_Code>, <https://en.wikipedia.org/wiki/Linux>, <https://en.wikipedia.org/wiki/Java_%28programming_language%29>, and <https://en.wiktionary.org/wiki/retype#Verb>).
Source Link
lennon310
  • 3.2k
  • 7
  • 19
  • 35

Compilers aren't magic - they're just programs, which can be run from the command line. Visual Studio Code has a "Terminal" tab in the bottom pane of the default UI, where you can invoke the compiler. (For non-trivial applications, you probably wouldn't be running the compiler directly, but would instead be running some software that also handles linking and other stuff; in a Linux-style environment that might be make, or ant for Java.)

But retyping the compiler invocation gets old pretty quickly, so Visual Studio Code has some shortcuts available. InIn the "Terminal" menu there are entries for "Run Task" and "Run Build Task" - if you select one of these, Visual Studio Code will present you with any auto-detected tasks it can come up with from what your project looks like.

Compilers aren't magic - they're just programs, which can be run from the command line. Visual Studio Code has a "Terminal" tab in the bottom pane of the default UI, where you can invoke the compiler. (For non-trivial applications, you probably wouldn't be running the compiler directly, but would instead be running some software that also handles linking and other stuff; in a Linux-style environment that might be make, or ant for Java.)

But retyping the compiler invocation gets old pretty quickly, so Visual Studio Code has some shortcuts available. In the "Terminal" menu there are entries for "Run Task" and "Run Build Task" - if you select one of these, Visual Studio Code will present you with any auto-detected tasks it can come up with from what your project looks like.

Compilers aren't magic - they're just programs, which can be run from the command line. Visual Studio Code has a "Terminal" tab in the bottom pane of the default UI, where you can invoke the compiler. (For non-trivial applications, you probably wouldn't be running the compiler directly, but would instead be running some software that also handles linking and other stuff; in a Linux-style environment that might be make, or ant for Java.)

But retyping the compiler invocation gets old pretty quickly, so Visual Studio Code has some shortcuts available. In the "Terminal" menu there are entries for "Run Task" and "Run Build Task" - if you select one of these, Visual Studio Code will present you with any auto-detected tasks it can come up with from what your project looks like.

Copy edited (e.g. ref. <https://en.wikipedia.org/wiki/Visual_Studio_Code>, <https://en.wikipedia.org/wiki/Linux>, <https://en.wikipedia.org/wiki/Java_%28programming_language%29>, and <https://en.wiktionary.org/wiki/retype#Verb>).
Source Link

Compilers aren't magic - they're just programs, which can be run from the command line. VSCodeVisual Studio Code has a "Terminal" tab in the bottom pane of the default UI, where you can invoke the compiler. (For non-trivial applications, you probably wouldn't be running the compiler directly, but would instead be running some software that also handles linking and other stuff; in a linuxLinux-style environment that might be make, or ant for javaJava.)

But re-typingretyping the compiler invocation gets old pretty quickly, so VSCodeVisual Studio Code has some shortcuts available. In the "Terminal" menu there are entries for "Run Task" and "Run Build Task" - if you select one of these, VSCodeVisual Studio Code will present you with any auto-detected tasks it can come up with from what your project looks like.

Compilers aren't magic - they're just programs, which can be run from the command line. VSCode has a "Terminal" tab in the bottom pane of the default UI, where you can invoke the compiler. (For non-trivial applications, you probably wouldn't be running the compiler directly, but would instead be running some software that also handles linking and other stuff; in a linux-style environment that might be make, or ant for java.)

But re-typing the compiler invocation gets old pretty quickly, so VSCode has some shortcuts available. In the "Terminal" menu there are entries for "Run Task" and "Run Build Task" - if you select one of these, VSCode will present you with any auto-detected tasks it can come up with from what your project looks like.

Compilers aren't magic - they're just programs, which can be run from the command line. Visual Studio Code has a "Terminal" tab in the bottom pane of the default UI, where you can invoke the compiler. (For non-trivial applications, you probably wouldn't be running the compiler directly, but would instead be running some software that also handles linking and other stuff; in a Linux-style environment that might be make, or ant for Java.)

But retyping the compiler invocation gets old pretty quickly, so Visual Studio Code has some shortcuts available. In the "Terminal" menu there are entries for "Run Task" and "Run Build Task" - if you select one of these, Visual Studio Code will present you with any auto-detected tasks it can come up with from what your project looks like.

Source Link
autophage
  • 880
  • 4
  • 7

Compilers aren't magic - they're just programs, which can be run from the command line. VSCode has a "Terminal" tab in the bottom pane of the default UI, where you can invoke the compiler. (For non-trivial applications, you probably wouldn't be running the compiler directly, but would instead be running some software that also handles linking and other stuff; in a linux-style environment that might be make, or ant for java.)

But re-typing the compiler invocation gets old pretty quickly, so VSCode has some shortcuts available. In the "Terminal" menu there are entries for "Run Task" and "Run Build Task" - if you select one of these, VSCode will present you with any auto-detected tasks it can come up with from what your project looks like.