ByTekLab
  • 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 04 Nov 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 28 Feb 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
Hector Perez 29 Dec 2017
ByTekLab © 2025. Powered by Ghost