Skip to content

Commit

Permalink
Fix packaging (#157)
Browse files Browse the repository at this point in the history
* Fix path to server module.

* Consume lsp module directly.

* touch up after rebase.

* minify.

* caps.

* single package to rule them all.

* prettier.

* fix test.

* minify.

* Rename. Tests. Touch ups.

* Packages versions.

* Cleanup.

* Update package.json

Co-authored-by: Kevin Hawkins <khawkins@salesforce.com>

* Feedback from code review.

* Fix windows.

* Rename.

* Change working directory for test.

* Codecov update.

---------

Co-authored-by: Kevin Hawkins <khawkins@salesforce.com>
  • Loading branch information
sfdctaka and khawkins authored Nov 19, 2024
1 parent 0342212 commit 23757e6
Show file tree
Hide file tree
Showing 66 changed files with 2,144 additions and 15,979 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: coverage/*.json
flags: lsp,extension
flags: src
run-tests-win:
runs-on: windows-latest
strategy:
Expand Down
7 changes: 3 additions & 4 deletions .vscodeignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
.vscode-test/**
src/**
.gitignore
.yarnrc
vsc-extension-quickstart.md
**/tsconfig.json
**/.eslintrc.json
Expand All @@ -13,6 +12,6 @@ RELEASE.md
coverage/
.nyc_output/
.github
out/
!out/extension.js
**/test/**
!out/src
out/test/**
test/**
5 changes: 1 addition & 4 deletions codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ comment:
flags: null
paths: null
flags:
extension:
src:
paths:
- src/
lsp:
paths:
- lsp/
89 changes: 0 additions & 89 deletions lsp/client/package-lock.json

This file was deleted.

15 changes: 0 additions & 15 deletions lsp/client/package.json

This file was deleted.

13 changes: 0 additions & 13 deletions lsp/client/tsconfig.json

This file was deleted.

Loading

0 comments on commit 23757e6

Please sign in to comment.