Skip to content

Latest commit

 

History

History
60 lines (47 loc) · 1.81 KB

installation.md

File metadata and controls

60 lines (47 loc) · 1.81 KB

Installation

for Windows 10

Prerequisites

  • vscode (v1.78.0)
  • python (v3.11.3)
  • node (v16.17.1)
  • git
  • npm
  • .NET SDK 7.0

Software installation

Install steps

  • Clone repository and cd into it
  • Execute command: npm install
  • Open in Visual Studio Code (code .)
  • Press F5 to debug.

for Windows 7

Only up to extension version v0.3.4 (17-05-2023).

Prerequisites

  • vscode (v1.70.3, latest version with Windows 7 support)
  • python (v3.8.0)
  • node (v14.16)
  • git
  • npm
  • .NET SDK 5.0

Software installation

  • 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