-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
<!-- Pull requests are squashed and merged using: - their title as the commit message - their description as the commit body Having a good title and description is important for the users to get readable changelog. --> <!-- 1. Explain WHAT the change is about --> - Remove meta-lsp and all parts related to it. ([MET-722](https://linear.app/metatypedev/issue/MET-722/lsp-clean-up-or-keep)) <!-- 2. Explain WHY the change cannot be made simpler --> - ... <!-- 3. Explain HOW users should update their code --> #### Migration notes --- - [x] The change comes with new or modified tests - [ ] Hard-to-understand functions have explanatory comments - [x] End-user documentation is updated to reflect the change --------- Co-authored-by: Natoandro <[email protected]>
- Loading branch information
1 parent
bfffb07
commit 770bb80
Showing
41 changed files
with
1 addition
and
5,008 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -289,52 +289,6 @@ jobs: | |
docker buildx imagetools create --tag ${{ env.REGISTRY_IMAGE }}:${{ steps.latest-tag.outputs.tag }} --tag ${{ env.REGISTRY_IMAGE }}:latest $(printf '${{ env.REGISTRY_IMAGE }}@sha256:%s ' *) | ||
docker buildx imagetools inspect ${{ env.REGISTRY_IMAGE }}:latest | ||
pub-vscode-extension: | ||
needs: | ||
- check-bump | ||
if: | | ||
always() | ||
&& ( | ||
needs.check-bump.result == 'success' | ||
|| github.event_name == 'workflow_dispatch' | ||
) | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v4 | ||
with: | ||
fetch-depth: 0 | ||
- uses: WyriHaximus/[email protected] | ||
id: latest-tag | ||
- uses: metatypedev/setup-ghjk@318209a9d215f70716a4ac89dbeb9653a2deb8bc | ||
- shell: bash | ||
run: | | ||
cd src/meta-lsp | ||
pnpm install --frozen-lockfile | ||
cd ts-language-server | ||
pnpm install --frozen-lockfile | ||
cd ../vscode-metatype-support | ||
pnpm install --frozen-lockfile | ||
cd .. | ||
pnpm compile:ts-server | ||
pnpm compile:vscode | ||
pnpm vscode:package | ||
# avoid publishing pre-release versions as they don't | ||
# support it | ||
if [[ "$(ghjk x version-print)" != *-* ]]; then | ||
if [ ${{ github.event_name == 'workflow_dispatch' && inputs.ovewriteArtifacts }} == 'true' ]; then | ||
pnpm run vscode:publish -p ${{ secrets.AZURE_DEVOPS_TOKEN }} --skip-duplicate | ||
else | ||
pnpm run vscode:publish -p ${{ secrets.AZURE_DEVOPS_TOKEN }} | ||
fi | ||
fi | ||
- uses: svenstaro/upload-release-action@v2 | ||
with: | ||
tag: ${{ steps.latest-tag.outputs.tag }} | ||
file: "src/meta-lsp/*.vsix" | ||
file_glob: true | ||
overwrite: ${{ inputs.ovewriteArtifacts }} | ||
|
||
bump: | ||
needs: | ||
- pub-meta-cli | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.