Skip to content

Instantly share code, notes, and snippets.

View Bara's full-sized avatar
🏠
Working from home

Bara

🏠
Working from home
View GitHub Profile
@Bara
Bara / tasks.json
Last active June 2, 2023 00:41
[Updated] Current tasks.json to compile sourcemod plugins with visual studio code
{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version": "2.0.0",
"tasks": [
{
"label": "Compile plugin with 1.10",
"type": "shell",
"presentation": {