- vscode (v1.78.0)
- python (v3.11.3)
- node (v16.17.1)
- git
- npm
- .NET SDK 7.0
- Download vscode 1.78.0
- Unpack to any folder
- Download python v3.11.3
- Install python
- Download node.js v16.17.1
- Install node.js with Tools for Native Modules (checkbox during installation)
- Download git
- Install git
- Clone repository and
cd
into it - Execute command: npm install
- Open in Visual Studio Code (
code .
) - Press F5 to debug.
Only up to extension version v0.3.4 (17-05-2023).
- vscode (v1.70.3, latest version with Windows 7 support)
- python (v3.8.0)
- node (v14.16)
- git
- npm
- .NET SDK 5.0
- Download vscode 1.70.3
- Unpack to any folder
- Download python v3.8.0
- Install python
- Download node.js v14.16
- Unpack to folder:
{folder_nodejs}
- For windows 7 set environment variable: NODE_SKIP_PLATFORM_CHECK=1
- Add to environment variable Path:
{folder_nodejs}
- Execute command: npm config --global set cache "
{folder_nodejs}
\npm-cache" - Execute command: npm config --global set prefix "
{folder_nodejs}
" - Execute command: npm config ls -l
- Execute command: npm install -g --production windows-build-tools
- Download git
- Install git