Skip to content

Commit

Permalink
Merge pull request #431 from CodinGame/fix-registered-fs-provider
Browse files Browse the repository at this point in the history
Fix registered fs provider
  • Loading branch information
CGNonofr authored May 13, 2024
2 parents 4f55fc8 + aaf65a7 commit 4cda3bf
Show file tree
Hide file tree
Showing 7 changed files with 666 additions and 368 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 18.17.1
node-version: 18.19.0
- name: Install dependencies
run: npm ci
- name: Build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 18.17.1
node-version: 18.19.0
- name: Install dependencies
run: npm ci
- name: Build
Expand Down
28 changes: 14 additions & 14 deletions demo/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
"devDependencies": {
"@codingame/esbuild-import-meta-url-plugin": "^1.0.2",
"@codingame/monaco-vscode-rollup-vsix-plugin": "file:../dist/rollup-vsix-plugin",
"@types/dockerode": "^3.3.28",
"@types/dockerode": "^3.3.29",
"@types/express": "^4.17.21",
"@types/node": "^20.11.4",
"@types/wicg-file-system-access": "^2023.10.5",
"@types/ws": "^8.5.10",
"ts-node": "^10.9.2",
"typescript": "~5.4.4",
"vite": "~5.2.8"
"typescript": "~5.4.5",
"vite": "~5.2.11"
},
"dependencies": {
"@codingame/monaco-vscode-accessibility-service-override": "file:../dist/service-override-accessibility",
Expand Down Expand Up @@ -189,10 +189,10 @@
"express": "^4.19.2",
"monaco-editor": "file:../dist/editor-api",
"vscode": "file:../dist/main",
"ws": "^8.16.0"
"ws": "^8.17.0"
},
"volta": {
"node": "18.17.1",
"npm": "10.3.0"
"node": "18.19.0",
"npm": "10.7.0"
}
}
Loading

1 comment on commit 4cda3bf

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.