Skip to content

feat(telemetry): add appName and language dimensions #254

feat(telemetry): add appName and language dimensions

feat(telemetry): add appName and language dimensions #254

Workflow file for this run

name: CI
on:
push:
branches: [ main, dev ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 20.x
- run: npm i
- run: |
echo ">>> Start compile vscode-office."
npm run build
echo ">>> Compile vscode-office sucess!"