Tech Rescue
  • Home
  • Acronyms
  • Cheat-Sheets
  • User Manuals

Visual Studio Code

How to create menu in Node.JS

How to create menu in Node.JS

From the times of my Borland C programming where we had a fixed-width terminal that never changed size I had come up with the following code in Node.JS to now make it dynamically adjustable. The following code is just a skeleton and may be adjusted to your needs. const
Hector Perez Nov 4, 2024

Visual Studio Code Linux Installation

1. Go to https://code.visualstudio.com/Download 2. Download the .deb package for Debian, Ubuntu. 3. Go to the download folder. Right click on the file and select Open With Software Install (type your password if you are prompted for it). 4. In the pop-up window click on Install
Hector Perez Feb 28, 2022

How to activate ES6 in Visual Studio Code

I’ve been looking for this answer for several weeks. Here is how to do it. 1. Go to File > Preferences > Settings (or press Ctrl + ,) 2. Add the following code in the USER SETTINGS tab: "jshint.options": { "esversion": 6 } I have JSHint installed, if you don’t, you can install
Hector Perez Dec 29, 2017
Tech Rescue © 2025. Powered by Ghost