Skip to content

Commit eb59c53

Browse files
authored
Merge pull request #621 from icsharpcode/fix-decompile-url-handling
Fix broken URI deserialization of Windows paths and add unit tests in extension
2 parents e12e2c3 + d08326d commit eb59c53

12 files changed

Lines changed: 2399 additions & 109 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ jobs:
4141
- name: Test Backend
4242
run: buildtools/test-backend
4343

44+
- name: Test Extension
45+
run: buildtools/test-extension
46+
4447
- name: Build Extension
4548
run: buildtools/build-vsix
4649

buildtools/test-extension

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/usr/bin/env sh
2+
3+
cd ./vscode-extension
4+
npm install
5+
npm run test:unit

0 commit comments

Comments
 (0)