updated dev script
publish-vs-code-extensions.yml / Publish VS Code Extension (push) Successful in 29s

This commit is contained in:
2026-08-15 16:38:06 +02:00
parent 5860f34166
commit ed48c4d2de
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -412,7 +412,7 @@ class Writer {
`-- This script can be referenced in DCS. Compiled script will then be loaded dynamically.`, `-- This script can be referenced in DCS. Compiled script will then be loaded dynamically.`,
`-- This way you can test the compiled output without having to re-import the script into the mission every time.`, `-- This way you can test the compiled output without having to re-import the script into the mission every time.`,
`-- This file will only have to be re-imported when the name or location of the compiled script file changes.`, `-- This file will only have to be re-imported when the name or location of the compiled script file changes.`,
`assert(loadfile("${actualFileLocation}"))()` `assert(loadfile([[${actualFileLocation}]]))()`
]; ];
fs.writeFileSync(devFileLocation, devLines.join('\n'), 'utf-8'); fs.writeFileSync(devFileLocation, devLines.join('\n'), 'utf-8');
this.logger.info(`Development script written to ${devFileLocation}`); this.logger.info(`Development script written to ${devFileLocation}`);
+1 -1
View File
@@ -2,7 +2,7 @@
"name": "dutchies-dcs-scripting-tools", "name": "dutchies-dcs-scripting-tools",
"displayName": "Dutchies Dcs Scripting Tools", "displayName": "Dutchies Dcs Scripting Tools",
"description": "Scripting tools to create DCS script and frameworks easier", "description": "Scripting tools to create DCS script and frameworks easier",
"version": "0.0.3", "version": "0.0.5",
"author": { "author": {
"name": "dutchie031", "name": "dutchie031",
"email": "54616262+dutchie031@users.noreply.github.com" "email": "54616262+dutchie031@users.noreply.github.com"