Skip to content

Commit

Permalink
feat: make extension browser-compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
SunsetTechuila committed Dec 1, 2024
1 parent b86ebd4 commit a9ea7d5
Show file tree
Hide file tree
Showing 15 changed files with 1,615 additions and 4,309 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v1
with:
node-version: 16
node-version: 18
- name: Install
env:
CI: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
node: [14, 16]
node: [18, 20, 22]
os:
- ubuntu-latest
- windows-latest
Expand All @@ -42,4 +42,4 @@ jobs:
npm test
env:
CI: true
DISPLAY: ":99.0"
DISPLAY: ":99.0"
4 changes: 2 additions & 2 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
"args": [
"--disable-extensions",
"--extensionDevelopmentPath=${workspaceRoot}",
"--extensionTestsPath=${workspaceRoot}/out/test/suite/index"
"--extensionTestsPath=${workspaceRoot}/out/desktop/test/suite/index"
],
"stopOnEntry": false,
"sourceMaps": true,
"outFiles": ["${workspaceRoot}/out/test/**/*.js"],
"outFiles": ["${workspaceRoot}/out/desktop/test/**/*.js"],
"preLaunchTask": "npm: watch"
}
]
Expand Down
2 changes: 1 addition & 1 deletion .vscodeignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# defaults
.vscode/**
.vscode-test/**
out/test/**
out/desktop/test/**
src/**
.gitignore
vsc-extension-quickstart.md
Expand Down
Loading

0 comments on commit a9ea7d5

Please sign in to comment.