diff --git a/.github/workflows/contextive-runtime-build.yml b/.github/workflows/contextive-runtime-build.yml index bda9ff4f..5f57e327 100644 --- a/.github/workflows/contextive-runtime-build.yml +++ b/.github/workflows/contextive-runtime-build.yml @@ -69,3 +69,29 @@ jobs: with: name: 'Contextive VsCode Extension' reporter: java-junit + + intellij: + name: IntelliJ Plugin + needs: + - language-server + runs-on: ${{ inputs.os }} + steps: + - uses: actions/checkout@v3 + with: + persist-credentials: false + + - name: Language Server Artifact + uses: actions/download-artifact@v3 + with: + name: Contextive.LanguageServer-${{ inputs.dotnet_runtime }} + path: src/ + + - name: Build + run: gradlew build + working-directory: src/intellij/contextive + + # - uses: ./.github/actions/upload-reports + # if: always() + # with: + # name: 'Contextive VsCode Extension' + # reporter: java-junit diff --git a/.vscode/settings.json b/.vscode/settings.json index 4a4f2927..43e6b1cf 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -14,8 +14,10 @@ "Expecto", "fgrep", "formulahendry", + "gradlew", "hbenl", "Intelli", + "intellij", "ionide", "MADR", "paket",