We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f01fa50 commit ee3e106Copy full SHA for ee3e106
.github/workflows/build-check.yml
@@ -65,7 +65,7 @@ jobs:
65
- name: Setup node.js
66
uses: actions/setup-node@v3
67
with:
68
- node-version: 16.x
+ node-version: 20.x
69
cache: 'npm'
70
71
- name: Step rust toolchain
@@ -151,7 +151,7 @@ jobs:
151
152
153
154
155
156
157
src/extension.ts
@@ -1,4 +1,3 @@
1
-import '@/setup/global-binding'
2
import { setupExtTreeView } from '@/tree-view/tree-view-register'
3
import { setupCmd } from '@/setup/setup-cmd'
4
import { globalCtx } from '@/ctx/global-ctx'
src/setup/global-binding.ts
0 commit comments