Skip to content

Commit

Permalink
feat(vscode): plugin nextjs (#538)
Browse files Browse the repository at this point in the history
Co-authored-by: carmenberndt <[email protected]>
  • Loading branch information
William Luke and carmenberndt authored Oct 16, 2020
1 parent 02bdba9 commit f8dfab6
Show file tree
Hide file tree
Showing 30 changed files with 18,417 additions and 9,069 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
run: npm install
- name: Compile
run: npm run compile
- name: Run plugin tests
run: cd packages/vscode && npm test
- name: Unit tests
run: cd packages/language-server && npm test
- name: Run headless test
Expand Down
7,701 changes: 3,176 additions & 4,525 deletions package-lock.json

Large diffs are not rendered by default.

Loading

0 comments on commit f8dfab6

Please sign in to comment.