Skip to content

Commit

Permalink
fix: remove global-binding (#304)
Browse files Browse the repository at this point in the history
  • Loading branch information
cnblogs-dudu authored Oct 4, 2024
1 parent f01fa50 commit ee3e106
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 21 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
- name: Setup node.js
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 20.x
cache: 'npm'

- name: Step rust toolchain
Expand Down Expand Up @@ -151,7 +151,7 @@ jobs:
- name: Setup node.js
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 20.x
cache: 'npm'

- name: Step rust toolchain
Expand Down
1 change: 0 additions & 1 deletion src/extension.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import '@/setup/global-binding'
import { setupExtTreeView } from '@/tree-view/tree-view-register'
import { setupCmd } from '@/setup/setup-cmd'
import { globalCtx } from '@/ctx/global-ctx'
Expand Down
18 changes: 0 additions & 18 deletions src/setup/global-binding.ts

This file was deleted.

0 comments on commit ee3e106

Please sign in to comment.