Skip to content

Windows 10 or 11

Paul edited this page Oct 19, 2023 · 2 revisions

It could be that the permission to create directory junctions is severely restricted on your Windows system, which can cause problems when configuring a new MicroPico project (missing stubs in the .vscode folder). If this is the case for you there are the following options to fix or work around the problem:

  • Change the permission to create symbolic links in the group policy editor of Windows (Not recommended as the change probably had specific reasons on your system).
  • Run Visual Studio Code to configure the project as administrator (Not recommended)
  • Run the following PowerShell script in your project workspace root to configure the project: Configure-Project.ps1

You do all of the solutions mentioned in this document on your own risk! Be sure to understand what these command and scripts do before executing!

Clone this wiki locally