Skip to content

Commit f29615b

Browse files
authored
#144: CI - do not ignore scripts for yarn install (#148)
* CI: do not ignore scripts for yarn install Signed-off-by: Jens Reinecke <[email protected]> * bump version and update changelog Signed-off-by: Jens Reinecke <[email protected]> --------- Signed-off-by: Jens Reinecke <[email protected]>
1 parent bc9631b commit f29615b

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
node-version: 20.x
2525
- name: Build
2626
run: |
27-
yarn install --ignore-scripts
27+
yarn install
2828
yarn build
2929
yarn vsce:package
3030
- uses: actions/upload-artifact@v4

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Change Log
22

3+
## 2.0.3
4+
- Fixes [#144](Error with the openGdbConsole option)
5+
36
## 2.0.2
47
- Update to cdt-gdb-adapter v1.0.6
58
- [Hardware/Software Breakpoint Modes](https://github.com/eclipse-cdt-cloud/cdt-gdb-adapter/pull/350)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cdt-gdb-vscode",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"displayName": "CDT GDB Debug Adapter Extension",
55
"description": "CDT GDB debug adapter extension for Visual Studio Code",
66
"publisher": "eclipse-cdt",

0 commit comments

Comments
 (0)