Skip to content

Commit

Permalink
Build script; v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
steeelydan committed Sep 19, 2023
1 parent 24eba3b commit 572fa38
Show file tree
Hide file tree
Showing 7 changed files with 1,980 additions and 22 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
dist/
scripts/
scripts/
node_modules/
*.vsix
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
save-exact=true
674 changes: 674 additions & 0 deletions LICENSE.md

Large diffs are not rendered by default.

10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,14 @@ The TextMate grammar is adapted from GavinRay97's extension: https://github.com/

## Installation

- Create extension output dir with `./dish.sh`
- Copy `dist/<EXTENSION_NAME>` dir into `<USER_DIR>/.vscode/extensions`
Install an artefact:

- Load `.vsix` file from [Releases](https://github.com/steeelydan/eel2-vscode-support/releases) and install

Or build from source:

- `npm run dist`
- Install the `.vsix` file in VSCode

## EEL2 docs

Expand Down
17 changes: 0 additions & 17 deletions dist.sh

This file was deleted.

Loading

0 comments on commit 572fa38

Please sign in to comment.