Instructions for build and installation
Instructions for dependencies, build, and installation were not clear. So, these instructions were added to the README.md file
package-lock.json
deleted
100644 → 0
This diff is collapsed.
... | ... | @@ -2,8 +2,8 @@ |
"name": "lisa-lang", | ||
"displayName": "LISA+", | ||
"description": "LISA+ Language Support for VSCode", | ||
"version": "0.0.9", | ||
"publisher": "GeorgeWang0402", | ||
"version": "0.0.10", | ||
"publisher": "maudec01", | ||
"icon": "res/LISA.png", | ||
"repository": { | ||
"type": "git", | ||
... | ... | @@ -13,7 +13,7 @@ |
"url": "https://github.com/ARM-software/lisa-vsc-extension/issues" | ||
}, | ||
"engines": { | ||
"vscode": "^1.40.0" | ||
"vscode": "^1.52.1" | ||
}, | ||
"categories": [ | ||
"Programming Languages" | ||
... | ... | @@ -107,5 +107,7 @@ |
"dependencies": { | ||
"vsce": "^1.71.0" | ||
}, | ||
"extensionDependencies": ["tintinweb.graphviz-interactive-preview"] | ||
"extensionDependencies": [ | ||
"tintinweb.graphviz-interactive-preview" | ||
] | ||
} |
Please register or sign in to comment