VSCode Extension that Executes terminal command – Ubuntu
Trying to write an extension that executes the terminal command. For example: if I execute the sensors command in the terminal, it will show the CPU temperature. I want to create a command that prints this information into the terminal…