Skip to content

Commit

Permalink
update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke-zhang-04 committed May 1, 2024
1 parent 0dd8f91 commit b737c6b
Show file tree
Hide file tree
Showing 20 changed files with 14,968 additions and 4,796 deletions.
2 changes: 1 addition & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
data/documentation-data.yml binary

.eslintrc.js linguist-detectable=false
rollup.config.js linguist-detectable=false
rollup.config.mjs linguist-detectable=false
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ jobs:
run: pnpm --filter rollup-plugins run build

- name: build
run: pnpm vsce package
run: pnpm package

- name: Release
uses: softprops/action-gh-release@v1
with:
files: ./processing-vscode-*.vsix
files: ./processing-vscode.vsix
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ node_modules
lib
processing-vscode.js
.eslintcache
.env
12 changes: 7 additions & 5 deletions .vscodeignore
Original file line number Diff line number Diff line change
@@ -1,24 +1,26 @@
*.log

.github
__testsEE/
.github/
.vscode/
data/
legacy/
media/
node_modules/**
node_modules/
rollup/
scripts/
src/
.editorconfig
.eslintcache
.eslintignore
.eslintrc.js
.eslintrc.*
.gitattributes
.gitignore
.prettierignore
.prettierrc.yml
.prettierrc.*
.vscodeignore
jest.config.*
pnpm-lock.yaml
pnpm-workspace.yaml
rollup.config.js
rollup.config.*
tsconfig.json
Loading

0 comments on commit b737c6b

Please sign in to comment.