Skip to content

Add ability to set extra tokens in settings #306

Add ability to set extra tokens in settings

Add ability to set extra tokens in settings #306

Workflow file for this run

name: Java CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
java-version: "8"
distribution: "temurin"
- name: Build with Maven
run: mvn -B package --file pom.xml
- uses: actions/upload-artifact@v3
with:
name: vscode-as3mxml
path: distribution/target/vscode-as3mxml/vscode-as3mxml/vscode-as3mxml-*.vsix
if-no-files-found: error