fix: extension fixes for publishing
This commit is contained in:
@@ -40,8 +40,8 @@ function generateErrors(code, filePath) {
|
|||||||
|
|
||||||
let output;
|
let output;
|
||||||
try {
|
try {
|
||||||
const waccExePath = `${__dirname}/../wacc-compiler`;
|
const waccExePath = `${__dirname}/wacc-compiler`;
|
||||||
output = execSync(`${waccExePath} ${tmpFilePath}`, { encoding: 'utf8', stdio: 'pipe' });
|
output = execSync(`${waccExePath} ${tmpFilePath}`, { encoding: 'utf8', shell: true, stdio: 'pipe'});
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
console.log("Error running compiler");
|
console.log("Error running compiler");
|
||||||
output = err.stdout;
|
output = err.stdout;
|
||||||
|
|||||||
BIN
wacc-syntax/icon.png
Normal file
BIN
wacc-syntax/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 571 KiB |
@@ -3,6 +3,8 @@
|
|||||||
"displayName": "intelliWACC",
|
"displayName": "intelliWACC",
|
||||||
"description": "WACC language support features",
|
"description": "WACC language support features",
|
||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
|
"publisher": "WACC-37-2025",
|
||||||
|
"icon": "icon.png",
|
||||||
"engines": {
|
"engines": {
|
||||||
"vscode": "^1.97.0"
|
"vscode": "^1.97.0"
|
||||||
},
|
},
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user