- Make sure you have c++ and python installed via visual studio - Go onto Visual Studio 2017 or 2019. - Select Tools/Get Tools and Features... - Make sure "Desktop Development with C++" is checked. - Maky sure "Python Development" is checked. -
npm install lambda-react-graph - Make sure you install extension "ESLint" in VS Code
- Press f1... in the search box, type "Preferences: Open Settings (JSON)"
- Add the following to the file
"eslint.validate": [
"javascript",
"javascriptreact",
"typescript",
"typescriptreact"
]