compiler output compatible with older version

This commit is contained in:
2025-01-25 11:58:03 -08:00
parent 4226e38fc8
commit 7d218a4b94
2 changed files with 13 additions and 2 deletions

View File

@@ -54,7 +54,18 @@
"command": "newt-vscode.check",
"title": "Check newt file"
}
]
],
"configuration": {
"type": "object",
"title": "Newt Configuration",
"properties": {
"newt.path": {
"type": "string",
"default": "build/exec/newt",
"description": "Path to the newt executable"
}
}
}
},
"scripts": {
"vscode:prepublish": "npm run package",