Skip to content

Commit

Permalink
Merge pull request #676 from rage/stuff
Browse files Browse the repository at this point in the history
Stuff
  • Loading branch information
nygrenh authored Aug 21, 2023
2 parents a949472 + 4c4377c commit 45e81a5
Show file tree
Hide file tree
Showing 59 changed files with 8,121 additions and 5,665 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
jobs:
build_and_upload:
name: Build and Upload
runs-on: [ubuntu-latest]
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
Expand All @@ -27,7 +27,7 @@ jobs:
- name: Package extension
run: |
npm run ci:all
npm install -g vsce
npm install -g @vscode/vsce
vsce package
# move packaged extension from project root to own release folder
mkdir extension && mv *.vsix extension
Expand Down
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
18
Loading

0 comments on commit 45e81a5

Please sign in to comment.