Skip to content

Commit

Permalink
Pack the plugin for inclusion in VSCode
Browse files Browse the repository at this point in the history
  • Loading branch information
VonTum committed Jul 2, 2023
1 parent 81242ba commit 1cb34d3
Show file tree
Hide file tree
Showing 7 changed files with 2,115 additions and 36 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
node_modules/
*.vsix
9 changes: 5 additions & 4 deletions client/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
{
"name": "lsp-sample-client",
"description": "VSCode part of a language server",
"author": "Microsoft Corporation",
"name": "sus-lsp-client",
"displayName": "SUS Hardware Description Language Formatting Client",
"description": "Client for the SUS LSP. LSP Must be installed separately",
"author": "Lennart Van Hirtum",
"license": "MIT",
"version": "0.0.1",
"publisher": "vscode",
"repository": {
"type": "git",
"url": "https://github.com/Microsoft/vscode-extension-samples"
"url": "https://github.com/pc2/sus-lsp"
},
"engines": {
"vscode": "^1.75.0"
Expand Down
2 changes: 2 additions & 0 deletions make_extention.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
npx webpack --mode production
vsce package
1 change: 1 addition & 0 deletions out/extension.js

Large diffs are not rendered by default.

Loading

0 comments on commit 1cb34d3

Please sign in to comment.