Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,12 @@ jobs:
node-version: 20.x
registry-url: https://npm.pkg.github.com
always-auth: true
- name: Enable corepack
run: corepack enable
- name: Build
env:
GITHUB_TOKEN: ${{github.token}}
run: yarn --frozen-lockfile
run: yarn --immutable
- name: Test
run: yarn test
- name: Package desktop
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ dist
*.log
test-workspace/*
!test-workspace/.vscode
.yarn
1 change: 1 addition & 0 deletions .vscodeignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
.gitignore
.vscode
.vscodeignore
.yarn
*.vsix
DEVELOPMENT.md
dist/**/*.js.map
Expand Down
1 change: 1 addition & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nodeLinker: node-modules
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"theme": "dark"
},
"engines": {
"vscode": "^1.63.0"
"vscode": "^1.63.0",
"yarn": "^4.6.0"
},
"categories": [
"Debuggers",
Expand Down Expand Up @@ -196,7 +197,6 @@
"description": "Path to *.cbuild-run.yml debug configuration file generated with CMSIS-Toolbox."
}
}

}
}
},
Expand Down Expand Up @@ -248,5 +248,6 @@
"typescript-eslint": "8.21.0",
"webpack": "^5.97.1",
"webpack-cli": "^6.0.1"
}
},
"packageManager": "[email protected]"
}
Loading
Loading