Steamprodz
Steamprodz
Hello, I'm not very good with Webpacks and may do some mistakes in a description, but I think you will get a point. I have a following issue: **When I...
- Extension version: 0.0.25 - VSCode Version: 1.67.2 - OS: Windows 10 Steps to Reproduce: 1. Open 'Azure Devops' extension sidebar 2. Click 'Sign In' 3. Nothing happens
I downloaded a version of precompiled library to my mac (M1 chip). I linked the library in CMakeLists.txt in the root folder. ```cmake cmake_minimum_required(VERSION 3.0) project(GameEngine) add_executable(Engine src/main.cpp) set(CMAKE_CXX_STANDARD 11)...