Skip to content

Instantly share code, notes, and snippets.

View Honeybunch's full-sized avatar
🐍

Ada Tufankjian Honeybunch

🐍
View GitHub Profile
@Honeybunch
Honeybunch / tasks.json
Created March 20, 2020 21:27
My Personal VSCode Tasks setup
{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version": "2.0.0",
"tasks": [
/*
Configure Windows Ninja LLVM
*/
{
"label": "Configure Windows Ninja LLVM Debug",
@echo off
PowerShell -NoProfile -ExecutionPolicy RemoteSigned -Command "& '%~dp0\AllowPS.ps1'"
pause